[U-Boot] [PATCH v4] arm: omap3: Add SPL support to cm_t35

2013-11-14 Thread Stefan Roese
Add SPL U-Boot support to replace x-loader on the Compulab cm_t35 board. Currently only the 256MiB SDRAM board versions are supported. Tested by booting via MMC and NAND. Signed-off-by: Stefan Roese Cc: Tom Rini Cc: Igor Grinberg --- v4: - Rebased and retested on current mainline version v3:

Re: [U-Boot] [PATCH 2/2] env export fix: compute the CRC on the real lenght of the exported variables.

2013-11-14 Thread Pierre AUBERT
Dear Wolfgang Denk, Le 14/11/2013 18:24, Wolfgang Denk a écrit : Dear Pierre Aubert, In message <1384434720-11214-3-git-send-email-p.aub...@staubli.com> you wrote: Signed-off-by: Pierre Aubert --- common/cmd_nvedit.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --gi

Re: [U-Boot] [PATCH 1/2] hashtable: fix the export lenght computation.

2013-11-14 Thread Pierre AUBERT
Dear Wolfgang Denk, Le 14/11/2013 18:25, Wolfgang Denk a écrit : Dear Pierre Aubert, In message <1384434720-11214-2-git-send-email-p.aub...@staubli.com> you wrote: The room for the '=' and the sep char was reserved twice. Are you sure? Keep in mind that the termination of the list is a _doub

[U-Boot] [PATCH 7/9 v8] DTS: Add dts support for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 9/9 v8] SPL: EXYNOS: Prepare for variable size SPL support

2013-11-14 Thread Rajeshwari S Shinde
When variable size SPL is used, the BL1 expects the SPL to be encapsulated differently: instead of putting the checksum at a fixed offset in the SPL blob, prepend the blob with a header including the size and the checksum. The enhancements include - adding a command line option, '--vs' to

[U-Boot] [PATCH 4/9 v8] Exynos5420: Add DDR3 initialization for 5420

2013-11-14 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes

[U-Boot] [PATCH 6/9 v8] Exynos5420: Add base patch for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot-

[U-Boot] [PATCH 8/9 v8] Config: Add initial config for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 2/9 v8] Exynos5420: Add base addresses for 5420

2013-11-14 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in V5

[U-Boot] [PATCH 5/9 v8] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-14 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct c

[U-Boot] [PATCH 0/9 v8] EXYNOS5420: Add SMDK5420 board support

2013-11-14 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Changes in V2: - Corrected a compilation issue for SMDK5420. Changes in V3: - Add patch to support variable size SPL support - Add patch to disable SMU for e

[U-Boot] [PATCH 1/9 v8] EXYNOS5: Create a common board file

2013-11-14 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4:

Re: [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support

2013-11-14 Thread Sourav Poddar
On Thursday 14 November 2013 09:09 PM, Sourav Poddar wrote: The patch series add support for enabling qspi on AM43xx at uboot. Testing done: - Wrote a uImage to the flash, read it back and boot the kernel. Jagannadha Sutradharudu Teki (1): sf: macronix: Add support for MX25L51235

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, > On 11/14/2013 04:30 PM, Marek Vasut wrote: > > Hi Eric, > > > >> Thanks Marek, > >> > >> On 11/14/2013 02:22 PM, Marek Vasut wrote: > >>> Dear Eric Nelson, > > > > > > > >> I'm just hoping to get a trivial amount of machinery so a boot > >> > >> script can figure out w

[U-Boot] [PATCH v15 09/10] arm64: board support of vexpress_aemv8a

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng Signed-off-by: Bhupesh Sharma --- board/armltd/vexpress64/Makefile |8 ++ board/armltd/vexpress64/vexpress64.c | 56 ++ boards.cfg |1 + include/configs/vexpress_aemv8a.h| 189 ++

[U-Boot] [PATCH v15 10/10] arm64: MAKEALL, filter armv8 boards from LIST_arm

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng --- MAKEALL | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MAKEALL b/MAKEALL index 80cd4f8..213383d 100755 --- a/MAKEALL +++ b/MAKEALL @@ -368,6 +368,12 @@ LIST_ARM11="$(targets_by_cpu arm1136) \ LIST_ARMV7="$(

[U-Boot] [PATCH v15 08/10] arm64: generic board support

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/board_f.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index f0664bc..d918e4b 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -462,7 +462,7 @@ static

[U-Boot] [PATCH v15 06/10] arm64: Make checkarmreloc accept arm64 relocations

2013-11-14 Thread fenghua
From: Scott Wood Signed-off-by: Scott Wood Signed-off-by: David Feng --- Makefile | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 44546ff..01e1268 100644 --- a/Makefile +++ b/Makefile @@ -771,12 +771,16 @@ tools: $(VERSION_FILE) $(

[U-Boot] [PATCH v15 05/10] arm64: Turn u-boot.bin back into an ELF file after relocate-rela

2013-11-14 Thread fenghua
From: Scott Wood While performing relocations on u-boot.bin should be good enough for booting on real hardware, some simulators insist on booting an ELF file (and yet don't perform ELF relocations), so convert the relocated binary back into an ELF file. This can go away in the future if we chang

[U-Boot] [PATCH v15 03/10] add weak entry definition

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng --- include/linux/linkage.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 39c712e..7435fcd 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -48,6 +48,10 @@

[U-Boot] [PATCH v15 04/10] arm64: Add tool to statically apply RELA relocations

2013-11-14 Thread fenghua
From: Scott Wood ARM64 uses the newer RELA-style relocations rather than the older REL. RELA relocations have an addend in the relocation struct, rather than expecting the loader to read a value from the location to be updated. While this is beneficial for ordinary program loading, it's problema

[U-Boot] [PATCH v15 01/10] fdt_support: 64bit initrd start address support

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/fdt_support.c | 66 ++ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index 1f0d8f5..a3f7442 100644 --- a/common/fdt_support.c +++

[U-Boot] [PATCH v15 02/10] cmd_pxe: remove compiling warnings

2013-11-14 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/cmd_pxe.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index db6b156..c27ec35 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c @@ -59,7 +59,7 @@ static int format_mac_pxe(

[U-Boot] [PATCH v15 00/10] arm64 patch

2013-11-14 Thread fenghua
From: David Feng Changes for v15: - modify boot process, u-boot will run at the highest exception level until it prepare jump to OS. - Fix a few bugs in cache.S.These bug is reported by York Sun and Scott Wood . - when booting, slaves will wait on WFI, master wakeup slaves

[U-Boot] [PATCH v4 7/7] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-14 Thread Bo Shen
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 v4: - Add comments to DDR refresh timing register. Changes in v3: - Move plla and mck configure to spl.c file Changes in v2: - Move spl related c

[U-Boot] [PATCH v4 5/7] arm: atmel: sama5d3: early enable PIO peripherals

2013-11-14 Thread Bo Shen
Enable the PIO peripherals early than other peripherals. Signed-off-by: Bo Shen --- Changes in v4: - None Changes in v3: - Correct the clock enable code, the ID can not OR Changes in v2: - None board/atmel/sama5d3xek/sama5d3xek.c |6 ++ 1 file changed, 6 insertions(+) diff --gi

[U-Boot] [PATCH v4 4/7] arm: atmel: sama5d3: the offset of MULA is 18

2013-11-14 Thread Bo Shen
The offset of MULA field in PLLA register in sama5d3 is 18, and the length only 7 bits. Signed-off-by: Bo Shen --- Changes in v4: - None Changes in v3: - None Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 1 file changed, 4 insertions(+) diff --git a/arch/a

[U-Boot] [PATCH v4 6/7] arm: atmel: add ddr2 initialization function

2013-11-14 Thread Bo Shen
The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen --- Changes in v4: - Using blank replace table after defined - Align the register define with datasheet - constify the ram_address and ddr configuration value Changes in v3: -

[U-Boot] [PATCH v4 3/7] arm: atmel: sama5d3: correct the error define of DIV

2013-11-14 Thread Bo Shen
Correct the error define of DIV. Signed-off-by: Bo Shen --- Changes in v4: - None Changes in v3: - None Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_pmc.h b/a

[U-Boot] [PATCH v4 1/7] arm: atmel: sama5d3: correct the ID for DBGU and PIT

2013-11-14 Thread Bo Shen
As the DBGU and PIT has its own ID on sama5d3 SoC, while not share with SYS ID. So, correct them. Signed-off-by: Bo Shen --- Changes in v4: - None Changes in v3: - None Changes in v2: - None arch/arm/cpu/armv7/at91/sama5d3_devices.c |2 +- arch/arm/cpu/armv7/at91/timer.c |

[U-Boot] [PATCH v4 2/7] arm: at91: pm9261: remove undefined bit in mckr

2013-11-14 Thread Bo Shen
The PLLADIV2 bit is not defined in at91sam9261 SoC, so remove it. Signed-off-by: Bo Shen --- Changes in v4: - New Changes in v3: - None Changes in v2: - None include/configs/pm9261.h |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/pm9261.h b/i

[U-Boot] [PATCH v4 0/7] arm: atmel: sama5d3: enable spl boot from SD card

2013-11-14 Thread Bo Shen
This patch series enable spl boot from SD card, it only can boot u-boot itself. Changes in v4: - Using blank replace table after defined - Align the register define with datasheet - constify the ram_address and ddr configuration value - Add comments to DDR refresh timing register. Changes

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-14 Thread Rajeshwari Birje
Hi Minkyu Kang, On Thu, Nov 14, 2013 at 7:31 AM, Minkyu Kang wrote: > Dear Rajeshwari, > > > On 13 November 2013 13:26, Rajeshwari Birje > wrote: >> >> Hi Minkyu Kang, >> >> Thank you for comments. >> >> On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote: >> > Dear Rajeshwari S Shinde, >> > >>

Re: [U-Boot] [U-Boot, 1/3, v5] mtd: move & update nand_ecclayout structure

2013-11-14 Thread Scott Wood
On Fri, Oct 04, 2013 at 01:47:58PM +0530, Prabhakar Kushwaha wrote: > nand_ecclayout is present in mtd.h at Linux. > Move this structure to mtd.h to comply with Linux. > > Also, increase the ecc placement locations to 640 to suport device having > writesize/oobsize of 8KB/640B. This means that the

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Eric Nelson
On 11/14/2013 04:30 PM, Marek Vasut wrote: Hi Eric, Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, > I'm just hoping to get a trivial amount of machinery so a boot script can figure out which of a set of DTBs to load: imx6q-nitrogen6x.dtb, im

Re: [U-Boot] [U-Boot,PATCHv4] Optimized nand_read_buf for kirkwood

2013-11-14 Thread Scott Wood
On Thu, 2013-11-14 at 09:18 +0100, Holger Brunck wrote: > Hi Scott, > > On 11/14/2013 02:31 AM, Scott Wood wrote: > > On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote: > >> From: Nico Erfurth > >> > >> The basic idea is taken from the linux-kernel, but further optimized. > >> > >> Firs

Re: [U-Boot] fdt performance

2013-11-14 Thread Simon Glass
Hi Scott, On Thu, Nov 14, 2013 at 4:36 PM, Scott Wood wrote: > On Thu, 2013-10-17 at 16:27 -0600, Simon Glass wrote: > > Hi Aaron, > > > > On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams > > wrote: > > > Hi all, > > > > > > In our bootloader based off of 2013.07 we make extensive use of the >

Re: [U-Boot] fdt performance

2013-11-14 Thread Scott Wood
On Thu, 2013-10-17 at 16:27 -0600, Simon Glass wrote: > Hi Aaron, > > On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams > wrote: > > Hi all, > > > > In our bootloader based off of 2013.07 we make extensive use of the flat > > device tree. In profiling our bootloader in our simulator I found that t

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, > Hi Marek, > > On 11/14/2013 02:20 PM, Marek Vasut wrote: > > Dear Eric Nelson, > > > >> This patch updates the memory configuration files for the Nitrogen6X > >> boards to use macros to define the output for imximage. This allows > >> re-use of the same files of register/valu

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Hi Eric, > Thanks Marek, > > On 11/14/2013 02:22 PM, Marek Vasut wrote: > > Dear Eric Nelson, > > > > +Albert, Tom > > > >> These can be used in bootcmd to produce DTB file names. > >> > >> set_board_env() allows over-ride for use when a developing custom > >> DTB files. > >> > >> Signed-off-

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

2013-11-14 Thread Stephen Warren
On 11/14/2013 02:58 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. Reviewed-by: Stephen Warren It's odd to take patch v4 3/3, revise that, and just repost that one patch, since now Tom has

Re: [U-Boot] [PATCH 2/2] powerpc/t104xrdb: Add T1042RDB_PI board support

2013-11-14 Thread Scott Wood
On Mon, 2013-10-07 at 15:18 +0530, Priyanka Jain wrote: > +#ifdef CONFIG_CMD_KGDB > +#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ > +#define CONFIG_KGDB_SER_INDEX2 /* which serial port to use */ > +#endif Don't copy and paste random stuff without understan

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Eric Nelson
Thanks Marek, On 11/14/2013 02:22 PM, Marek Vasut wrote: Dear Eric Nelson, +Albert, Tom These can be used in bootcmd to produce DTB file names. set_board_env() allows over-ride for use when a developing custom DTB files. Signed-off-by: Eric Nelson --- V2 adds void to the function declarati

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Eric Nelson
Hi Marek, On 11/14/2013 02:20 PM, Marek Vasut wrote: Dear Eric Nelson, This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be included from C as a pre-cursor

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

2013-11-14 Thread Scott Wood
On Thu, 2013-11-14 at 04:32 +, Gupta, Pekon wrote: > > 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.infrad

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 01:13:37PM -0800, Vadim Bendebury () wrote: > On Thu, Nov 14, 2013 at 12:17 PM, Tom Rini wrote: > > On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: > >> On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: > >> > On Tue, Nov 12, 2013 at 03:14:13PM -0200, O

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 7:17 PM, Tom Rini wrote: > On Thu, Nov 14, 2013 at 12:59:05PM -0800, Vadim Bendebury () wrote: >> On Thu, Nov 14, 2013 at 11:54 AM, Tom Rini wrote: >> > On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: >> > >> >> Hello Wolfgang, >> > [snip] >> >>

Re: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, +Albert, Tom > These can be used in bootcmd to produce DTB file names. > > set_board_env() allows over-ride for use when a developing custom > DTB files. > > Signed-off-by: Eric Nelson > --- > V2 adds void to the function declarations and definitions and adds > a blank to kee

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 07:00:09PM -0200, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 6:58 PM, Tom Rini wrote: > > On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: > >> On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini wrote: > >> > On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Sa

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Marek Vasut
Dear Eric Nelson, > This patch updates the memory configuration files for the Nitrogen6X > boards to use macros to define the output for imximage. This allows > re-use of the same files of register/value pairs to be included from C > as a pre-cursor to run-time detection of the memory size on a bo

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 7:13 PM, Vadim Bendebury (вб) wrote: > On Thu, Nov 14, 2013 at 12:17 PM, Tom Rini wrote: >> On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: >>> On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: >>> > On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvado

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 12:59:05PM -0800, Vadim Bendebury () wrote: > On Thu, Nov 14, 2013 at 11:54 AM, Tom Rini wrote: > > On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: > > > >> Hello Wolfgang, > > [snip] > >> > Can you not pick up the patches directly from the maili

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 6:58 PM, Tom Rini wrote: > On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: >> On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini wrote: >> > On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: >> >> On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: >>

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 06:30:00PM -0200, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini wrote: > > On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: > >> On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: > >> > On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Sa

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Nishanth Menon
On 11/14/2013 01:41 PM, Nishanth Menon wrote: > On 11/14/2013 04:06 AM, Hardik wrote: >> From: Hardik Patel > Add some details about the change -> commit message is usually > suggested as a good thing to have. > Forgot to mention that you might want a better $subject here. the current one sucks

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 6:17 PM, Tom Rini wrote: > On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: >> On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: >> > On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: >> > [snip] >> > >> >> What I think it'd be possible to get

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 06:06:49PM -0200, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: > > On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: > > [snip] > > > >> What I think it'd be possible to get working would be: > >> > >> Custodians would have Submit

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Otavio Salvador
On Thu, Nov 14, 2013 at 5:27 PM, Tom Rini wrote: > On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: > [snip] > >> What I think it'd be possible to get working would be: >> >> Custodians would have Submit rights >> Custodians would have +2 review rights >> "Normal" people would have

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 11:46:35AM -0800, Vadim Bendebury () wrote: > Hello Wolfgang, [snip] > > Can you not pick up the patches directly from the mailing list? I > > mean, we know of the problems patchwork has (like silently dropping > > certain base64 / utf8 encoded messages), so we should

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
On Thu, Nov 14, 2013 at 01:41:48PM -0600, Nishanth Menon wrote: > On 11/14/2013 04:06 AM, Hardik wrote: > > From: Hardik Patel > Add some details about the change -> commit message is usually > suggested as a good thing to have. > > [...] > > diff --git a/board/ti/panda/panda.c b/board/ti/panda/

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Nishanth Menon
On 11/14/2013 04:06 AM, Hardik wrote: > From: Hardik Patel Add some details about the change -> commit message is usually suggested as a good thing to have. [...] > diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c > index c104024..5a7f80a 100644 > --- a/board/ti/panda/panda.c > +++ b/

Re: [U-Boot] u-boot gerrit server

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 03:14:13PM -0200, Otavio Salvador wrote: [snip] > What I think it'd be possible to get working would be: > > Custodians would have Submit rights > Custodians would have +2 review rights > "Normal" people would have +1 review rights > CI system could have the +1 for verifie

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 01:43 PM, Hardik Patel wrote: > > > On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini > wrote: > On 11/14/2013 11:28 AM, Michael Trimarchi wrote: Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini >

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 7:43 PM, Hardik Patel wrote: > > > On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 11/14/2013 11:28 AM, Michael Trimarchi wrote: >>> Hi >>> >>> On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini wrote: >>> On 11/14

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Hardik Patel
On Thu, Nov 14, 2013 at 10:02 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/14/2013 11:28 AM, Michael Trimarchi wrote: >> Hi >> >> On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini wrote: >> On 11/14/2013 05:06 AM, Hardik wrote: > From: Hardik Patel > > Sign

[U-Boot] [PATCH] i.MX6: nitrogen6x: update memory configuration files to use macros

2013-11-14 Thread Eric Nelson
This patch updates the memory configuration files for the Nitrogen6X boards to use macros to define the output for imximage. This allows re-use of the same files of register/value pairs to be included from C as a pre-cursor to run-time detection of the memory size on a board. Signed-off-by: Eric N

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
On 14.11.2013 19:16, Tom Rini wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by: St

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 12:47 PM, Stefan Roese wrote: > Hi Tom, > > On 14.11.2013 18:18, Tom Rini wrote: >> On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: >> >>> Add SPL support for the Technexion TAO3530 SOM to replace >>> x-loader. Tested wit

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
Hi Tom, On 14.11.2013 18:18, Tom Rini wrote: > On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: > >> Add SPL support for the Technexion TAO3530 SOM to replace >> x-loader. Tested with the Thunder baseboard. Currently this is >> only tested with the TAO3530 SOM revision (Ax/Bx). >> >>

Re: [U-Boot] [PATCH 1/2] hashtable: fix the export lenght computation.

2013-11-14 Thread Wolfgang Denk
Dear Pierre Aubert, In message <1384434720-11214-2-git-send-email-p.aub...@staubli.com> you wrote: > The room for the '=' and the sep char was reserved twice. Are you sure? Keep in mind that the termination of the list is a _double_ NUL byte. IIRC this is what we do here. Best regards, Wolfga

Re: [U-Boot] [PATCH 2/2] env export fix: compute the CRC on the real lenght of the exported variables.

2013-11-14 Thread Wolfgang Denk
Dear Pierre Aubert, In message <1384434720-11214-3-git-send-email-p.aub...@staubli.com> you wrote: > Signed-off-by: Pierre Aubert > --- > common/cmd_nvedit.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c > index 5bcc3

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: > Add SPL support for the Technexion TAO3530 SOM to replace > x-loader. Tested with the Thunder baseboard. Currently this is > only tested with the TAO3530 SOM revision (Ax/Bx). > > Tested by booting via MMC and NAND. > > Signed-off-b

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/14/2013 05:06 AM, Hardik wrote: >> From: Hardik Patel >> >> Signed-off-by: Hardik Patel >> --- >> arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- >> board/ti/panda/panda.c

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 11:28 AM, Michael Trimarchi wrote: > Hi > > On Thu, Nov 14, 2013 at 5:19 PM, Tom Rini wrote: > On 11/14/2013 05:06 AM, Hardik wrote: From: Hardik Patel Signed-off-by: Hardik Patel --- arch/arm/cpu/armv7/omap4

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 05:06 AM, Hardik wrote: > From: Hardik Patel > > Signed-off-by: Hardik Patel > --- > arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- > board/ti/panda/panda.c | 24 > 2 files changed, 25 i

[U-Boot] [UBOOT][PATCH 4/5] qspi/spi: Add AM43xx specifics changes

2013-11-14 Thread Sourav Poddar
Add AM43xx specific changes. Signed-off-by: Sourav Poddar --- drivers/spi/ti_qspi.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c index 5a5b482..5666250 100644 --- a/drivers/spi/ti_qspi.c +++ b/dri

[U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support

2013-11-14 Thread Sourav Poddar
The patch series add support for enabling qspi on AM43xx at uboot. Testing done: - Wrote a uImage to the flash, read it back and boot the kernel. Jagannadha Sutradharudu Teki (1): sf: macronix: Add support for MX25L51235F Sourav Poddar (4): am43xx: add qspi support am437x_epos_

[U-Boot] [UBOOT][PATCH 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support

2013-11-14 Thread Sourav Poddar
Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Sourav Poddar --- board/ti/am43xx/mux.c| 11 +++ include/configs/am43xx_evm.h | 20 2 files changed, 31 insertions(+), 0 dele

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Michael Trimarchi
Hi On Thu, Nov 14, 2013 at 11:06 AM, Hardik wrote: > From: Hardik Patel > > Signed-off-by: Hardik Patel > --- > arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- > board/ti/panda/panda.c | 24 > 2 files changed, 25 insertions(+), 1 deletion(-) > > d

[U-Boot] [UBOOT][PATCH 5/5] am43xx: add delay before xfer

2013-11-14 Thread Sourav Poddar
Without this delay, write/read is failing. Looks like, the WIP always remain set and hence a timeout occurs leading to the error. Signed-off-by: Sourav Poddar --- Hi Jagan, This patch seems to be necessary for read/write. I tested by changing few timing variables, but it did not help. The same dr

[U-Boot] [UBOOT][PATCH 3/5] sf: macronix: Add support for MX66L51235F

2013-11-14 Thread Sourav Poddar
From: Jagannadha Sutradharudu Teki Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Sourav Poddar --- drivers/mtd/spi/sf_probe.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 5eb8ffe..874ef8c 10

[U-Boot] [UBOOT][PATCH 1/5] am43xx: add qspi support

2013-11-14 Thread Sourav Poddar
Add QSPI definitions and clock configuration support. Signed-off-by: Sourav Poddar --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c |1 + arch/arm/include/asm/arch-am33xx/cpu.h |4 +++- arch/arm/include/asm/arch-am33xx/omap.h |1 + 3 files changed, 5 insertions(+), 1 deletions(-) dif

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Robert Nelson
On Thu, Nov 14, 2013 at 4:06 AM, Hardik wrote: > From: Hardik Patel > > Signed-off-by: Hardik Patel > --- > arch/arm/cpu/armv7/omap4/sdram_elpida.c |2 +- > board/ti/panda/panda.c | 24 > 2 files changed, 25 insertions(+), 1 deletion(-) > > diff -

[U-Boot] [UBOOT][PATCH 1/2] config: dra7_evm: Add Bank Address Register(BAR) config

2013-11-14 Thread Sourav Poddar
Add config to support bank address register. Signed-off-by: Sourav Poddar Tested-by: Yebio Mesfin --- include/configs/dra7xx_evm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 1600131..46cc6db 100644 -

[U-Boot] [UBOOT][PATCH 2/2] driver: mtd: sf_ops: claim bus while doing memcpy

2013-11-14 Thread Sourav Poddar
claim spi bus while doing memory copy, this will set up the spi controller device control register before doing a memory read. Signed-off-by: Sourav Poddar Tested-by: Yebio Mesfin --- drivers/mtd/spi/sf_ops.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/

[U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-11-14 Thread Sourav Poddar
Hi Jagan, Here are the miscellaneous fix and config update for dra7 qspi flash. Patch series adds: Add BAR config in dra7 config file. Set spi controller device control registers before doing a memory mapped read. Patches available here: git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra

Re: [U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-14 Thread Tom Rini
On Wed, Nov 13, 2013 at 12:50:50PM -0500, Vaibhav Bedia wrote: > Hi Sekhar :) > > On Wed, Nov 13, 2013 at 11:08 AM, Sekhar Nori wrote: > > Hi Vaibhav, > > > > On 11/13/2013 7:38 PM, Vaibhav Bedia wrote: > >> On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote: > >> [...] > >>> I checked with har

Re: [U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-14 Thread Tom Rini
On Wed, Nov 13, 2013 at 09:08:29AM -0500, Vaibhav Bedia wrote: > On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote: > [...] > > I checked with hardware folks. There is no register or some way to tell > > if VTT is present. It is not added in EEPROM also and I have no answer why > > it > > is no

[U-Boot] [PATCH][RESEND 1/2] get_ram_size incorrectly returns long, should be unsigned long

2013-11-14 Thread Oliver Schinagl
From: Oliver Schinagl One of the parameters that gets passed to the Linux kernel is the physical continuous RAM size. The type for this datum is phys_size_t which is hiding its real data type, unsigned long. get_ram_size however returns long and thus can not only report negative memory, it also

[U-Boot] [PATCH][RESEND 0/2] get_ram_size incorrectly returns long, should be unsigned long

2013-11-14 Thread Oliver Schinagl
From: Oliver Schinagl This is a resond of the previous patch I offered as an RFC. There was some talk on the list but nothing related to the code in question. This patchset is split in two, one that modifies get_ram_size() and a second one that updates all invocations of get_ram_size(). Maintain

[U-Boot] [PATCH 1/2] hashtable: fix the export lenght computation.

2013-11-14 Thread Pierre Aubert
The room for the '=' and the sep char was reserved twice. Signed-off-by: Pierre Aubert --- lib/hashtable.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/hashtable.c b/lib/hashtable.c index 4356b23..480d207 100644 --- a/lib/hashtable.c +++ b/lib/hashtable.c @@ -623

[U-Boot] [PATCH 0/2] env export fixes

2013-11-14 Thread Pierre Aubert
These patches fix two issues in the export of environment variables with CRC calculation. Pierre Aubert (2): hashtable: fix the export lenght computation. env export fix: compute the CRC on the real lenght of the exported variables. common/cmd_nvedit.c |5 +++-- lib/hashtable.c

[U-Boot] [PATCH 2/2] env export fix: compute the CRC on the real lenght of the exported variables.

2013-11-14 Thread Pierre Aubert
Signed-off-by: Pierre Aubert --- common/cmd_nvedit.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5bcc324..c32a932 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -922,14 +922,15 @@ NXTARG: ;

Re: [U-Boot] [PATCH 3/4] powerpc/t2080qds: add support for t2080qds board

2013-11-14 Thread Wolfgang Denk
Dear Shengzhou Liu, In message <1384428739-31299-1-git-send-email-shengzhou@freescale.com> you wrote: > The T2080QDS is a high-performance computing evaluation, development and > test platform supporting the T2080 QorIQ Power Architecture processor. This commit has a number of checkpatch war

Re: [U-Boot] [U-Boot,PATCHv4] Optimized nand_read_buf for kirkwood

2013-11-14 Thread Phil Sutter
Scott, On Wed, Nov 13, 2013 at 07:31:02PM -0600, Scott Wood wrote: > On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote: > > From: Nico Erfurth > > > > The basic idea is taken from the linux-kernel, but further optimized. > > > > First align the buffer to 8 bytes, then use ldrd/strd to

[U-Boot] [PATCH 4/4] t2080qds/ramboot: enable PBL tool for t2080qds

2013-11-14 Thread Shengzhou Liu
Add the default RCW(0x66_0x16) and PBI configure file for T2080QDS board, so we can use PBL tool to generate the ramboot image to support boot from NAND/SPI/SD. Signed-off-by: Shengzhou Liu --- Against master branch of upstream. board/freescale/t2080qds/t2080_pbi.cfg | 41 ++

[U-Boot] [PATCH 2/4] powerpc/mpc85xx: Add T2080/T2081 SoC support

2013-11-14 Thread Shengzhou Liu
Add support for Freescale T2080/T2081 SoC. T2080 includes the following functions and features: - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz - 2MB L2 cache and 512KB CoreNet platform cache (CPC) - Hierarchical interconnect fabric - One 32-/64-bit DDR3/3L SDRAM memory con

[U-Boot] [PATCH 1/4] net/fman: Add support for 10GEC3 and 10GEC4

2013-11-14 Thread Shengzhou Liu
There are more than two 10GEC in single FMAN in some SoCs(e.g. T2080). This patch adds support for 10GEC3 and 10GEC4. Signed-off-by: Shengzhou Liu --- Against master branch of upstream. arch/powerpc/include/asm/fsl_serdes.h | 2 ++ arch/powerpc/include/asm/immap_85xx.h | 2 ++ drivers/net/fm/

[U-Boot] [PATCH] phy: introduce structure fixed-link

2013-11-14 Thread shh.xie
From: Shaohui Xie fixed-link is used in kernel for PHY-less MAC, so introduce this structure that U-boot can use it to fixup dtb dynamically. Signed-off-by: Shaohui Xie --- include/phy.h | 8 1 file changed, 8 insertions(+) diff --git a/include/phy.h b/include/phy.h index f0f522a..f8

[U-Boot] tr

2013-11-14 Thread Frank Ihle
Hi everybody I'm writing you since you have been mentioned in the README as help I got this ARM9 SAM9G25, and i try to use it with embedded linux, I already made the images but there's an Error on the target while booting which says "No NandFlash detected !" and afterwards it continues with t

  1   2   >