[U-Boot] [PATCH v2] net, phy, cpsw: fix NULL pointer deference

2013-09-05 Thread Heiko Schocher
if phy_connect() did not find a phy, phydev is NULL and following code in cpsw_phy_init() crashes. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Mugunthan V N mugunthan...@ti.com Cc: Tom Rini tr...@ti.com --- - changes for v2: - change

[U-Boot] [PATCH 2/3] net, phy: fix NULL pointer deference

2013-09-05 Thread Heiko Schocher
if phydev is a NULL pointer, code crash, so add check if phydev != NULL Signed-off-by: Heiko Schocher h...@denx.de Cc: Andy Fleming aflem...@freescale.com Cc: Kumar Gala ga...@kernel.crashing.org Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Tom Rini tr...@ti.com --- Found on the dxr2 board

Re: [U-Boot] [PATCH] MTD: atmel_nand: support for software BCH ECC

2013-09-05 Thread Andreas Bießmann
Dear Scott Wood, On 04.09.13 21:44, Scott Wood wrote: On Wed, 2013-09-04 at 17:15 +0200, Andreas Bießmann wrote: On 09/04/2013 02:46 PM, Bo Shen wrote: On 9/4/2013 8:30 PM, Andreas Bießmann wrote: Yes, we need libbch. If we really want to enable software BCH support. It also need add

[U-Boot] [PATCH] sf:eon: Add support for EN25S64

2013-09-05 Thread Priyanka Jain
Add support for EON EN25S64 SPI flash memory Features: 64Mb size, 1.8V, 4KB sector Signed-off-by: Priyanka Jain priyanka.j...@freescale.com --- drivers/mtd/spi/eon.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c index

Re: [U-Boot] gpmi-nand driver and jffs2 support

2013-09-05 Thread Huang Shijie
于 2013年09月04日 23:46, Hector Palacios 写道: Dear Marek, On 09/04/2013 04:38 PM, Marek Vasut wrote: Dear Huang Shijie, On Wed, Sep 04, 2013 at 04:00:36PM +0200, Marek Vasut wrote: Dear Huang Shijie, How come hector was then able to write his JFFS2 partition ? If he uses the gpmi, he should

Re: [U-Boot] [PATCH v2] net, phy, cpsw: fix NULL pointer deference

2013-09-05 Thread Mugunthan V N
On Thursday 05 September 2013 11:35 AM, Heiko Schocher wrote: if phy_connect() did not find a phy, phydev is NULL and following code in cpsw_phy_init() crashes. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Mugunthan V N

Re: [U-Boot] NAND write error with HW ECC on OMAP3

2013-09-05 Thread Andreas Bießmann
Dear Ash Charles, On 09/04/2013 08:00 PM, Ash Charles wrote: On Wed, Sep 4, 2013 at 1:54 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: I can't confirm your complaints. Here it works (at least on tricorder, which utilizes BCH for U-Boot section in SPL): Hi Andreas, Thanks for

Re: [U-Boot] NAND write error with HW ECC on OMAP3

2013-09-05 Thread Andreas Bießmann
Dear Ash Charles, On 09/05/2013 01:02 AM, Ash Charles wrote: Hi, I did a little bit more work with git bisect and found an issue on commit c788ecfdc3eb577757ffc1bfb8416added07ef33 nand: Move the sub-page read support enable to a flag. Making this change on top of v2013.07 allowed me to

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-05 Thread bin4ry
Hi everyone, I changed CONFIG_SPL_TEXT_BASE from 0x40300300 to 0x40300350 and sufddenly it works. Do you know why this configuration works, even though with this configuration there are 0x50 bytes less? It even works with a MLO with 47519 bytes. Here the summary of my config: /* Defines for SPL

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Minkyu, On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200) are available in

Re: [U-Boot] [PATCH v2] net, phy, cpsw: fix NULL pointer deference

2013-09-05 Thread Heiko Schocher
Hello Mugunthan, Am 05.09.2013 10:27, schrieb Mugunthan V N: On Thursday 05 September 2013 11:35 AM, Heiko Schocher wrote: if phy_connect() did not find a phy, phydev is NULL and following code in cpsw_phy_init() crashes. Fix this. Signed-off-by: Heiko Schocherh...@denx.de Cc: Joe

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert, On 5 September 2013 14:43, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Minkyu, On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch

[U-Boot] [PATCH v3] net, phy, cpsw: fix NULL pointer deference

2013-09-05 Thread Heiko Schocher
if phy_connect() did not find a phy, phydev is NULL and following code in cpsw_phy_init() crashes. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Mugunthan V N mugunthan...@ti.com Cc: Tom Rini tr...@ti.com --- - changes for v2: - change

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
On 5 September 2013 15:12, Chander Kashyap chander.kash...@linaro.org wrote: Hi Albert, On 5 September 2013 14:43, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Minkyu, On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-09-05 Thread Albert ARIBAUD
Hi Stefano, On Tue, 03 Sep 2013 10:20:44 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, thanks ! The following changes since commit 326ea986ac150acdc7656d57fca647db80b50158: Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200) are

Re: [U-Boot] [PATCH v3] net, phy, cpsw: fix NULL pointer deference

2013-09-05 Thread Mugunthan V N
On Thursday 05 September 2013 03:20 PM, Heiko Schocher wrote: if phy_connect() did not find a phy, phydev is NULL and following code in cpsw_phy_init() crashes. Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Mugunthan V N

Re: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-05 Thread Andreas Bießmann
Dear Chuck Wical, On 09/03/2013 10:53 PM, Chuck Wical wrote: First I am fairly new to U-Boot but over the last 2 weeks I have been going through the README files and anything else I can find that would help resolve the issue I have. Here is a recap: Currently the project I am working on

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

2013-09-05 Thread Albert ARIBAUD
Hi Andreas, On Wed, 4 Sep 2013 17:15:51 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, please pull these two fixes into u-boot-arm/master for 2013.10 release. The following changes since commit 4eef93da262048eb1118e726b3ec5b8ebd3c6c91: Merge branch

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Lukasz Majewski
Hi Chander, Its working for me. But my dtc -v: Version: DTC 1.3.0 Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0? On my setup (debian - 1.3.0-4) it fails. Tested now with dtc -v: Version: DTC 1.4.0 It got compiled. properly. Or I missed something.

Re: [U-Boot] Albert/Tom -- could we get patch applied or some feedback (was Re: [PATCH v6 1/1] socfpga: Adding configuration for development kit)

2013-09-05 Thread Pavel Machek
Hi! Wonder any updates on this? We plan to send the new patches only once these existing patches are accepted. Appreciate for your helps again. Albert seems to be back, perhaps he'll us how he wants us to proceed? Thanks,

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Lukasz, On 5 September 2013 16:27, Lukasz Majewski l.majew...@samsung.com wrote: Hi Chander, Its working for me. But my dtc -v: Version: DTC 1.3.0 Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0? Yes, I am able to build and test. I am running on

Re: [U-Boot] RFC, am335x_evm.h patch for u-boot on SD and rest on eMMC on BBB

2013-09-05 Thread Robert P. J. Day
i'm still interested on thoughts on this proposed patch: On Wed, 4 Sep 2013, Robert P. J. Day wrote: soldiering on with my configuring and building u-boot for my BBB, i have a proposal for include/configs/am335x_evm.h: #define CONFIG_BOOTCOMMAND \ run findfdt; \ run

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Chander, On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kash...@linaro.org wrote: Hi Lukasz, On 5 September 2013 16:27, Lukasz Majewski l.majew...@samsung.com wrote: Hi Chander, Its working for me. But my dtc -v: Version: DTC 1.3.0 Have you managed to

Re: [U-Boot] Albert/Tom -- could we get patch applied or some feedback (was Re: [PATCH v6 1/1] socfpga: Adding configuration for development kit)

2013-09-05 Thread Chin Liang See
Hi Pavel, On Thu, 2013-09-05 at 13:10 +0200, ZY - pavel wrote: Hi! Wonder any updates on this? We plan to send the new patches only once these existing patches are accepted. Appreciate for your helps again. Albert seems to be back, perhaps he'll us how he wants us to proceed? Yup, I

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert, On 5 September 2013 17:08, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chander, On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kash...@linaro.org wrote: Hi Lukasz, On 5 September 2013 16:27, Lukasz Majewski l.majew...@samsung.com wrote: Hi Chander,

[U-Boot] [PATCH v8 1/2] exynos5250: Add arndale board support

2013-09-05 Thread Chander Kashyap
Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- MAINTAINERS |4 + board/samsung/arndale/Makefile | 34

[U-Boot] [PATCH v8 0/2] Add Arndale board support

2013-09-05 Thread Chander Kashyap
The Arndale board is based on samsung's exynos5250 SOC. For spl generation, it depends on the patch at [5]. First patch provides the basic arndale board support. The second patch adds the MMC support. Changes in v2: - split from earlier patchset at [3] as per Minkyu - Removed

[U-Boot] [PATCH v8 2/2] exynos5250: arndale: Add mmc support

2013-09-05 Thread Chander Kashyap
From: Inderpal Singh inderpal.si...@linaro.org This patch adds mmc support to the arndale board. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org --- board/samsung/arndale/arndale.c | 14 ++ board/samsung/dts/exynos5250-arndale.dts | 18 ++ 2

Re: [U-Boot] [PATCH] nios2: change size_t to fix format warning for gcc 4.7.3

2013-09-05 Thread Thomas Chou
I have checked with Altera. This is a toolchain change. We will keep this and follow mostly the types in linux-2.6/include/uapi/asm-generic/posix_types.h . - Thomas ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] nios2: change size_t to fix format warning for gcc 4.7.3

2013-09-05 Thread Tom Rini
On Thu, Sep 05, 2013 at 08:55:09PM +0800, Thomas Chou wrote: I have checked with Altera. This is a toolchain change. We will keep this and follow mostly the types in linux-2.6/include/uapi/asm-generic/posix_types.h . For clarity, this patch should be... Thanks! -- Tom signature.asc

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek michal.si...@xilinx.com wrote: Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will more or less just consume space. It should be OK to remove

Re: [U-Boot] Pull request for Kees Cook's compression fixes

2013-09-05 Thread Tom Rini
On Tue, Sep 03, 2013 at 04:04:14PM -0600, Simon Glass wrote: Hi Tom, I believe these qualify for the release since they are fixes/tests, but this is up to you. To help with the process I have done a pull request. Also I ran them through buildman (unfortunately I cannot build all archs, but

Re: [U-Boot] [PATCH 2/2] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-09-05 Thread Alban Bedel
On Wed, 04 Sep 2013 12:05:00 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 09/04/2013 07:00 AM, Alban Bedel wrote: Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. (Also CC'ing the Tegra maintainer here)

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Chander, On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kash...@linaro.org wrote: Hi Albert, On 5 September 2013 17:08, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chander, On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kash...@linaro.org wrote:

Re: [U-Boot] [PATCH] Enable serial console only before booting

2013-09-05 Thread Tom Rini
On Sun, Jul 07, 2013 at 12:25:36PM +0200, Fr??d??ric Leroy wrote: When netconsole is active, some boards fail to boot. This patch enables only the serial console before control is handed by another operating system. Signed-off-by: Fr??d??ric Leroy fr...@starox.org --- Hello, I am

Re: [U-Boot] [PATCH v3] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-05 Thread Marek Vasut
Dear Bo Shen, Hi Joel Fernandes, On 09/05/2013 07:55 AM, Joel Fernandes wrote: As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned on 4 byte boundaray causing data aborts in eth_setup - conf_buf during dhcp boot over usb_ether. Fix the issue my aligning control_req

Re: [U-Boot] [PATCH v2] dfu:mmc: raw data write fix

2013-09-05 Thread Tom Rini
On Wed, Aug 21, 2013 at 01:00:01PM +0200, Mateusz Zalega wrote: When user attempted to perform a raw write using DFU (vide dfu_fill_entity_mmc) with MMC interface not initialized before, get_mmc_blk_size() reported invalid (zero) block size - it wasn't possible to write ie. a new u-boot

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Michal Simek
Hi Albert, On 09/05/2013 03:03 PM, Albert ARIBAUD wrote: Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek michal.si...@xilinx.com wrote: Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will

Re: [U-Boot] Failing USB devices

2013-09-05 Thread Marek Vasut
Dear Andrew Murray, On 30 August 2013 18:05, Andrew Murray amur...@embedded-bits.co.uk wrote: On 23 August 2013 04:23, Marek Vasut ma...@denx.de wrote: Dear Andrew Murray, Hello, I'm unable to use some mass storage devices with the current git version

Re: [U-Boot] [PATCH] MTD: atmel_nand: support for software BCH ECC

2013-09-05 Thread Scott Wood
On Thu, 2013-09-05 at 08:28 +0200, Andreas Bießmann wrote: Dear Scott Wood, On 04.09.13 21:44, Scott Wood wrote: On Wed, 2013-09-04 at 17:15 +0200, Andreas Bießmann wrote: On 09/04/2013 02:46 PM, Bo Shen wrote: On 9/4/2013 8:30 PM, Andreas Bießmann wrote: Yes, we need libbch. If we

Re: [U-Boot] Compiling certain files with extra compiler flags

2013-09-05 Thread Vadim Bendebury
On Wed, Sep 4, 2013 at 8:16 PM, Simon Glass s...@google.com wrote: Hi Vadim, OK I see. You can do something like this: CFLAGS_arch/arm/cpu/tegra20-common/warmboot_avp.o += -march=armv4t (this is used by Tegra) Regards, Simon Ah, this works, thank you, Simon! --vb On Wed, Sep 4,

Re: [U-Boot] Compiling certain files with extra compiler flags

2013-09-05 Thread Simon Glass
Hi Vadim, On Thu, Sep 5, 2013 at 10:50 AM, Vadim Bendebury vben...@chromium.org wrote: On Wed, Sep 4, 2013 at 8:16 PM, Simon Glass s...@google.com wrote: Hi Vadim, OK I see. You can do something like this: CFLAGS_arch/arm/cpu/tegra20-common/warmboot_avp.o += -march=armv4t (this is used

Re: [U-Boot] [PATCH v3] usb: new board-specific USB init interface

2013-09-05 Thread Mateusz Zalega
On 09/05/13 17:50, Marek Vasut wrote: v3 changes: - added 'index' argument to perform selective port initialization OK, a few general ideas again: Why not wrap board_usb_init() and board_usb_init_fail() into single call. You now pass some flags to board_usb_init() already, so just add

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 05 Sep 2013 17:30:54 +0200, Michal Simek mon...@monstr.eu wrote: Hi Albert, On 09/05/2013 03:03 PM, Albert ARIBAUD wrote: Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek michal.si...@xilinx.com wrote: Remove ARM eabi exception handling tables (for

Re: [U-Boot] [PATCH v3] usb: new board-specific USB init interface

2013-09-05 Thread Marek Vasut
Dear Mateusz Zalega, On 09/05/13 17:50, Marek Vasut wrote: v3 changes: - added 'index' argument to perform selective port initialization OK, a few general ideas again: Why not wrap board_usb_init() and board_usb_init_fail() into single call. You now pass some flags to

Re: [U-Boot] [PATCH 2/2] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-09-05 Thread Stephen Warren
On 09/05/2013 06:46 AM, Alban Bedel wrote: On Wed, 04 Sep 2013 12:05:00 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 09/04/2013 07:00 AM, Alban Bedel wrote: Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested.

Re: [U-Boot] U-Boot 2009.11.1 USB Issue and Building U-Boot 2013.07

2013-09-05 Thread Chuck Wical
Hello Andreas, Thanks for the reply! Dear Chuck Wical, On 09/03/2013 10:53 PM, Chuck Wical wrote: First I am fairly new to U-Boot but over the last 2 weeks I have been going through the README files and anything else I can find that would help resolve the issue I have. Here is a

Re: [U-Boot] [PATCH v1 1/2] nand, davinci: add special UBL ecc position

2013-09-05 Thread Scott Wood
On Thu, 2013-09-05 at 07:14 +0200, Heiko Schocher wrote: enable the RBL/UBL ECC layout through CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define see for more info: http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini

Re: [U-Boot] [PATCH v3] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-05 Thread Marek Vasut
Dear Joel Fernandes, As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned on 4 byte boundaray causing data aborts in eth_setup - conf_buf during dhcp boot over usb_ether. Fix the issue my aligning control_req buffer using DEFINE_CACHE_ALIGN_BUFFER. Tested on am335x_evm

Re: [U-Boot] [PATCH v3] usb: new board-specific USB init interface

2013-09-05 Thread Marek Vasut
Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by:

Re: [U-Boot] Failing USB devices

2013-09-05 Thread Andrew Murray
On 30 August 2013 18:05, Andrew Murray amur...@embedded-bits.co.uk wrote: On 23 August 2013 04:23, Marek Vasut ma...@denx.de wrote: Dear Andrew Murray, Hello, I'm unable to use some mass storage devices with the current git version (6612ab33956ae09c5ba2fde9c1540b519625ba37) of UBoot

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek michal.si...@xilinx.com wrote: Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will more or less just consume space. It should be OK to remove

Re: [U-Boot] [PATCH] mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC

2013-09-05 Thread Pantelis Antoniou
On Jul 19, 2013, at 11:44 AM, Jaehoon Chung wrote: Samsung SoC is supported the WIDE8, even if Controller version is v2.0. So add the SDHCI_QUIRK_USE_WIDE8 for Samsung-SoC. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by:

[U-Boot] [PATCH] powerpc/mpc85xx: Fix the I2C bus speed error on p1022

2013-09-05 Thread Yuantian.Tang
From: Tang Yuantian yuantian.t...@freescale.com The source clock frequency of I2C bus on p1022 is the platform(CCB) clock, not CCB/2. The wrong source clock frequency leads to wrong I2C bus speed setting. so, fixed it. Signed-off-by: Tang Yuantian yuantian.t...@freescale.com --- fix bug:

[U-Boot] [PATCH v2 1/2] nand, davinci: add special UBL ecc position

2013-09-05 Thread Heiko Schocher
enable the RBL/UBL ECC layout through CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define see for more info: http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Scott Wood scottw...@freescale.com --- - changes for v2:

[U-Boot] [PATCH v2 2/2] arm, da85x: update for the ipam390 board

2013-09-05 Thread Heiko Schocher
- switch to correct ecc layout used by the RBL enable CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC - update default environment - change A2CR to correct value for UART boot mode - adapt cs3cfg timings for nand - change LED bootmode signalization Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom

[U-Boot] [PATCH v2 0/2] arm, da85x: updates for the ipam390 board

2013-09-05 Thread Heiko Schocher
enable the RBL/UBL ECC layout through CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define see for more info: http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout and use this on the ipam390 board. Also do some minor changes for this board: - update default environment - change A2CR to

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

2013-09-05 Thread Thomas Chou
The following changes since commit 315c0ace7c220591a9b220ab7698e85624b430c0: bootm: allow correct bounds-check of destination (2013-09-03 13:30:26 -0600) are available in the git repository at: git://git.denx.de/u-boot-nios.git master for you to fetch changes up to

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert, On 5 September 2013 18:58, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chander, On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kash...@linaro.org wrote: Hi Albert, On 5 September 2013 17:08, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chander, On