Re: [U-Boot] [U-Boot, resend, 1/2] config_distro_bootcmd.h: Allow user to indicate that usb is inited in preboot

2014-12-18 Thread Hans de Goede
On 12/12/2014 Stephen Warren wrote: On 12-12-14 10:50 AM, Hans de Goede wrote: When using usb-keyboard support, typically usb will already get started from preboot. In this case doing it again in the bootcmd is undesirable. Allow the user of config_distro_bootcmd to indicate that usb is

Re: [U-Boot] [PATCH v2] ubi: enable error reporting in initialization

2014-12-18 Thread Hector Palacios
Hi Andrew, On 11/05/2014 08:31 PM, Andrew Ruder wrote: The UBI layer will disable much of its error reporting when it is compiled into the linux kernel to avoid stopping boot. We want this error reporting in U-Boot since we don't initialize the UBI layer until it is used and want the error

[U-Boot] [PATCH 0/5] ARM: UniPhier: minor fixes

2014-12-18 Thread Masahiro Yamada
Masahiro Yamada (5): ARM: UniPhier: fix property names of aliases nodes of device trees ARM: UniPhier: remove unnecessary ifdef conditional ARM: UniPhier: use DRAM area for init stack of normal image ARM: UniPhier: select CONFIG_SPL ARM: UniPhier: enable CONFIG_CMD_DM

[U-Boot] [PATCH 1/5] ARM: UniPhier: fix property names of aliases nodes of device trees

2014-12-18 Thread Masahiro Yamada
The property name of the aliases node should be serial* to assign a desired number for the device sequence number. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/dts/uniphier-ph1-ld4-ref.dts | 8 arch/arm/dts/uniphier-ph1-pro4-ref.dts | 8

[U-Boot] [PATCH 3/5] ARM: UniPhier: use DRAM area for init stack of normal image

2014-12-18 Thread Masahiro Yamada
The normal image is working on DRAM. It is better to use DRAM also for init stack than L2 cache. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/uniphier.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/uniphier.h

[U-Boot] [PATCH 4/5] ARM: UniPhier: select CONFIG_SPL

2014-12-18 Thread Masahiro Yamada
Now UniPhier platform is only supported with SPL. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/Kconfig | 1 + configs/ph1_ld4_defconfig | 1 - configs/ph1_pro4_defconfig | 1 - configs/ph1_sld8_defconfig | 1 - 4 files changed, 1 insertion(+), 3 deletions(-)

[U-Boot] [PATCH 2/5] ARM: UniPhier: remove unnecessary ifdef conditional

2014-12-18 Thread Masahiro Yamada
init_page_table is only set on SPL. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/cpu/armv7/uniphier/init_page_table.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/arm/cpu/armv7/uniphier/init_page_table.c b/arch/arm/cpu/armv7/uniphier/init_page_table.c

[U-Boot] [PATCH 5/5] ARM: UniPhier: enable CONFIG_CMD_DM

2014-12-18 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/uniphier.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index ed22111..5a53c50 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello Simon, On 12/18/2014 04:39 AM, Simon Glass wrote: Hi Przemyslaw, On 17 December 2014 at 02:03, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/16/2014 11:26 PM, Simon Glass wrote: Hi Przemyslaw, On 12 December 2014 at 08:30, Przemyslaw Marczak p.marc...@samsung.com

Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-18 Thread Hans de Goede
Hi, On 14-12-14 15:57, Ian Campbell wrote: On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote: The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND, rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG controller), ethernet, 3.5 mm jack with a/v out and hdmi

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-18 Thread Masahiro Yamada
Hi Matthew, Tom, On Tue, 16 Dec 2014 18:56:46 -0500 Tom Rini tr...@ti.com wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada, Even the with this patch, we encountered a false error of generic board support. The problem was very interrmittent for

Re: [U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-18 Thread Hans de Goede
Hi, On 17-12-14 03:34, Chen-Yu Tsai wrote: On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede hdego...@redhat.com wrote: The axp223 appears to be the same as the axp221, except that it uses the rsb to communicate rather then the p2wi. At least all the registers we use are 100% the same.

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-18 Thread Masahiro Yamada
Hi Marek, Tom, On Wed, 17 Dec 2014 10:52:32 -0500 Tom Rini tr...@ti.com wrote: On Wed, Dec 17, 2014 at 02:04:32AM +0100, Marek Vasut wrote: On Wednesday, December 17, 2014 at 12:56:46 AM, Tom Rini wrote: On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: Hello Masahiro Yamada,

Re: [U-Boot] [PATCH] ARM: OMAP5: DRA7xx: Enable I2C4 and I2C5 usage on the J6Eco EVM

2014-12-18 Thread Lubomir Popov
Tom, Even if this patch is not applied if considered useless, the one fixing the clocks (http://patchwork.ozlabs.org/patch/410834/) should be, in my opinion, as it is essentially a bug fix. Now, for the DRA7xx SoCs, 1) a write to a undefined (or zero) register address is occurring since struct

[U-Boot] [PATCH] i2c_eeprom: include linux/err.h to fix build error

2014-12-18 Thread Masahiro Yamada
drivers/misc/i2c_eeprom.c fails to build unless CONFIG_FIT_SIGNATURE is defined. CC drivers/misc/i2c_eeprom.o drivers/misc/i2c_eeprom.c: In function 'i2c_eeprom_read': drivers/misc/i2c_eeprom.c:15:10: error: 'ENODEV' undeclared (first use in this function) drivers/misc/i2c_eeprom.c:15:10:

Re: [U-Boot] [PATCH 13/14] sun8i: Add dram initialization support

2014-12-18 Thread Chen-Yu Tsai
On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede hdego...@redhat.com wrote: Based on the register / dram_para headers from the Allwinner u-boot / linux sources + the init sequences from boot0. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile |

[U-Boot] [PATCH 1/4] [RFC] [v2] rsa: Split the rsa-verify

2014-12-18 Thread Ruchika Gupta
Public exponentiation which is required in rsa verify functionality is currently tightly integrated with verification code in rsa_verify.c. Currently this implementation is software based. Some platforms having support of the exponentiation in hardware. To enable the rsa verify functionality to

[U-Boot] [PATCH 2/4] [RFC] [v2] crypto/fsl: Add support for RSA Modular Exponentiation

2014-12-18 Thread Ruchika Gupta
Support added for offloading Modular Exponentiation required in RSA Verify functionality to hardware which depends on CONFIG_RSA_MOD_EXP_HW. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: Simon Glass s...@chromium.org --- Changes in v2: Added Kconfig option for RSA_MOD_HW

[U-Boot] [PATCH 4/4] [RFC] [v2] rsa: Use checksum algorithms from struct hash_algo

2014-12-18 Thread Ruchika Gupta
Currently the hash functions used in RSA are called directly from the sha1 and sha256 libraries. Change the RSA checksum library to use the progressive hash API's registered with struct hash_algo. This will allow the checksum library to use the support of hardware accelerated progressive hash

[U-Boot] [PATCH 3/4] [RFC] [v2] hash: Add function to find hash_algo struct with progressive hash

2014-12-18 Thread Ruchika Gupta
The hash_algo structure has some implementations in which progressive hash API's are not defined. These are basically the hardware based implementations of SHA. An API is added to find the algo which has progressive hash API's defined. This can then be integrated with RSA checksum library which

Re: [U-Boot] A23 u-boot with SPL / dram init available in my personal git repo

2014-12-18 Thread Hans de Goede
Hi, On 15-12-14 07:01, Ricky Xian wrote: Hi, I'm trying to boot from usb fel mode on A23. I have rebuilt your sunxi-wip branch, and try to run on my A23 (q88?) board, but it's failed in fel mode in executing. I think the u-boot-spl.bin can be used as A20, this's the website I refer to:

[U-Boot] [GIT] Pull request: u-boot-dfu (18-12-2014)

2014-12-18 Thread Lukasz Majewski
The following changes since commit 68ae882596524a2dde9da73283241b01d56375d5: USB: gadget: atmel_usba_udc: fix transfer hang issue (2014-12-16 16:08:50 +0100) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to

Re: [U-Boot] [PATCH 1/2] SPI: Add S25FL064A and S25FL116K flash information

2014-12-18 Thread Jagan Teki
On 17 November 2014 at 20:21, Ben Dooks ben.do...@codethink.co.uk wrote: From: Adnan Ali adnan@codethink.co.uk Add S25FL064A and S25FL116K flash indentifiers. Signed-off-by: Adnan Ali adnan@codethink.co.uk --- drivers/mtd/spi/sf_params.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [U-Boot] Falcon mode boot support

2014-12-18 Thread Andy Pont
Hi Tom, I suspect that this might be related to the general problem on these part families where SPL isn't as fast as we expect it to be, perhaps cache related. I did a bit of digging around following this line of thought and found an old discussion on the mailing list

Re: [U-Boot] [PATCH] mtd: sf: Zap ramtron driver

2014-12-18 Thread Jagan Teki
On 6 November 2014 at 16:05, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: Removed ramtron driver since the EMK boards are no longer been active, and these are the only boards used this flash driver. Commit details for EMK zap: ppc/arm: zap EMK boards (sha1:

Re: [U-Boot] [PATCH] mtd/spi: Add support for SST25WF040B

2014-12-18 Thread Jagan Teki
On 3 December 2014 at 07:07, Shengzhou Liu shengzhou@freescale.com wrote: Add support for SST25WF040B-40I-SN flash. Tested on T1024QDS board. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- drivers/mtd/spi/sf_params.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [U-Boot] [PATCH 1/2] SPI: Add S25FL064A and S25FL116K flash information

2014-12-18 Thread Ben Dooks
On 18/12/14 12:14, Jagan Teki wrote: On 17 November 2014 at 20:21, Ben Dooks ben.do...@codethink.co.uk wrote: From: Adnan Ali adnan@codethink.co.uk Add S25FL064A and S25FL116K flash indentifiers. Signed-off-by: Adnan Ali adnan@codethink.co.uk --- drivers/mtd/spi/sf_params.c | 2 ++

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Simon Glass
Hi Przemyslaw, On 18 December 2014 at 03:26, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 12/18/2014 04:39 AM, Simon Glass wrote: Hi Przemyslaw, On 17 December 2014 at 02:03, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/16/2014 11:26 PM, Simon

Re: [U-Boot] [PATCH] i2c_eeprom: include linux/err.h to fix build error

2014-12-18 Thread Simon Glass
On 18 December 2014 at 04:00, Masahiro Yamada yamad...@jp.panasonic.com wrote: drivers/misc/i2c_eeprom.c fails to build unless CONFIG_FIT_SIGNATURE is defined. CC drivers/misc/i2c_eeprom.o drivers/misc/i2c_eeprom.c: In function 'i2c_eeprom_read': drivers/misc/i2c_eeprom.c:15:10:

Re: [U-Boot] [PATCH 1/2] SPI: Add S25FL064A and S25FL116K flash information

2014-12-18 Thread Jagan Teki
On 18 December 2014 at 18:38, Ben Dooks ben.do...@codethink.co.uk wrote: On 18/12/14 12:14, Jagan Teki wrote: On 17 November 2014 at 20:21, Ben Dooks ben.do...@codethink.co.uk wrote: From: Adnan Ali adnan@codethink.co.uk Add S25FL064A and S25FL116K flash indentifiers. Signed-off-by:

Re: [U-Boot] [PATCH 2/2] SPI: Add S25FL164K flash identifier info

2014-12-18 Thread Jagan Teki
On 17 November 2014 at 20:22, Ben Dooks ben.do...@codethink.co.uk wrote: Add the necessary flash entry for the Spansion S25FL164K flash. Tested on Marvell 88F6218 based design. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- drivers/mtd/spi/sf_params.c | 1 + 1 file changed, 1

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-18 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 2:27 PM, Stefan Roese s...@denx.de wrote: Yes, its applied. I'm nearly on mainline right now. And it doesn't help. Which makes sense if my current guess is correct, that the BootROM doesn't load the SPL completely without this CCGR0 register setting in the

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 02:14 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 03:26, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 12/18/2014 04:39 AM, Simon Glass wrote: Hi Przemyslaw, On 17 December 2014 at 02:03, Przemyslaw Marczak p.marc...@samsung.com

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Simon Glass
Hi Przemyslaw, On 18 December 2014 at 06:31, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 02:14 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 03:26, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 12/18/2014 04:39 AM, Simon

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 02:36 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 06:31, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 02:14 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 03:26, Przemyslaw Marczak p.marc...@samsung.com wrote:

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Simon Glass
Hi, On 11 December 2014 at 05:01, Przemyslaw Marczak p.marc...@samsung.com wrote: The present fat implementation ignores FAT16 long name directory entries which aren't placed in a single sector. This was becouse of the buffer was always filled by the two sectors, and the loop was made also

[U-Boot] [PATCH] Revert spi: add config option to enable the WP pin function on st micron flashes

2014-12-18 Thread Jagannadha Sutradharudu Teki
This reverts commit 562f8df18da62ae02c4ace1e530451fe82c3312d. Never see the issue with N25Q128 flash without need of W#/Vpp signal during probe. Signed-off-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Cc: Heiko Schocher h...@denx.de --- README| 11

Re: [U-Boot] [PATCH v2 0/3] Serial Flash: call spi_flash_free more coherently

2014-12-18 Thread Jagan Teki
On 3 November 2014 at 19:31, Valentin Longchamp valentin.longch...@keymile.com wrote: Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the SPI pins are multiplexed. So, for each probe

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 02:47 PM, Simon Glass wrote: Hi, On 11 December 2014 at 05:01, Przemyslaw Marczak p.marc...@samsung.com wrote: The present fat implementation ignores FAT16 long name directory entries which aren't placed in a single sector. This was becouse of the buffer was always

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 02:47 PM, Simon Glass wrote: Hi, On 11 December 2014 at 05:01, Przemyslaw Marczak p.marc...@samsung.com wrote: The present fat implementation ignores FAT16 long name directory entries which aren't placed in a single sector. This was becouse of the buffer was always

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Simon Glass
Hi Przemyslaw, On 18 December 2014 at 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 02:47 PM, Simon Glass wrote: Hi, On 11 December 2014 at 05:01, Przemyslaw Marczak p.marc...@samsung.com wrote: The present fat implementation ignores FAT16 long name

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 03:34 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 02:47 PM, Simon Glass wrote: Hi, On 11 December 2014 at 05:01, Przemyslaw Marczak p.marc...@samsung.com wrote: The present

Re: [U-Boot] [PATCH 0/5] ARM: UniPhier: minor fixes

2014-12-18 Thread Masahiro YAMADA
2014-12-18 19:10 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Masahiro Yamada (5): ARM: UniPhier: fix property names of aliases nodes of device trees ARM: UniPhier: remove unnecessary ifdef conditional ARM: UniPhier: use DRAM area for init stack of normal image ARM:

[U-Boot] Pull request: u-boot-uniphier

2014-12-18 Thread Masahiro YAMADA
Hi Tom, The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Simon Glass
Hi, On 18 December 2014 at 07:40, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 03:34 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 02:47 PM, Simon Glass wrote: Hi,

[U-Boot] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards

2014-12-18 Thread Gerald Kerma
Add some kirkwood plugs to uboot-envtools - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma drea...@doukki.net --- package/boot/uboot-envtools/files/kirkwood | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
Hello, On 12/18/2014 03:56 PM, Simon Glass wrote: Hi, On 18 December 2014 at 07:40, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 12/18/2014 03:34 PM, Simon Glass wrote: Hi Przemyslaw, On 18 December 2014 at 07:32, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On

[U-Boot] [PATCH v2] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
The present fat implementation ignores FAT16 long name directory entries which aren't placed in a single sector. This was becouse of the buffer was always filled by the two sectors, and the loop was made also for two sectors. If some file long name entries are stored in two sectors, the we have

Re: [U-Boot] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards

2014-12-18 Thread drEagle
Sorry... I post to the wrong list ! Regards, Gérald Le 18/12/2014 15:59, Gerald Kerma a écrit : Add some kirkwood plugs to uboot-envtools - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma drea...@doukki.net ---

Re: [U-Boot] [PATCH v2] arm: build arch memset/memcpy in Thumb2 mode

2014-12-18 Thread Albert ARIBAUD
Hello Stefan, On Mon, 15 Dec 2014 22:06:11 +0100, Stefan Agner ste...@agner.ch wrote: Hi Andreas, On 2014-12-15 15:24, Andreas Färber wrote: Hi Stefan, Am 03.12.2014 um 18:04 schrieb Stefan Agner: Can this be fixed by the merger or should I create a new revision? It looks as if

[U-Boot] [PATCH v3] fs: fat: read: fix fat16 ls/read issue

2014-12-18 Thread Przemyslaw Marczak
The present fat implementation ignores FAT16 long name directory entries which aren't placed in a single sector. This was becouse of the buffer was always filled by the two sectors, and the loop was made also for two sectors. If some file long name entries are stored in two sectors, the we have

Re: [U-Boot] [PATCH 0/5] ARM: UniPhier: minor fixes

2014-12-18 Thread Tom Rini
On Thu, Dec 18, 2014 at 11:41:35PM +0900, Masahiro YAMADA wrote: 2014-12-18 19:10 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Masahiro Yamada (5): ARM: UniPhier: fix property names of aliases nodes of device trees ARM: UniPhier: remove unnecessary ifdef conditional

Re: [U-Boot] Pull request: u-boot-uniphier

2014-12-18 Thread Tom Rini
On Thu, Dec 18, 2014 at 11:43:05PM +0900, Masahiro YAMADA wrote: Hi Tom, The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500) are available in the git repository at:

[U-Boot] [PATCH v3] arm: build arch memset/memcpy in Thumb2 mode

2014-12-18 Thread Stefan Agner
Resynchronize memcpy/memset with kernel 3.17 and build them in Thumb2 mode (unified syntax). Those assembler files can be built and linked in ARM mode too, however when calling them from Thumb2 built code, the stack got corrupted and the copy did not succeed (the exact details have not been traced

Re: [U-Boot] Regarding patch: http://patchwork.ozlabs.org/patch/373593/

2014-12-18 Thread Marek Vasut
On Thursday, December 18, 2014 at 09:32:56 AM, Ramneek Mehresh wrote: Hi Marex, Following u-boot patch is pending for your review for some time. Please let me know if you have any concerns. fsl/usb: Add USB XHCI support: http://patchwork.ozlabs.org/patch/373593/ I missed the patch

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-18 Thread Marek Vasut
On Thursday, December 18, 2014 at 07:53:56 AM, Joe Hershberger wrote: Hi Marek, On Wed, Dec 17, 2014 at 10:00 AM, Marek Vasut ma...@denx.de wrote: On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: Is there a reason you can't implement write_hwaddr() so that it will

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

2014-12-18 Thread Marek Vasut
Hi, please find a couple of more fixes for this release. The following changes since commit b9206e61f3d87535ac4f4b0b858e674fd1edfeaf: Merge git://git.denx.de/u-boot-x86 (2014-12-15 17:13:47 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to

Re: [U-Boot] [GIT] Pull request: u-boot-dfu (18-12-2014)

2014-12-18 Thread Marek Vasut
On Thursday, December 18, 2014 at 12:43:30 PM, Lukasz Majewski wrote: The following changes since commit 68ae882596524a2dde9da73283241b01d56375d5: USB: gadget: atmel_usba_udc: fix transfer hang issue (2014-12-16 16:08:50 +0100) are available in the git repository at:

Re: [U-Boot] [PATCH 5/5] ARM: UniPhier: enable CONFIG_CMD_DM

2014-12-18 Thread Simon Glass
Hi Masahiro, On 18 December 2014 at 03:11, Masahiro Yamada yamad...@jp.panasonic.com wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/uniphier.h | 2 ++ 1 file changed, 2 insertions(+) Note that this will become the default once we get the DM Kconfig

Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-18 Thread Ian Campbell
On Thu, 2014-12-18 at 11:39 +0100, Hans de Goede wrote: Hi, On 14-12-14 15:57, Ian Campbell wrote: On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote: The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND, rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the

Re: [U-Boot] [PATCH 01/14] sun6i: s/SUNXI_GPL0_R_P2WI/SUN6I_GPL0_R_P2WI/

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The p2wi interface is only available on sun6i, adjust the gpio pinmux defines for it to reflect this. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH 02/14] sunxi: Add support for the rsb (Reduced Serial Bus)

2014-12-18 Thread Ian Campbell
On Wed, 2014-12-17 at 13:56 +0100, Hans de Goede wrote: Hi, On 17-12-14 03:22, Chen-Yu Tsai wrote: Hi, On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede hdego...@redhat.com wrote: sun8i (A23) introduces a new bus for communicating with the pmic, the rsb, the rsb is also used to

Re: [U-Boot] [PATCH 02/14] sunxi: Add support for the rsb (Reduced Serial Bus)

2014-12-18 Thread Ian Campbell
On Wed, 2014-12-17 at 13:56 +0100, Hans de Goede wrote: @@ -128,7 +128,8 @@ #define SUN6I_CPUCFG_BASE 0x01f01c00 #define SUNXI_R_UART_BASE 0x01f02800 #define SUNXI_R_PIO_BASE 0x01f02c00 -#define SUNXI_P2WI_BASE

Re: [U-Boot] [PATCH 03/14] sunxi: axp221: Add axp223 support

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The axp223 appears to be the same as the axp221, except that it uses the rsb to communicate rather then the p2wi. At least all the registers we use are 100% the same. Signed-off-by: Hans de Goede hdego...@redhat.com With the whitespace

Re: [U-Boot] [PATCH 05/14] sunxi: axp221: Make dcdc1 voltage configurable

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The dcdc1 voltage is typically used as generic 3.3V IO voltage for things like GPIO-s, sdcard interfaces, etc. On most boards this is undervolted to 3.0V to safe battery, but not on all, make it configurable so that we can use the same

Re: [U-Boot] [PATCH 04/14] sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usage

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: Some of the ldo-s of the axp221 are used in the same way on most boards, add comments to the Kconfig help text to reflect this, and give them defaults matching their typical usage. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [PATCH 06/14] sunxi: axp221: Explicitly turn off unused voltages

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: Explicitly turn off unused voltages, rather then leaving them as is. Likewise explictly enabled the dcdc convertors, rather then assuming they are already enabled at boot. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian

Re: [U-Boot] [PATCH 07/14] sunxi: axp221: Disable dcdc4 on sun8i (A23)

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: dcdc4 is not used on sun8i, disable it. While at it also add comments to the other fixed voltages to document what they are used for. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH 08/14] sun6i: Add a sigma_delta_enable paramter to clock_set_pll5()

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The sun8i dram code sometimes wants to enable sigma delta mode, add a parameter to allow this. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk ___

Re: [U-Boot] [PATCH 09/14] sun6i: Add k and m parameters to clock_set_pll5()

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The A23 (sun8i) requires different values for these then sun6i, so make them function parameters. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH 10/14] sunxi: Move await_completion dram helper to dram.h

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The await_completion helper is already copy pasted between the sun4i and sun6i dram code, and we need it for sun8i too, so lets make it an inline helper in dram.h, rather then adding yet another copy. Signed-off-by: Hans de Goede

Re: [U-Boot] [PATCH 11/14] sunxi: Fill memory before comparing it when doing dram init on sun6i

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: The sun8i boot0 code fills the DRAM with a random pattern before comparing it at different offsets to do columns, etc. detection. The sun6i boot0 code does not do it, but it seems like a good idea to do this regardless. Is this the right

Re: [U-Boot] [PATCH 12/14] sunxi: Use memcmp for mctl_mem_matches

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: Use memcmp for mctl_mem_matches instead of DIY. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk Ian. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 13/14] sun8i: Add dram initialization support

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: Based on the register / dram_para headers from the Allwinner u-boot / linux sources + the init sequences from boot0. Signed-off-by: Hans de Goede hdego...@redhat.com +/* + * Note this code uses a lot of magic hex values, that is

Re: [U-Boot] [PATCH 14/14] sun8i: Add defconfig for Ippo_q8h v1.2

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: We need separate defconfigs for the v5 and v1.2 versions of this board, as they use different DRAM parameters. Note they also use different dtb files, as the wifi is different too. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-18 Thread Joe Hershberger
On Thu, Dec 18, 2014 at 5:17 AM, Marek Vasut ma...@denx.de wrote: Would you pick it and submit for current release or do you want me to do it? If you can do it that would be great. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Albert ARIBAUD
Hello Simon, On Wed, 10 Dec 2014 08:03:29 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On 9 December 2014 at 22:25, Simon Glass s...@chromium.org wrote: From: Thierry Reding tred...@nvidia.com Implement an API that can be used by drivers to allocate memory from a pool that

Re: [U-Boot] watchdog not resetting beaglebone after timeout period

2014-12-18 Thread Tom Rini
On Thu, Dec 11, 2014 at 11:55:05AM +0100, Belisko Marek wrote: Hi, I'm using latest u-boot master (9b416a9f4ca7cf5ac4d5f7143d67edde7f7d7326) running on beaglebone (white). This board has watchdog enabled by default for 60 secs timeout but in my case it's not resetting board after that

[U-Boot] [PATCH] TI: armv7: enable UUID and PART

2014-12-18 Thread Nishanth Menon
Enable UUID and partition support for scripted handling platforms with MMC and eMMC and varied partitioning schemes And remove it from headers that end up redefining it. Signed-off-by: Nishanth Menon n...@ti.com --- Based on v2015.01-rc3 tag include/configs/am335x_evm.h |2 --

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Simon Glass
Hi Albert, On 18 December 2014 at 13:17, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Simon, On Wed, 10 Dec 2014 08:03:29 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On 9 December 2014 at 22:25, Simon Glass s...@chromium.org wrote: From: Thierry Reding

Re: [U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-18 Thread Peter Howard
On Thu, 2014-12-18 at 12:33 +0530, Jagan Teki wrote: On 17 December 2014 at 06:44, Peter Howard p...@northern-ridge.com.au wrote: Add defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT. Semi-separate to this: the size of the image for the da850evm has increased to the point that

[U-Boot] [PATCH 1/2] ARM: OMAP4: Panda: rework DMM logic

2014-12-18 Thread Nishanth Menon
Part of DMM logic is reuse from commit 47a4bea6af77b01d59a410d09a4c34b2dd14cf50 (ARM: omap4: Update sdram setting for panda rev A6) Which broke SDP4430 with ES2.3 (uses old DDR). So, to maintain support for newer DDR used in Panda ES rev B3, we should, in addition to the commit

[U-Boot] [PATCH 0/2] ARM: OMAP4: Fix SDP4430 ES2.3 breakage

2014-12-18 Thread Nishanth Menon
With commit 47a4bea6af77b01d59a410d09a4c34b2dd14cf50 (ARM: omap4: Update sdram setting for panda rev A6) which attempted to fix Panda ES B3 problem of a different DDR by checking for CPU revision and changing configuration as per Panda for configuration that is common for SDP4430 and Panda. This

[U-Boot] [PATCH 2/2] Revert ARM: omap4: Update sdram setting for panda rev A6

2014-12-18 Thread Nishanth Menon
This reverts commit 47a4bea6af77b01d59a410d09a4c34b2dd14cf50. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |4 1 file changed, 4 deletions(-) diff --git a/arch/arm/cpu/armv7/omap4/sdram_elpida.c b/arch/arm/cpu/armv7/omap4/sdram_elpida.c index

[U-Boot] [PATCH] RFC: am35xx: Rearrange SPL on am35xx

2014-12-18 Thread Simon Glass
This is an attempt to tidy up the early SPL code in an attempt to pave the way for driver model in SPL: - Avoid setting up SDRAM before board_init_f() - Avoid touching global_data before board_init_f() - Allow board_init_f() to set up a new stack (seems that the SRAM stack is not large enough on

[U-Boot] Please pull u-boot-x86.git

2014-12-18 Thread Simon Glass
Hi Tom, Here is the last of the Atom changes - we now have good support for one Atom variant (with a path to adding to it) and basic support for ivybridge. A good start. The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af: ARM: UniPhier: enable CONFIG_CMD_DM

Re: [U-Boot] [PATCH 1/4] [RFC] [v2] rsa: Split the rsa-verify

2014-12-18 Thread Simon Glass
Hi Ruchika, On 18 December 2014 at 04:22, Ruchika Gupta ruchika.gu...@freescale.com wrote: Public exponentiation which is required in rsa verify functionality is currently tightly integrated with verification code in rsa_verify.c. Currently this implementation is software based. Some

[U-Boot] [PATCH 1/2] mtd:mxs:nand calculate ecc strength dynamically

2014-12-18 Thread Peng Fan
Calculate ecc strength according oobsize, but not hardcoded which is not aligned with kernel driver Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Ye.Li b37...@freescale.com --- drivers/mtd/nand/mxs_nand.c | 22 -- 1 file changed, 4 insertions(+), 18

[U-Boot] [PATCH 2/2] mtd:mxs:nand support oobsize bigger than 512

2014-12-18 Thread Peng Fan
If ecc chunk data size is 512 and oobsize is bigger than 512, there is a chance that block_mark_bit_offset conflicts with bch ecc area. The following graph is modified from kernel gpmi-nand.c driver with each data block 512 bytes. We can see that Block Mark conflicts with ecc area from bch view.

[U-Boot] [PATCH] spi: designware_spi: Fix off-by-one for checking fifo depth

2014-12-18 Thread Axel Lin
The depth could be from 2 to 256 from HW spec, so fix off-by-one for checking fifo depth. Signed-off-by: Axel Lin axel@ingics.com --- Hi, I don't have this hardware handy, so please test it. drivers/spi/designware_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] dm: README: recommend u-boot.dtb to try driver-model on sandbox

2014-12-18 Thread Masahiro Yamada
To enjoy driver-model on sandbox, using device tree is recommended. While we are here, change sandbox_config to sandbox_defconfig too. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- doc/driver-model/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH] stv0991: record defconfig ownership in MAINTAINERS

2014-12-18 Thread Masahiro Yamada
This commit fixes warnings reported by tools/genboardscfg.py. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Vikas Manocha vikas.mano...@st.com --- board/st/stv0991/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/board/st/stv0991/MAINTAINERS

[U-Boot] [PATCH] omap: beagle_x15: add MAINTAINERS

2014-12-18 Thread Masahiro Yamada
Commit 1e4ad74b875f (beagle_x15: add board support for Beagle x15) missed to add board/ti/beagle_x15/MAINTAINERS. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Felipe Balbi ba...@ti.com --- board/ti/beagle_x15/MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) create mode

[U-Boot] [PATCH] ARM: remove redudant information from Kconfig files

2014-12-18 Thread Masahiro Yamada
- string type for SYS_* is defined in arch/Kconfig - SYS_CPU armv7 has been replaced with select CPU_V7 - SYS_SOC tegra124 is already defined in tegra124/Kconfig Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/atmel/sama5d4_xplained/Kconfig | 3 ---

Re: [U-Boot] [PATCH] ARM: remove redudant information from Kconfig files

2014-12-18 Thread Bo Shen
Hi Masahiro Yamada, On 12/19/2014 01:27 PM, Masahiro Yamada wrote: - string type for SYS_* is defined in arch/Kconfig - SYS_CPU armv7 has been replaced with select CPU_V7 - SYS_SOC tegra124 is already defined in tegra124/Kconfig Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com

Re: [U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-18 Thread Jagan Teki
On 19 December 2014 at 02:54, Peter Howard p...@northern-ridge.com.au wrote: On Thu, 2014-12-18 at 12:33 +0530, Jagan Teki wrote: On 17 December 2014 at 06:44, Peter Howard p...@northern-ridge.com.au wrote: Add defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT. Semi-separate to

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Albert ARIBAUD
Hello Tom, On Thu, 18 Dec 2014 21:33:09 +, Tom Warren twar...@nvidia.com wrote: Albert, Please pull u-boot-tegra.git/master into ARM master. ./MAKEALL -s tegra is clean. I assume this is actually for Tom Rini, as non-core ARM trees now merge directly into mainline.1 Amicalement, --

[U-Boot] [PATCH 1/1] marvell: kirkwood: guruplug refresh for newer kernel

2014-12-18 Thread Gerald Kerma
Refresh for newer kernel. Prepare ENV settings for sheevaplugs to be OpenWRT ready. +--+ | UBOOT| 896 Kb (7x128) = uboot +--+ | ENV | 128 Kb = uboot_env +--+ | ROOT(FS) | 511 Mb @ 1 Mb = root - rootfs (ubifs) +--+

[U-Boot] [PATCH] RFC: am35xx: Rearrange SPL on am35xx

2014-12-18 Thread Simon Glass
This is an attempt to tidy up the early SPL code in an attempt to pave the way for driver model in SPL: - Avoid setting up SDRAM before board_init_f() - Avoid touching global_data before board_init_f() - Allow board_init_f() to set up a new stack (seems that the SRAM stack is not large enough on

[U-Boot] [PATCH 0/5] x86: Support PCI based UART as the U-Boot serial console

2014-12-18 Thread Bin Meng
Newer x86 Platform Controller Hub chipset (like Topcliff, BayTrail) starts to integrate NS16550 compatible PCI UART devices. In order to use them, we have to scan the PCI bus and allocate memory/io address in the early phase. On Intel Crown Bay board, there are 4 UART DB9 connectors, one of which

  1   2   >