Re: [U-Boot] [PATCH 5/6] Sort README.scrapyard

2015-09-12 Thread Masahiro Yamada
Simon, 2015-09-13 2:50 GMT+09:00 Simon Glass : > Sort this by board name to make it easier to find boards. > > Signed-off-by: Simon Glass > --- > > doc/README.scrapyard | 530 > +-- > 1 file changed, 265 insertions(+), 265 deletions(-) > > diff

Re: [U-Boot] [PULL] u-boot-socfpga/master

2015-09-12 Thread Tom Rini
On Sat, Sep 12, 2015 at 08:26:00PM +0200, Marek Vasut wrote: > The following changes since commit 89983478bdc6bbc26bd63fd00358d3082cbe: > > gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-socf

Re: [U-Boot] [PULL] u-boot-usb/master

2015-09-12 Thread Tom Rini
On Sat, Sep 12, 2015 at 08:26:27PM +0200, Marek Vasut wrote: > The following changes since commit 89983478bdc6bbc26bd63fd00358d3082cbe: > > gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-usb.

[U-Boot] Galileo instructions

2015-09-12 Thread Simon Glass
Hi Bin, I have a Galileo Gen 2 and am trying to get U-Boot to start on it. The first problem I have is that the schematic says the chip is a W25Q64FV which I think is an 8MB part, but the image produced is only 1MB. Also I know that there is a Gen 1 and a Gen 2. I recall you saying that U-Boot su

[U-Boot] [PULL] u-boot-usb/master

2015-09-12 Thread Marek Vasut
The following changes since commit 89983478bdc6bbc26bd63fd00358d3082cbe: gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git for you to fetch changes up to b337b3b2a53f112a217f4bd31307b02f830bb78

[U-Boot] [PULL] u-boot-socfpga/master

2015-09-12 Thread Marek Vasut
The following changes since commit 89983478bdc6bbc26bd63fd00358d3082cbe: gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git for you to fetch changes up to 4ae6cfe33230592515f33c4a98cd3a5e22d

Re: [U-Boot] [PATCH] usb: ci_udc: fix emissions of ZLPs

2015-09-12 Thread Marek Vasut
On Saturday, September 12, 2015 at 01:10:02 AM, Stephen Warren wrote: > From: Stephen Warren > > Commit 6a132416359e "ci_udc: Update the ci_udc driver to support bulk > transfers" caused the value of "len" to change without updating subsquent > users of that variable in ci_ep_submit_next_request(

[U-Boot] [PATCH 0/6] arm: Final removal of boards that have not moved to generic board init

2015-09-12 Thread Simon Glass
These boards do not appear to have been converted, nor do they have patches pending that I can see. Also add entries to the scrapyard for recently added boards. Unfortunately the tool does not fill in the commit and date for me, so I have left it blank for now. Simon Glass (6): arm: Remove edb

Re: [U-Boot] [PATCH] semihosting: Improve ARMv7A support

2015-09-12 Thread Andrey Smirnov
On Sat, Sep 12, 2015 at 12:12 AM, Albert ARIBAUD wrote: > Hello Andrey, > > Two nitpicks: > >> +#if defined(CONFIG_ARM64) >> static noinline long smh_trap(unsigned int sysnum, void *addr) >> { >> register long result asm("r0"); >> -#if defined(CONFIG_ARM64) > > What's the point of moving t

[U-Boot] [PATCH 6/6] scrapyard: Add lines for recently removed ARM boards

2015-09-12 Thread Simon Glass
A lot of boards were recently removed. Add them to the scrapyard. Signed-off-by: Simon Glass --- doc/README.scrapyard | 73 1 file changed, 73 insertions(+) diff --git a/doc/README.scrapyard b/doc/README.scrapyard index 365c17b..5da8611 1006

[U-Boot] [PATCH 4/6] arm: Drop old non-generic-board code

2015-09-12 Thread Simon Glass
This code is no-longer used. Drop it. Signed-off-by: Simon Glass Acked-by: Andreas Bießmann --- arch/arm/include/asm/u-boot.h | 19 -- arch/arm/lib/Makefile | 3 - arch/arm/lib/board.c | 687 -- 3 files changed, 709 deletions(-) dele

[U-Boot] [PATCH 2/6] arm: Remove da830evm board

2015-09-12 Thread Simon Glass
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/mach-davinci/Kconfig | 3 - board/davinci/da8xxevm/Kconfig| 13 -- board/davinci/da8xxevm/da830evm.c | 209 configs/da830evm_defconfig

[U-Boot] [PATCH 3/6] arm: Remove wireless_space board

2015-09-12 Thread Simon Glass
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/mach-kirkwood/Kconfig | 4 - board/LaCie/wireless_space/Kconfig | 12 -- board/LaCie/wireless_space/MAINTAINERS | 6 - board/LaCie/wireless_spac

[U-Boot] [PATCH 5/6] Sort README.scrapyard

2015-09-12 Thread Simon Glass
Sort this by board name to make it easier to find boards. Signed-off-by: Simon Glass --- doc/README.scrapyard | 530 +-- 1 file changed, 265 insertions(+), 265 deletions(-) diff --git a/doc/README.scrapyard b/doc/README.scrapyard index 9cda0bd..3

[U-Boot] [PATCH 1/6] arm: Remove edb9315a board

2015-09-12 Thread Simon Glass
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 5 - board/cirrus/edb93xx/Kconfig | 15 -- board/cirrus/edb93xx/MAINTAINERS | 6 - board/cirrus/edb93xx/Makefile| 11 -- board/cirrus/ed

Re: [U-Boot] [PATCH 2/4] mmc: dw_mmc: Zap endless timeout

2015-09-12 Thread Marek Vasut
On Friday, September 11, 2015 at 07:04:42 PM, Alexey Brodkin wrote: > Hi Marek, Hi, > On Fri, 2015-09-11 at 13:49 +-0200, Marek Vasut wrote: > +AD4- On Friday, September 11, 2015 at 09:59:32 AM, Alexey Brodkin wrote: > +AD4- +AD4- Hi Marek, > +AD4- > +AD4- Hi+ACE- > > +AD4- btw Is your mailer to

Re: [U-Boot] [PATCH] ARM: Kirkwood: enable generic board support for LaCie boards

2015-09-12 Thread Simon Glass
+Tom On 12 September 2015 at 03:51, Simon Guinot wrote: > On Tue, Sep 01, 2015 at 07:01:02PM +0200, Simon Guinot wrote: >> From: Simon Guinot >> >> This patch enables generic board support for the following >> Kirkwood-based LaCie boards: >> >> - Network Space v2 (Mini, Lite and Max). >> - Inter

Re: [U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds

2015-09-12 Thread Marek Vasut
On Friday, September 11, 2015 at 11:45:28 PM, Lukasz Majewski wrote: > Hi Alexey, Hi, > > Hi Marek, Lukasz, > > > > > On Wednesday, September 09, 2015 at 09:01:30 AM, Lukasz Majewski > > > > > > wrote: > > > > Hi, > > > > > > > > > The commit: d9dbb97be0e4a550457aec5f11afefb446169c90 > > > > >

Re: [U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding

2015-09-12 Thread Hans de Goede
Hi, On 12-09-15 17:11, Simon Glass wrote: Were you able to test the driver model USB keyboard support? Yep as said that at least keeps the keyboard working with my test-case, where as before my test case not only made "usb tree" misbehave but also made the keyb no longer work. I do believe

Re: [U-Boot] [U-Boot, 1/4, v2] mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600

2015-09-12 Thread Tom Rini
On Sat, Sep 12, 2015 at 09:46:51AM -0500, Scott Wood wrote: > On Sat, 2015-09-12 at 10:46 -0400, Tom Rini wrote: > > On Sat, Sep 12, 2015 at 09:36:54AM -0500, Scott Wood wrote: > > > On Sat, 2015-09-12 at 08:50 -0400, Tom Rini wrote: > > > > On Wed, Sep 02, 2015 at 02:29:12PM +0200, Stefan Roese wr

Re: [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model

2015-09-12 Thread Hans de Goede
Hi, On 08-09-15 19:15, Simon Glass wrote: Switch USB keyboards over to use driver model instead of scanning with the horrible usb_get_dev_index() function. This involves creating a new uclass for keyboards, although so far there is no API. Signed-off-by: Simon Glass In general I like this pa

Re: [U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding

2015-09-12 Thread Simon Glass
Hi Hans, On 12 September 2015 at 08:00, Hans de Goede wrote: > > Hi, > > On 08-09-15 19:15, Simon Glass wrote: >> >> There was quite a bit of discussion about the change that required the >> unbinding of USB devices for the subsystem to function correctly. E.g. >> >> https://patchwork.ozlabs.org/

Re: [U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding

2015-09-12 Thread Hans de Goede
Hi, On 08-09-15 19:15, Simon Glass wrote: There was quite a bit of discussion about the change that required the unbinding of USB devices for the subsystem to function correctly. E.g. https://patchwork.ozlabs.org/patch/485637/ The key issue is the usb_get_dev_index() function which is not a go

Re: [U-Boot] [U-Boot, 1/4, v2] mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600

2015-09-12 Thread Scott Wood
On Sat, 2015-09-12 at 10:46 -0400, Tom Rini wrote: > On Sat, Sep 12, 2015 at 09:36:54AM -0500, Scott Wood wrote: > > On Sat, 2015-09-12 at 08:50 -0400, Tom Rini wrote: > > > On Wed, Sep 02, 2015 at 02:29:12PM +0200, Stefan Roese wrote: > > > > > > > This patch adds support for 4-bit ECC BCH4 for t

[U-Boot] [PATCH 1/2] dm: core: Don't use pinctrl for the root device

2015-09-12 Thread Simon Glass
Currently when driver model starts up it finds the root uclass and the pinctrl uclass. This is because even the root node handles pinctrl processing. But this is not useful. The root node is not a real hardware device so cannot require any particular pinmux settings. Also it means that the memory

[U-Boot] [PATCH 2/2] dm: test: Show the amount of leaked memory on error

2015-09-12 Thread Simon Glass
Adjust the memory leak tests to show the amount of memory leaked. This can be a useful signal as to what is wrong. Signed-off-by: Simon Glass --- test/dm/core.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/dm/core.c b/test/dm/core.c index 976a706..9fbc70d 10064

Re: [U-Boot] [U-Boot, 1/4, v2] mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600

2015-09-12 Thread Tom Rini
On Sat, Sep 12, 2015 at 09:36:54AM -0500, Scott Wood wrote: > On Sat, 2015-09-12 at 08:50 -0400, Tom Rini wrote: > > On Wed, Sep 02, 2015 at 02:29:12PM +0200, Stefan Roese wrote: > > > > > This patch adds support for 4-bit ECC BCH4 for the SPEAr600 SoC. This can > > > be used by boards equipped wi

Re: [U-Boot] [U-Boot, 1/4, v2] mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600

2015-09-12 Thread Scott Wood
On Sat, 2015-09-12 at 08:50 -0400, Tom Rini wrote: > On Wed, Sep 02, 2015 at 02:29:12PM +0200, Stefan Roese wrote: > > > This patch adds support for 4-bit ECC BCH4 for the SPEAr600 SoC. This can > > be used by boards equipped with a NAND chip that requires 4-bit ECC > > strength. > > The SPEAr600

[U-Boot] [PATCH v2 4/5] cgtqmx6eval: Use SPI NOR to store the environment

2015-09-12 Thread Otavio Salvador
Congatec boards boot from SPI NOR, so it makes more sense to use SPI NOR to store the environment variables. Signed-off-by: Otavio Salvador --- Changes since v1: - None include/configs/cgtqmx6eval.h | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/include/

[U-Boot] [PATCH v2 3/5] cgtqmx6eval: Add SPI NOR flash support

2015-09-12 Thread Otavio Salvador
Add SPI NOR support: => sf probe SF: Detected SST25VF032B with page size 256 Bytes, erase size 4 KiB, total 4 MiB Signed-off-by: Otavio Salvador --- Changes since v1: - None board/congatec/cgtqmx6eval/cgtqmx6eval.c | 23 +++ include/configs/cgtqmx6eval.h| 10 +++

[U-Boot] [PATCH v2 5/5] cgtqmx6eval: Protect the manufacturing information in SPI NOR

2015-09-12 Thread Otavio Salvador
The last 16 KiB of the SPI NOR contain some manufacturing information, which should not be erased/overwritten. Configure the protection bits BP2, BP1 and BP0 so that this region is protected. Signed-off-by: Otavio Salvador --- Changes since v1: - Use CONFIG_SPI_NOR_PROTECTION_STM board/congate

[U-Boot] [PATCH v2 1/5] spi_sf: Skip the erasing of protected sectors

2015-09-12 Thread Otavio Salvador
Many SPI flashes have protection bits (BP2, BP1 and BP0) in the status register that can protect selected regions of the SPI NOR. Take these bits into account when performing erase operations, making sure that the protected areas are skipped. Introduce the CONFIG_SPI_NOR_PROTECTION_STM option tha

[U-Boot] [PATCH v2 2/5] spi_flash: Include spi_flash_cmd_write_status() prototype

2015-09-12 Thread Otavio Salvador
Add a prototype for spi_flash_cmd_write_status(), so that it can be used by other files. Cc: Jagan Teki Signed-off-by: Otavio Salvador --- Changes since v1: - None include/spi_flash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/spi_flash.h b/include/spi_flash.h index 3b2d555.

Re: [U-Boot] [PATCH 1/2] ARM: cache: drop the empty dcache functions as we have it in lib/cache.c

2015-09-12 Thread Tom Rini
On Sat, Sep 12, 2015 at 11:14:18AM +0200, Albert ARIBAUD wrote: > Hello Josh, > > Sorry this series somehow dropped off my radar completely. Is it still > needed now? If it does, then it would require rework as some of the > functions removed are not empty anymore. An updated version of this ser

Re: [U-Boot] [U-Boot, v2, 2/2] Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 05:24:58PM -0600, Simon Glass wrote: > Now that we have a new header file for cache-aligned allocation, we should > move the stack-based allocation macro there also. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Di

Re: [U-Boot] [U-Boot, v2, 1/1] gpio: lpc32xx: fix issues with port3 gpio

2015-09-12 Thread Tom Rini
On Wed, Sep 09, 2015 at 11:35:58AM -0400, slemieux.t...@gmail.com wrote: > From: Sylvain Lemieux > > The current simplify lpc32xx gpio driver implementation assume a > maximum of 32 GPIO per port; there are a total of 22 GPI, 24 GPO > and 6 GPIO to managed on port 3. > > Update the driver to fi

Re: [U-Boot] [U-Boot, v2, 3/3] omap3: cm-t3517: change environment size

2015-09-12 Thread Tom Rini
On Wed, Sep 09, 2015 at 11:25:39AM +0300, Dmitry Lifshitz wrote: > Mainline CM-T3517 U-Boot environment size differs from that one > shipped with CM-T3517 boards. > > Update environment size, to avoid backward compatibility issues. > > Signed-off-by: Dmitry Lifshitz > Acked-by: Igor Grinberg

Re: [U-Boot] omap3: cm-t3517: define CONFIG_MACH_TYPE

2015-09-12 Thread Tom Rini
On Wed, Sep 09, 2015 at 11:27:17AM +0300, Dmitry Lifshitz wrote: > Define CONFIG_MACH_TYPE to allow non DT Linux boot. > > Signed-off-by: Dmitry Lifshitz > Acked-by: Igor Grinberg Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,2/3] omap3: cm-t3517: fix MMC1 pinmux

2015-09-12 Thread Tom Rini
On Tue, Sep 08, 2015 at 09:50:01AM +0300, Dmitry Lifshitz wrote: > Fix MMC1 pinmux setup, thus enable SD/MMC card support with CM-T3517. > > Signed-off-by: Dmitry Lifshitz > Acked-by: Igor Grinberg Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout

2015-09-12 Thread Tom Rini
On Tue, Sep 08, 2015 at 09:50:00AM +0300, Dmitry Lifshitz wrote: > SBC-T3517 evaluation board has two Eth interfaces. > Enable network retry of another interface if the default if failed > or disconnected. > > Add 'netretry=yes' in the default env. Setup relevant > timeout values in the board con

Re: [U-Boot] [U-Boot,v5] bitops: introduce BIT() definition

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 01:43:52PM +0200, Andreas Bießmann wrote: > From: Heiko Schocher > > introduce BIT() definition, used in at91_udc gadget > driver. > > Signed-off-by: Heiko Schocher > [remove all other occurrences of BIT(x) definition] > Signed-off-by: Andreas Bießmann > Acked-by: Stef

Re: [U-Boot] fs: ext4: fix symlink read function

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 11:20:07AM +0200, Gary Bisson wrote: > Since last API changes for files >2GB, the read of symlink is broken as > ext4fs_read_file now returns 0 instead of the length of the actual read. > > Signed-off-by: Gary Bisson Applied to u-boot/master, thanks! -- Tom signature

Re: [U-Boot] [U-Boot, 2/2] igep00x0: Switch to use the generic distro configuration and environment.

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 08:28:09AM +0200, Enric Balletbò i Serra wrote: > This patch changes a little bit the environment, current environment was > broken > for a long time, and board don't as expected sometimes, on production systems > this is fixed adding boot script. I think it's time to chan

Re: [U-Boot] [U-Boot, 1/2] igep00xx: MAINTAINERS: update eballetbo's email address.

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 08:28:08AM +0200, Enric Balletbò i Serra wrote: > Signed-off-by: Enric Balletbo i Serra Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [U-Boot,10/10] ARM: tegra: enable DFU for RAM

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:51PM -0600, Stephen Warren wrote: > From: Stephen Warren > > This allows transferring data directly to/from RAM. For example, one > could create a boot script that starts DFU on a RAM region, then once > DFU exits (which is under the control of the attached USB host

Re: [U-Boot] [U-Boot,07/10] ARM: tegra: fix malloc region sizing

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:48PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Commit 52a7c98a1772 "tegra-common: increase malloc pool len by dfu mmc > file buffer size" updated the definition of CONFIG_SYS_MALLOC_LEN for > Tegra to take account of the DFU buffer size. However, this

Re: [U-Boot] [U-Boot, PATCHv4, 1/1] board: Add Toby-Churchill SL50 board support.

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 07:43:20AM +0200, Enric Balletbò i Serra wrote: > Add support for Lightwriter SL50 series board, a small, robust and portable > Voice Output Communication Aids (VOCA) designed to meet the particular and > changing needs of people with speech loss resulting from a wide range

Re: [U-Boot] [U-Boot,04/10] ext4: fix leak in check_filename()

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:45PM -0600, Stephen Warren wrote: > From: Stephen Warren > > root_first_block_buffer should be free()d in all cases, not just when an > error occurs. Fix the success exit path of the function to do this. > > Signed-off-by: Stephen Warren > Acked-by: Lukasz Majewsk

Re: [U-Boot] [U-Boot,08/10] ARM: tegra: tweak DFU buffer sizes

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:49PM -0600, Stephen Warren wrote: > From: Stephen Warren > > CONFIG_SYS_DFU_DATA_BUF_SIZE defines the size of chunks transferred > across USB. This doesn't need to be particularly large, since it doesn't > limit the overall transfer size. > > CONFIG_SYS_DFU_MAX_FIL

Re: [U-Boot] [U-Boot,06/10] dfu: mmc: buffer file reads too

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:47PM -0600, Stephen Warren wrote: > From: Stephen Warren > > When writing to files in a filesystem on MMC, dfu_mmc.c buffers up the > entire file content until the end of the transaction, at which point the > file is written in one go. This allows writing files larg

Re: [U-Boot] [U-Boot,09/10] ARM: tegra: enable filesystem writing

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:50PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Writing to files is a useful feature in general, so enable it everywhere. > The primary purpose is to make DFU useful on filesystems in addition to > raw devices. > > Signed-off-by: Stephen Warren Appli

Re: [U-Boot] [U-Boot,05/10] dfu: don't keep freeing/reallocating

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:46PM -0600, Stephen Warren wrote: > From: Stephen Warren > > DFU currently allocates buffer memory at the start of each data transfer > operation and frees it at the end. Especially since memalign() is used to > allocate the buffer, and various other allocations hap

Re: [U-Boot] [U-Boot, 02/10] ext4: avoid calling ext4fs_mount() twice, which leaks

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:43PM -0600, Stephen Warren wrote: > From: Stephen Warren > > ext4_write_file() is only called from the "fs" layer, which calls both > ext4fs_mount() and ext4fs_close() before/after calling ext4_write_file(). > Fix ext4_write_file() not to call ext4fs_mount() again,

Re: [U-Boot] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

2015-09-12 Thread Tom Rini
On Thu, Sep 03, 2015 at 02:21:39PM +0200, Łukasz Majewski wrote: > It is very common that FAT code is using following pattern: > if (disk_{read|write}() < 0) > return -1; > > Up till now the above code was dead, since disk_{read|write) could only > return value >= 0. > As a result some er

Re: [U-Boot] [U-Boot,03/10] ext4: free allocations by parse_path()

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:44PM -0600, Stephen Warren wrote: > From: Stephen Warren > > parse_path() malloc()s the entries in the array it's passed. Those > allocations must be free()d by the caller, ext4fs_get_parent_inode_num(). > Add code to do this. > > For this to work, all the array en

Re: [U-Boot] [U-Boot, 01/10] usb: gadget: don't leak configs when unbinding

2015-09-12 Thread Tom Rini
On Fri, Sep 04, 2015 at 10:03:42PM -0600, Stephen Warren wrote: > From: Stephen Warren > > By the time g_dnl_unbind() is run, cdev->config has been set to NULL, > so the free() there does nothing, and the config struct is leaked. > Equally, struct usb_gadget contains a linked list of config stru

Re: [U-Boot] [U-Boot, v2] include: configs: Enable DWC3 and DFU in OMAP5 uEVM

2015-09-12 Thread Tom Rini
On Thu, Sep 03, 2015 at 03:27:52PM +0530, Kishon Vijay Abraham I wrote: > Enable dwc3, dwc3-omap and PHY to get DWC3 functional in OMAP5 > uEVM. Also enable support for DFU. > > Signed-off-by: Kishon Vijay Abraham I > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature

Re: [U-Boot] [U-Boot, v2, 1/2] Move malloc_cache_aligned() to its own header

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 05:24:57PM -0600, Simon Glass wrote: > At present malloc.h is included everywhere since it recently was added to > common.h in this commit: > >4519668 mtd/nand/ubi: assortment of alignment fixes > > This seems wasteful and unnecessary. We have been trying to trim down

Re: [U-Boot] [U-Boot, 2/4] arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 11:10:58AM +0200, Stefan Roese wrote: > This patch adds the "nandecc" command to switch between the SPEAr600 internal > 1-bit HW ECC and the 4-bit SW BCH4 ECC. This can be needed to support NAND > chips with a stronger ECC than 1-bit, as on the x600. And to dynamically > sw

Re: [U-Boot] [U-Boot, 1/4, v2] mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 02:29:12PM +0200, Stefan Roese wrote: > This patch adds support for 4-bit ECC BCH4 for the SPEAr600 SoC. This can > be used by boards equipped with a NAND chip that requires 4-bit ECC strength. > The SPEAr600 HW ECC only supports 1-bit ECC strength. > > To enable SW BCH4,

Re: [U-Boot] [U-Boot, 3/4] arm: spear: Add BCH4 SW support to SPEAr600 x600 board

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 11:10:59AM +0200, Stefan Roese wrote: > This board is equipped with a Micron NAND chip (MT29F1G08ABADAH4) that > needs 4-bit ECC. But the SPEAr600 only supports 1-bit HW ECC internally. > This patch enables the SW 4-bit BCH support for this board. > > Signed-off-by: Stefan

Re: [U-Boot] [U-Boot, 4/4] arm: spear: Enable THUMB mode on x600 board

2015-09-12 Thread Tom Rini
On Wed, Sep 02, 2015 at 11:11:00AM +0200, Stefan Roese wrote: > To reduce the size of the U-Boot image on the x600 board, lets enable > the THUMB mode. This reduces the overall size to less than 0x6000 > bytes. Fitting it again in the onboard NOR flash. > > Signed-off-by: Stefan Roese > Cc: Vire

Re: [U-Boot] [U-Boot,45/45] arm: Remove tx25 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:39PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,40/45] arm: Remove xaeniax board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:34PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,38/45] arm: Remove vl_ma2sc board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:32PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,39/45] arm: Remove vpac270_nor_128 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:33PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,42/45] arm: Remove palmtreo680 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:36PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,35/45] arm: Remove tt01 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:29PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,37/45] arm: Remove vision2 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:31PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass > Acked-by: Stefano Babic Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot,36/45] arm: Remove versatileab board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:30PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,34/45] arm: Remove tk71 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:28PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,32/45] arm: Remove rd6281a board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:26PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [RFC PATCH 2/2] sunxi: add "fel" boot target

2015-09-12 Thread Hans de Goede
Hi, On 11-09-15 11:31, Bernhard Nortmann wrote: Hi! Am 10.09.2015 um 20:36 schrieb Hans de Goede: Hi, I would prefer to have this like this: "bootcmd_fel=" \ "if test -n ${fel_booted} && test -n ${fel_data_addr}; then " \ "echo '(FEL boot)';" \ "source ${f

Re: [U-Boot] [U-Boot,31/45] arm: Remove qong board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:25PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,33/45] arm: Remove scb9328 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:27PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,30/45] arm: Remove pxa255_idp, zipitz2 boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:24PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot, 29/45] arm: Remove portuxg20, stamp9g20 boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:23PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot, 28/45] arm: Remove polaris and trizepsiv boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:22PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass > Acked-by: Stefano Babic Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signatur

Re: [U-Boot] [U-Boot,27/45] arm: Remove palmtc board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:21PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,25/45] arm: Remove otc570 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:19PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,26/45] arm: Remove palmld board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:20PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,24/45] arm: Remove openrd boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:18PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot,22/45] arm: Remove omap3_mvblx board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:16PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,23/45] arm: Remove omap3_sdp3430 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:17PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,18/45] arm: Remove mv88f6281gtw_ge board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:12PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 20/45] arm: Remove nhk8815 boards and nomadik arch

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:14PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot,16/45] arm: Remove lp8x4x board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:10PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 19/45] arm: Remove mx51_efikamx, mx51_efikasb boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:13PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot,15/45] arm: Remove jornada board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:09PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 12/45] arm: Remove imx27lite, imx27_litekit and magnesium boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:06PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot,14/45] arm: Remove inetspace_v2_cmc board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:08PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,13/45] arm: Remove mx31_litekit board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:07PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,10/45] arm: Remove enbw_cmc board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:04PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 08/45] arm: Remove eb_cpu9k2 and eb_cpu9k2_ram boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:02PM -0600, Simon Glass wrote: > These board have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,11/45] arm: Remove ima3-mx53 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:05PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot,07/45] arm: Remove dig297 board

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:01PM -0600, Simon Glass wrote: > This board has not been converted to generic board by the deadline. > Remove it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 05/45] arm: Remove unmaintained davinci boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:18:59PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove dm355evm, dm355leopard, dm365evm, dm6467evm, dvevm, ea20, schmoogie, > sffsdr, sonata. > > Signed-off-by: Simon Glass After keeping ea20, applied to u-b

Re: [U-Boot] [U-Boot,02/45] arm: Remove eukrea boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:18:56PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove all cpu9260 and cpuat91 boards. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,06/45] arm: Remove d2net_v2 defconfig file

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:19:00PM -0600, Simon Glass wrote: > This file appears to be an orphan with no board files. Drop it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, 04/45] arm: Remove snowball and u8500_href boards

2015-09-12 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:18:58PM -0600, Simon Glass wrote: > These boards have not been converted to generic board by the deadline. > Remove them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

  1   2   >