Re: [U-Boot] [U-Boot, v1, 1/4] mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width

2013-11-13 Thread Gupta, Pekon
> From: Scott Wood [mailto:scottw...@freescale.com] > On Tue, Sep 10, 2013 at 06:57:05PM +0530, pekon gupta wrote: > > From: Matthieu CASTET > > > > This patch is slightly modified from following linux patch > > http://lists.infradead.org/pipermail/linux-mtd/2012- > November/044803.html > > Which

Re: [U-Boot] [PATCH v4 2/3] i2c: tegra: Add the fifth bus on SoC with more than 4 buses

2013-11-13 Thread Heiko Schocher
Hello Alban, Am 13.11.2013 17:27, schrieb Alban Bedel: Create the i2c adapter object for the fifth bus on SoC with more than 4 buses. This allow using all the bus available on T30. Signed-off-by: Alban Bedel --- drivers/i2c/tegra_i2c.c | 5 + 1 file changed, 5 insertions(+) Acked-by: H

[U-Boot] [PATCH] ARM: OMAP5+: Remove unnecessary EFUSE settings

2013-11-13 Thread Lokesh Vutla
Certain EFUSE settings were recommended for the first four lots of OMAP5 ES1.0 silicon. These are not applicable for OMAP5 ES2.0 and DRA7 silicon. So removing these EFUSE settings. Reported-by: Griffis, Brad Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/hwinit.c |6 -- 1 file

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Heiko Schocher
Hello Andreas, Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card with FAT file system. Signed-off-by: Bo Shen --- Changes in v3: - Move plla and mck configure to s

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Andreas Bießmann
Hello Heiko, On 14.11.13 06:52, Heiko Schocher wrote: > Am 13.11.2013 14:34, schrieb Andreas Bießmann: >> Hi Bo, >> >> On 11/06/2013 06:29 AM, Bo Shen wrote: >>> Enable Atmel sama5d3xek boart spl boot support, which can load u-boot >>> from SD card with FAT file system. >>> >>> Signed-off-by: Bo S

Re: [U-Boot] [PATCH v3 2/6] arm: atmel: sama5d3: correct the error define of DIV

2013-11-13 Thread Bo Shen
Hi Andreas, On 11/13/2013 08:20 PM, Andreas Bießmann wrote: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: Correct the error define of DIV. Signed-off-by: Bo Shen --- Changes in v3: - None Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++-- 1 file changed,

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-13 Thread Bo Shen
Hi Andreas, On 11/13/2013 09:03 PM, Andreas Bießmann wrote: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen --- Changes in v3: - Move to at91 common folder Changes in v2: - No

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Bo Shen
Hi Andreas, On 11/14/2013 02:28 PM, Andreas Bießmann wrote: Hello Heiko, On 14.11.13 06:52, Heiko Schocher wrote: Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card w

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2013-11-13 Thread Michal Simek
On 11/13/2013 06:57 PM, Chin Liang See wrote: > Hi, > >> > > Currently, the SOCFPGA SPL is customized through a set of handoff files > which located at board folders. These handoff files are generated by > tools based on board and user design in FPGA. With that, not much >

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/14/2013 07:40 AM, Bo Shen wrote: > On 11/13/2013 09:03 PM, Andreas Bießmann wrote: >> On 11/06/2013 06:29 AM, Bo Shen wrote: >>> +static void atmel_mpddr_op(int mode, u32 ram_address) >> >> static inline, could give the compiler a hint to optimize here. > > I am not sure whether t

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/14/2013 07:53 AM, Bo Shen wrote: > On 11/14/2013 02:28 PM, Andreas Bießmann wrote: >> On 14.11.13 06:52, Heiko Schocher wrote: >>> Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: > Enable Atmel sama5d3xek boart spl boot s

<    1   2