Re: [U-Boot] Treat warnings different from errors in buildman?

2014-08-23 Thread Simon Glass
Hi Tom, On 21 August 2014 10:53, Tom Rini tr...@ti.com wrote: Hey, So as I migrate scripts over to buildman, one issue I have is that today warning and errors are treated the same: Actually buildman can't tell the difference at present. Both errors and warnings end up in stderr. Buildman

Re: [U-Boot] [PATCH v5 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-23 Thread Stefan Roese
On 22.08.2014 21:40, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. Other SoCs work with the standard 32 bytes alignment. Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers,

Re: [U-Boot] [PATCH v2 08/25] arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h

2014-08-23 Thread Jagan Teki
On Tue, Aug 5, 2014 at 12:39 PM, Stefan Roese s...@denx.de wrote: This move makes it possible to use this kirkwood SPI driver from other MVEBU platforms as well. This will be used by the upcoming Armada XP support. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None

Re: [U-Boot] [PATCH v2 11/25] spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's

2014-08-23 Thread Jagan Teki
On Tue, Aug 5, 2014 at 12:39 PM, Stefan Roese s...@denx.de wrote: Compile the pin multiplexing only on Kirkwood platforms. As the Armada XP doesn't need it. Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- Changes in v2: None

Re: [U-Boot] [PATCH v2 0/25] Add Marvell Armada XP MV78460 SoC support

2014-08-23 Thread Jagan Teki
On Tue, Aug 5, 2014 at 12:39 PM, Stefan Roese s...@denx.de wrote: This patch series adds support for the Marvell Armada XP SoC's. Specifically the MV78460. Basic support for the db-78460-bp evaluation board is added. Supporting the following interfaces: - UART - SPI (including SPI NOR

Re: [U-Boot] [PATCH v2 13/25] spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE

2014-08-23 Thread Jagan Teki
On Tue, Aug 5, 2014 at 12:39 PM, Stefan Roese s...@denx.de wrote: This makes is possible to use this SPI driver from other MVEBU SoC's as well. As the upcoming Armada XP support will do. Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki jaga...@xilinx.com ---

Re: [U-Boot] [PATCH V4 01/19] spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*

2014-08-23 Thread Jagan Teki
On Thu, Aug 21, 2014 at 11:01 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On Wed, Aug 20, 2014 at 5:38 PM, Nikita Kiryanov nik...@compulab.co.il wrote: Currently, CONFIG_SPL_SPI_* #defines are used for controlling SPI boot in SPL. These #defines do not allow the user to select SPI mode for

Re: [U-Boot] [PATCH V4 04/19] mtd: spi: add support for M25PE16 and M25PX16

2014-08-23 Thread Jagan Teki
On Thu, Aug 21, 2014 at 11:02 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On Wed, Aug 20, 2014 at 5:38 PM, Nikita Kiryanov nik...@compulab.co.il wrote: Add support for M25PE16 and M25PX16 Cc: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Cc: Marek Vasut ma...@denx.de Acked-by:

Re: [U-Boot] [PATCH V4 03/19] spi: mxc: fix sf probe when using mxc_spi

2014-08-23 Thread Jagan Teki
On Wed, Aug 20, 2014 at 5:38 PM, Nikita Kiryanov nik...@compulab.co.il wrote: MXC SPI driver has a feature whereas a GPIO line can be used to force CS high across multiple transactions. This is set up by embedding the GPIO information in the CS value: cs = (cs | gpio 8) This merge of cs

Re: [U-Boot] [PATCH 01/23] fdt: Add functions to query a node's #address- and #size-cells

2014-08-23 Thread Thierry Reding
On Fri, Aug 22, 2014 at 09:03:49PM -0600, Simon Glass wrote: Hi Thierry, On 19 August 2014 07:06, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Aug 19, 2014 at 06:52:22AM -0600, Simon Glass wrote: Hi Theirry, On 19 August 2014 04:59, Thierry Reding thierry.red...@gmail.com

Re: [U-Boot] [PATCH 23/23] ARM: tegra: Enable PCIe on Jetson TK1

2014-08-23 Thread Thierry Reding
On Fri, Aug 22, 2014 at 07:47:36PM -0600, Simon Glass wrote: Hi Thierry, On 22 August 2014 16:03, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Aug 22, 2014 at 02:12:19PM -0600, Simon Glass wrote: On 22 August 2014 13:40, Thierry Reding thierry.red...@gmail.com wrote: [...]

Re: [U-Boot] buildman: make-flags variables broken?

2014-08-23 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:41:03PM -0600, Simon Glass wrote: Hi Tom, On 22 August 2014 13:40, Simon Glass s...@chromium.org wrote: Hi Tom, On 22 August 2014 06:08, Tom Rini tr...@ti.com wrote: Hey, In adding an env-flags section for buildman and trying to test out my docs, I

Re: [U-Boot] [PATCH v2] buildman: refactor help message

2014-08-23 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:12:41PM +0900, Masahiro Yamada wrote: buildman [options] is displayed by default. Append the rest of help messages to parser.usage instead of replacing it. Besides, -b branch is not mandatory since commit fea5858e. Drop it from the usage. Signed-off-by:

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-23 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:45:42PM -0600, Simon Glass wrote: Hi Tom, On 22 August 2014 07:27, Tom Rini tr...@ti.com wrote: In some cases (such as building little endian MIPS with the ELDK toolchain) you need to set a variable in the environment in order for the build to complete. Add

Re: [U-Boot] [U-Boot,v2] drivers: net: remove dead drivers

2014-08-23 Thread Tom Rini
On Mon, Aug 04, 2014 at 08:11:37AM +0900, Masahiro Yamada wrote: The following configs are not defined at all: - CONFIG_INCA_IP_SWITCH - CONFIG_PBL2800_ETHER - CONFIG_PHY_ICPLUS Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, 1/3] kbuild: move extra gcc checks to scripts/Makefile.extrawarn

2014-08-23 Thread Tom Rini
On Tue, Aug 05, 2014 at 03:56:43PM +0900, Masahiro Yamada wrote: This commit was imported from Linux Kernel: commit a86fe353 written by me. W=... provides extra gcc checks. Having such code in scripts/Makefile.build results in the same flags being added to KBUILD_CFLAGS multiple times

Re: [U-Boot] [U-Boot, 2/3] kbuild: sync mixed targets handling with Linux 3.16

2014-08-23 Thread Tom Rini
On Tue, Aug 05, 2014 at 03:56:44PM +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration and make all Surprisingly it had not been working in Linux Kernel for a long time. So I sent

Re: [U-Boot] [U-Boot,3/3] scripts: objdiff: sync with Linux 3.16

2014-08-23 Thread Tom Rini
On Tue, Aug 05, 2014 at 03:56:45PM +0900, Masahiro Yamada wrote: Import scripts/objdiff improvements from Linux v3.16, which consists of 7 commits written by me. commit 7fa0e6db3cedc9b70d68a4170f1352e2b1aa0f90 scripts: objdiff: support directories for the augument of record command

Re: [U-Boot] [U-Boot, 1/5] powerpc: mpc8xx: remove stxxtc board support

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:59:51PM +0900, Masahiro Yamada wrote: This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,2/5] powerpc: mpc8xx: remove svm_sc8xx board

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:59:52PM +0900, Masahiro Yamada wrote: This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 5/5] powerpc: mpc8xx: remove FLAGADM board support

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:59:55PM +0900, Masahiro Yamada wrote: This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 3/5] powerpc: mpc8xx: remove SXNI855T board support

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:59:53PM +0900, Masahiro Yamada wrote: This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 4/5] powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:59:54PM +0900, Masahiro Yamada wrote: These boards have been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] davinci: orphan some Davinci boards

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 01:08:23PM +0900, Masahiro Yamada wrote: Emails to Sandeep Paulraj s-paul...@ti.com have been bouncing. Please assign new maintainer(s) to get these boards back to Maintained. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Tom Rini tr...@ti.com

Re: [U-Boot] [U-Boot, v2, 1/2] cli: Export cli_simple_process_macros for use outside of cli_simple

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 09:37:38AM +0200, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, v3] tools: genboardscfg.py, no exception if columns undetectable

2014-08-23 Thread Tom Rini
On Thu, Aug 07, 2014 at 04:19:58PM +0200, Roger Meier wrote: The existing terminalsize detection raised an exception on build server. Just removes the exception. This also deactivates the progress indicator. Remove a trainling whitespace. Signed-off-by: Roger Meier

Re: [U-Boot] [U-Boot, v2, 2/2] pxe: Allow use of environment variables in append string

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 09:37:39AM +0200, Hans de Goede wrote: Use cli_simple_process_macros, so that environment variables (e.g. ${console}) can be used in append strings. Signed-off-by: Hans de Goede hdego...@redhat.com Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,2/2] e1000: add i210 support

2014-08-23 Thread Tom Rini
On Fri, Aug 08, 2014 at 07:41:39AM -0700, Tim Harvey wrote: From: Marek Vasut ma...@denx.de Add i210 support to the e1000 driver. Signed-off-by: Marek Vasut ma...@denx.de Acked-by: Tim Harvey thar...@gateworks.com Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot,1/2] e1000: Implement dcache support

2014-08-23 Thread Tom Rini
On Fri, Aug 08, 2014 at 07:41:38AM -0700, Tim Harvey wrote: From: Marek Vasut ma...@denx.de Implement proper support for cache flushing and invalidation into the Intel e1000 NIC driver. Signed-off-by: Marek Vasut ma...@denx.de Acked-by: Tim Harvey thar...@gateworks.com Applied to

Re: [U-Boot] tools/genboardscfg.py: Do not output SPLCPU field

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 01:42:34PM +0900, Masahiro Yamada wrote: Prior to Kconfig, the CPU field of boards.cfg could optionally have :SPLCPU, like armv7:arm720t. (Actually this syntax was only used for Tegra platform.) Now it is not necessary at all because CPU is defined by CONFIG_SYS_CPU

Re: [U-Boot] add header for Android sparse image format

2014-08-23 Thread Tom Rini
On Tue, Aug 12, 2014 at 10:59:27AM -0700, Colin Cross wrote: Add a BSD-3 relicensed version of the Android sparse format image header from: https://android.googlesource.com/platform/system/core/+/28fa5bc347390480fe190294c6c385b6a9f0d68b/libsparse/sparse_format.h Unchanged except for the

Re: [U-Boot] [U-Boot,1/2] api: fix build without CMD_NET support

2014-08-23 Thread Tom Rini
On Sun, Aug 10, 2014 at 12:30:55AM +0200, Jeroen Hofstee wrote: Provide stubs in case that no NET interface is supported. Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v6 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. Other SoCs work with the standard 32 bytes alignment. Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers, which addresses the needs from mx6solox and

[U-Boot] [PATCH v6 2/2] net: fec_mxc: Poll FEC_TBD_READY after polling TDAR

2014-08-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com When testing the FEC driver on a mx6solox we noticed that the TDAR bit gets always cleared prior then the READY bit is cleared in the last BD, which causes FEC packets reception to always fail. As explained by Ye Li: The TDAR bit is cleared when

Re: [U-Boot] [U-Boot, v2] README.kconfig: add initial version of Kconfig document

2014-08-23 Thread Tom Rini
On Sat, Aug 16, 2014 at 12:50:30AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] kconfig: remove DEFCONFIG_LIST

2014-08-23 Thread Tom Rini
On Sat, Aug 16, 2014 at 02:50:12AM +0900, Masahiro Yamada wrote: CONFIG_DEFCONFIG_LIST specifies the default defconfig. It is used by make savedefconfig when .config is missing. But that's it. I could not find other useful cases. As a side effect,

Re: [U-Boot] Makefile: Use Kbuild style for system_map.o generation step

2014-08-23 Thread Tom Rini
On Thu, Aug 14, 2014 at 12:40:55PM +0300, Vasili Galka wrote: The command generating the common/system_map.o file was always shown during the build making the output messy. Now it is called using the Kbuild cmd macro, so that the full command is shown only when building in verbose mode.

Re: [U-Boot] [U-Boot, v2] tools, scripts: refactor error-out statements of Python scripts

2014-08-23 Thread Tom Rini
On Sat, Aug 16, 2014 at 12:59:26AM +0900, Masahiro Yamada wrote: In Python, sys.exit() function can also take an object other than an integer. If an integer is given to the argument, Python exits with the return code of it. If a non-integer argument is given, Python outputs it to stderr

Re: [U-Boot] [U-Boot, v3, 1/2] image: fix bootm failure for FIT image

2014-08-23 Thread Tom Rini
On Fri, Aug 15, 2014 at 04:51:38PM -0700, Bryan Wu wrote: Commit b3dd64f5d537 bootm: use genimg_get_kernel_addr() introduced a bug for booting FIT image. It's because calling fit_parse_config() twice will give us wrong value in img_addr. Add a new function genimg_get_kernel_addr_fit()

Re: [U-Boot] [U-Boot, v4] Makefile: remove generated boards.cfg within make distclean

2014-08-23 Thread Tom Rini
On Wed, Aug 20, 2014 at 10:10:29PM +0200, Roger Meier wrote: Signed-off-by: Roger Meier ro...@bufferoverflow.ch Cc: Masahiro Yamada yamad...@jp.panasonic.com Cc: Tom Rini tr...@ti.com Cc: Wolfgang Denk w...@denx.de Cc: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, 2/3] image: move all function comments to header file

2014-08-23 Thread Tom Rini
On Fri, Aug 15, 2014 at 01:55:27PM -0700, Bryan Wu wrote: Several functions comments are C file with function definition, they should be moved to header file with function declaration. Also update genimg_get_kernel_addr() comments for CONFIG_FIT case. Signed-off-by: Bryan Wu

Re: [U-Boot] [U-Boot, v2] net: More BOOTP retry timeout improvements

2014-08-23 Thread Tom Rini
On Tue, Aug 19, 2014 at 10:21:24AM +0200, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com It's not unusual for DHCP servers to take a couple hundred milliseconds to respond to DHCP discover messages. One possible reason for the delay can be that the server checks (typically

Re: [U-Boot] scripts/Lindent: import from Linux 3.16

2014-08-23 Thread Tom Rini
On Sat, Aug 16, 2014 at 01:06:15AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot, v3] kconfig: convert Kconfig helper script into a shell script

2014-08-23 Thread Tom Rini
On Thu, Aug 21, 2014 at 11:44:34AM +0900, Masahiro Yamada wrote: Commit 51148790 added scripts/multiconfig.py written in Python 2 to adjust Kconfig for U-Boot. It has been hard for Python 3 users because Python 2 and Python 3 are not compatible with each other. We are not happy about

Re: [U-Boot] [U-Boot,2/2] bootm: make sure pass NULL when argc 1

2014-08-23 Thread Tom Rini
On Fri, Aug 15, 2014 at 04:51:39PM -0700, Bryan Wu wrote: arg[0] might not be NULL even if argc 1, so fix this as before. Signed-off-by: Bryan Wu pe...@nvidia.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] patman: refactor help message

2014-08-23 Thread Tom Rini
On Thu, Aug 21, 2014 at 02:28:03PM +0900, Masahiro Yamada wrote: patman [options] is displayed by default. Append the rest of help messages to parser.usage instead of replacing it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [RFC PATCH v2 2/2] tools: make genboardscfg.py compatible with Python 2.5

2014-08-23 Thread Tom Rini
On Fri, Aug 22, 2014 at 03:01:30PM +0900, Masahiro Yamada wrote: Tom, I noticed this patch's gone to RFC. Did you decide to drop python2.5 from support? If so, I will use except ... as ... and with ... as ... statements in my other patches. So, I'm not 100% sure just yet how to

Re: [U-Boot] [U-Boot, v2, 01/15] omap: remove omap5912osk board support

2014-08-23 Thread Tom Rini
On Wed, Aug 06, 2014 at 12:17:49PM +0900, Masahiro Yamada wrote: Emails to the board maintainer Rishi Bhattacharya ri...@ti.com have been bouncing. Tom suggested to remove this board. Remove also omap1510_udc.c because this is the last board to enable it. Signed-off-by: Masahiro

Re: [U-Boot] git-mailrc: add patman and buildman alias

2014-08-23 Thread Tom Rini
On Thu, Aug 21, 2014 at 02:35:44PM +0900, Masahiro Yamada wrote: It's easier to Cc Simon on patches related to Patman or Buildman. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-23 Thread Simon Glass
Hi Tom, On 23 August 2014 06:40, Tom Rini tr...@ti.com wrote: On Fri, Aug 22, 2014 at 07:45:42PM -0600, Simon Glass wrote: Hi Tom, On 22 August 2014 07:27, Tom Rini tr...@ti.com wrote: In some cases (such as building little endian MIPS with the ELDK toolchain) you need to set a variable

[U-Boot] [PATCH v1 0/4] Implement sparse format for fastboot

2014-08-23 Thread Steve Rae
This series implements the sparse format file handling for fastboot. - [1/4] brings in the pristine file aboot.c - [2/4] deletes all unnecessary functions in aboot.c - [3/4] is a simple cleanup of aboot.c - [4/4] provides the implementation of aboot.c suitable for U-Boot NOTE: The original

[U-Boot] [PATCH v1 2/4] update code which handles Android sparse image format

2014-08-23 Thread Steve Rae
- remove unnecessary functions Signed-off-by: Steve Rae s...@broadcom.com --- common/aboot.c | 2438 1 file changed, 2438 deletions(-) diff --git a/common/aboot.c b/common/aboot.c index 3b5092d..a302c92 100644 --- a/common/aboot.c +++

[U-Boot] [PATCH v1 1/4] add code to handle Android sparse image format

2014-08-23 Thread Steve Rae
Add original file (pristine) from : https://www.codeaurora.org/cgit/quic/la/kernel/lk/plain/app/aboot/aboot.c?h=master [3b5092d20bd15a7a2879c13e9f64acc48d04af2d] Signed-off-by: Steve Rae s...@broadcom.com --- common/aboot.c | 2643 1

[U-Boot] [PATCH v1 3/4] cleanup code which handles the Android sparse image format

2014-08-23 Thread Steve Rae
- update license format - port dprintf() to debug() - update formatting Signed-off-by: Steve Rae s...@broadcom.com --- Licenses/bsd-3L-clause.txt | 24 + common/aboot.c | 120 + 2 files changed, 79 insertions(+), 65 deletions(-)

[U-Boot] [PATCH v1 4/4] implement the Android sparse image format

2014-08-23 Thread Steve Rae
update to provide usable implementation to U-Boot Signed-off-by: Steve Rae s...@broadcom.com --- common/aboot.c| 128 +- include/aboot.h | 28 +++ include/sparse_defs.h | 7 +++ 3 files changed, 110 insertions(+), 53

Re: [U-Boot] [U-Boot, 2/3] image: move all function comments to header file

2014-08-23 Thread Tom Rini
On Sat, Aug 23, 2014 at 08:42:51AM -0400, Tom Rini wrote: On Fri, Aug 15, 2014 at 01:55:27PM -0700, Bryan Wu wrote: Several functions comments are C file with function definition, they should be moved to header file with function declaration. Also update genimg_get_kernel_addr()

[U-Boot] [PATCH 2/3] pcie_imx: Add mx6solox support

2014-08-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Let PCI on mx6solox also be supported. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx6/clock.c| 9 arch/arm/include/asm/arch-mx6/iomux.h | 9 drivers/pci/pcie_imx.c|

[U-Boot] [PATCH 1/3] mx6: imx-regs: Provide a structure for GPC registers

2014-08-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Introduce a structure for accessing the General Power Controller block (GPC) registers. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 13 + 1 file changed, 13 insertions(+)

[U-Boot] [PATCH 3/3] mx6sxsabresd: Add PCI support

2014-08-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Tested with an Intel Wireless PCI 7260HMW card: U-Boot 2014.10-rc1-16576-g4a8a8a8-dirty (Aug 23 2014 - 16:05:11) CPU: Freescale i.MX6SX rev1.0 at 792

[U-Boot] [PATCH v5 1/4] usb/gadget: fastboot: add eMMC support for flash command

2014-08-23 Thread Steve Rae
- add support for 'fastboot flash' command for eMMC devices Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v5: None Changes in v4: - rearranged this patchset so that sparse_format.h can be dropped (if we cannot resolve the copyright/licensing issues) - update mmc_get_dev(...) to

[U-Boot] [PATCH v5 3/4] usb/gadget: fastboot: minor cleanup

2014-08-23 Thread Steve Rae
- update static function - additional debugging statements - update fastboot command information - add missing include file - update spelling Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v5: None Changes in v4: - update debug string as per feedback Changes in v3: None Changes in

[U-Boot] [PATCH v5 4/4] usb/gadget: fastboot: implement sparse format

2014-08-23 Thread Steve Rae
- add capability to fastboot flash with sparse format images Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v5: - use the common/aboot.c for the sparse format handling Changes in v4: - rearranged sparse format support in this patchset, in order to isolate... Changes in v3: None

[U-Boot] [PATCH] patman: implement 'reverse' in LogCmd()

2014-08-23 Thread Steve Rae
- add missing capability 'git log --reverse' Signed-off-by: Steve Rae s...@broadcom.com - a recent change (cda2a61) broke patman, the Changes in v? tags are being applied to the wrong commits! END --- tools/patman/gitutil.py | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH] patman: implement 'reverse' in LogCmd()

2014-08-23 Thread Simon Glass
Hi Steve, On 23 August 2014 14:28, Steve Rae s...@broadcom.com wrote: - add missing capability 'git log --reverse' Signed-off-by: Steve Rae s...@broadcom.com - a recent change (cda2a61) broke patman, the Changes in v? tags are being applied to the wrong commits! Thanks for the patch. We

Re: [U-Boot] [URGENT] Fatal Bug of Patman

2014-08-23 Thread Masahiro YAMADA
Hi Simon, 2014-08-23 10:39 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 22 August 2014 03:44, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, The problem seems more fatal than I expected at first. Series-changes tag is not working either. Do you have this patch?

Re: [U-Boot] [PATCH v3] nios2: add generic board support

2014-08-23 Thread Thomas Chou
Applied. Thomas Chou ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nios2: remove obsolete PCI5441 and PK1C20 boards

2014-08-23 Thread Thomas Chou
Applied. Thomas Chou ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nios2: remove EPCS driver

2014-08-23 Thread Thomas Chou
Applied. Thomas Chou ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Pull request: u-boot-nios/master

2014-08-23 Thread Thomas Chou
Hi Tom, Please pull The following changes since commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd: buildman: refactor help message (2014-08-22 10:42:36 -0400) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Thomas Chou (3): nios2: remove obsolete