Re: [U-Boot] [PATCH v3 18/23] tegra: Turn off power detect in board init

2012-04-10 Thread Wei Ni
>-Original Message- >From: Simon Glass [mailto:s...@chromium.org] >Sent: Tuesday, April 03, 2012 7:19 AM >To: U-Boot Mailing List >Cc: Tom Warren; Stephen Warren; Wei Ni; Simon Glass; Stephen Warren >Subject: [PATCH v3 18/23] tegra: Turn off power detect in board init > >From: Wei Ni > >

Re: [U-Boot] ld fails with .bss / .rel.dyn overlap for 2011.12

2012-04-10 Thread Wolfgang Denk
Dear Joey, In message <4f835962.7010...@drewtech.com> you wrote: > > I don't need anybody to take any action on this, so feel free to > disregard if this report is not interesting. I have no support through > Marvell but I thought it was appropriate to share my results with this > mailing list.

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread Marc Dietrich
Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren: > On 04/09/2012 05:07 PM, Simon Glass wrote: > > Hi Stephen, > > > > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: > >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: > >>> On 04/09/2012 03:40 PM, Simon Glass wrote: > >>>

Re: [U-Boot] procedure to down load u-boot to RAM

2012-04-10 Thread Wolfgang Denk
Dear apple pie, In message you wrote: > > I have a number of u-boot development questions that I would like to raise to > you for answers: > > (1) Is it possible to install u-boot in a Windows XP environment? If it is, > please tell me > the steps to follow. Are they the same as those cut out

Re: [U-Boot] ld fails with .bss / .rel.dyn overlap for 2011.12

2012-04-10 Thread Dirk Behme
On 10.04.2012 10:02, Wolfgang Denk wrote: Dear Joey, In message<4f835962.7010...@drewtech.com> you wrote: I don't need anybody to take any action on this, so feel free to disregard if this report is not interesting. I have no support through Marvell but I thought it was appropriate to share m

[U-Boot] U-Boot on Cortex R4

2012-04-10 Thread Johan Östensson
Greetings all. On the uCLinux tab of ARM Ltd's "Linux Support" (1) page they list a U-Boot binary for Cortex R4. It seems the R4 support never was merged into mainline (or did I miss it?), so asking questions about it here on the U-boot list is probably highly inappropriate - my question is if an

[U-Boot] [PATCH] sh: Fix rsk7264 pin setup for on-board ethernet

2012-04-10 Thread Phil Edworthy
This sets up the external ethernet IRQ pin. Signed-off-by: Phil Edworthy --- board/renesas/rsk7264/lowlevel_init.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/renesas/rsk7264/lowlevel_init.S b/board/renesas/rsk7264/lowlevel_init.S index fc759bd..39acfa7 10064

Re: [U-Boot] [PATCH] Move bootstage timer out of lib/time.c

2012-04-10 Thread Matthias Fuchs
Hi Simon, On 06.04.2012 00:05, Simon Glass wrote: > The standalone example does not have get_timer() defined, so we cannot > rely on it being available. > > Move the timer function into boootstage.c to avoid this problem. > > This corrects a build breakage for the standalone example on some boar

Re: [U-Boot] procedure to down load u-boot to RAM

2012-04-10 Thread Marek Vasut
Dear apple pie, > Hi Wolfgang, > > I have a number of u-boot development questions that I would like to raise > to you for answers: > > (1) Is it possible to install u-boot in a Windows XP environment? If it is, > please tell me the steps to follow. Are they the same as those cut out for > Linux

Re: [U-Boot] [PATCH] sh: Fix rsk7264 pin setup for on-board ethernet

2012-04-10 Thread Marek Vasut
Dear Phil Edworthy, > This sets up the external ethernet IRQ pin. > > Signed-off-by: Phil Edworthy Add Cc: Nobuhiro Iwamatsu > --- > board/renesas/rsk7264/lowlevel_init.S |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/board/renesas/rsk7264/lowlevel_init.S > b

[U-Boot] [PATCH v2 0/4] imx: header/gpio driver cleanups

2012-04-10 Thread Vikram Narayanan
arch/arm/include/asm/arch-mx35/mx35_pins.h |2 -- arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 -- arch/arm/include/asm/arch-mx6/imx-regs.h |2 -- drivers/gpio/mxc_gpio.c| 12 ++-- 4 files changed, 6 insertions(+), 12 deletions(-) Changed from v1:

[U-Boot] [PATCH v2 1/4] imx: Remove unneeded/repititive definitions from imx headers

2012-04-10 Thread Vikram Narayanan
Remove gpio related unused/repititive definitions from imx headers. Signed-off-by: Vikram Narayanan --- arch/arm/include/asm/arch-mx35/mx35_pins.h |2 -- arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 -- arch/arm/include/asm/arch-mx6/imx-regs.h |2 -- 3 files changed, 0 insertions(

[U-Boot] [PATCH v2 2/4] imx: Add GPIO_TO_PORT macro in the mxc_gpio driver

2012-04-10 Thread Vikram Narayanan
Add GPIO_TO_PORT macro in the mxc_gpio.c driver Signed-off-by: Vikram Narayanan --- drivers/gpio/mxc_gpio.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index df6..7e65b39 100644 --- a/drivers/gpio/mxc_gpio.c +++ b

[U-Boot] [PATCH v2 3/4] imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)

2012-04-10 Thread Vikram Narayanan
Use the defined GPIO_TO_PORT macro. Remove gpio >> 5 references. Signed-off-by: Vikram Narayanan --- drivers/gpio/mxc_gpio.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index 7e65b39..21b1cdc 100644 --- a/drive

[U-Boot] [PATCH v2 4/4] imx: Return gpio_set_value in gpio_direction_output

2012-04-10 Thread Vikram Narayanan
Return gpio_set_value in gpio_direction_output. Earlier it returned 0 and ignored gpio_set_value's return value. Signed-off-by: Vikram Narayanan --- drivers/gpio/mxc_gpio.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.

Re: [U-Boot] [PATCH v2 1/4] imx: Remove unneeded/repititive definitions from imx headers

2012-04-10 Thread Stefano Babic
On 10/04/2012 16:25, Vikram Narayanan wrote: > Remove gpio related unused/repititive definitions from imx headers. > > Signed-off-by: Vikram Narayanan > --- > arch/arm/include/asm/arch-mx35/mx35_pins.h |2 -- > arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 -- > arch/arm/include/asm/arch

Re: [U-Boot] [PATCH v2 2/4] imx: Add GPIO_TO_PORT macro in the mxc_gpio driver

2012-04-10 Thread Stefano Babic
On 10/04/2012 16:26, Vikram Narayanan wrote: > Add GPIO_TO_PORT macro in the mxc_gpio.c driver > > Signed-off-by: Vikram Narayanan > --- > drivers/gpio/mxc_gpio.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c > in

Re: [U-Boot] [PATCH v2 3/4] imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)

2012-04-10 Thread Stefano Babic
On 10/04/2012 16:26, Vikram Narayanan wrote: > Use the defined GPIO_TO_PORT macro. Remove gpio >> 5 references. > > Signed-off-by: Vikram Narayanan > --- > drivers/gpio/mxc_gpio.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpio/mxc_gpio.c b/driv

Re: [U-Boot] [PATCH v2 4/4] imx: Return gpio_set_value in gpio_direction_output

2012-04-10 Thread Stefano Babic
On 10/04/2012 16:26, Vikram Narayanan wrote: > Return gpio_set_value in gpio_direction_output. > Earlier it returned 0 and ignored gpio_set_value's return value. > > Signed-off-by: Vikram Narayanan > --- > drivers/gpio/mxc_gpio.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) >

Re: [U-Boot] [PATCH] FAT: Properly align buffers to allow cache operations

2012-04-10 Thread Eric Nelson
On 04/09/2012 10:00 PM, Marek Vasut wrote: Dear Mike Frysinger, On Monday 09 April 2012 02:45:03 Marek Vasut wrote: @@ -765,9 +767,6 @@ -__attribute__ ((__aligned__ (__alignof__ (dir_entry -__u8 do_fat_read_block[MAX_CLUSTSIZE]; - @@ -788,6 +787,7 @@ do_fat_read (const char *filename, vo

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread Simon Glass
Hi, On Tue, Apr 10, 2012 at 12:56 AM, Marc Dietrich wrote: > Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren: >> On 04/09/2012 05:07 PM, Simon Glass wrote: >> > Hi Stephen, >> > >> > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: >> >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen War

Re: [U-Boot] [PATCH v3 15/23] tegra: Add warmboot implementation

2012-04-10 Thread Simon Glass
Hi Stephen, On Mon, Apr 9, 2012 at 2:36 PM, Stephen Warren wrote: > On 04/02/2012 05:18 PM, Simon Glass wrote: >> From: Yen Lin >> >> Add code to set up the warm boot area in the Tegra CPU ready for a >> resume after suspend. >> >> Signed-off-by: Simon Glass >> Acked-by: Stephen Warren > >> +s

[U-Boot] [PATCH v5 15/23] tegra: Add warmboot implementation

2012-04-10 Thread Simon Glass
From: Yen Lin Add code to set up the warm boot area in the Tegra CPU ready for a resume after suspend. Signed-off-by: Yen Lin Signed-off-by: Simon Glass --- Changes in v2: - Move structs shared between A9 and AVP into warmboot.h header file - Remove unused crypto code - Tidy SDRAM range check

[U-Boot] [PATCH v5 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread Simon Glass
From: Jimmy Zhang Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). Signed-off-by: Simon Glass Acked-by: Stephen Warren --- Changes in v2: - Move EMC tables to device tree - Removed check for nominal voltage (not needed as it is done just before) Changes in v3: - A

Re: [U-Boot] [PATCH] FAT: Properly align buffers to allow cache operations

2012-04-10 Thread Dirk Behme
On 10.04.2012 17:07, Eric Nelson wrote: On 04/09/2012 10:00 PM, Marek Vasut wrote: Dear Mike Frysinger, On Monday 09 April 2012 02:45:03 Marek Vasut wrote: @@ -765,9 +767,6 @@ -__attribute__ ((__aligned__ (__alignof__ (dir_entry -__u8 do_fat_read_block[MAX_CLUSTSIZE]; - @@ -788,6 +787,7

[U-Boot] [PATCH] net: ll_temac: drop obsolete "NAMESIZE" define

2012-04-10 Thread Stephan Linz
... after commit "net/miiphy/serial: drop duplicate NAMESIZE define" (sha1:f6add13) was applied. The building of the new LL TEMAC network driver fails with error below: xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize': xilinx_ll_temac.c:301: error: 'NAMESIZE' undeclared (first use in th

Re: [U-Boot] [PATCH] net: ll_temac: drop obsolete "NAMESIZE" define

2012-04-10 Thread Mike Frysinger
On Tuesday 10 April 2012 12:20:57 Stephan Linz wrote: > ... after commit "net/miiphy/serial: drop duplicate NAMESIZE > define" (sha1:f6add13) was applied. The building of the new > LL TEMAC network driver fails with error below: > > xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize': > xi

[U-Boot] Please pull u-boot-ti/master

2012-04-10 Thread Tom Rini
Hello, The following changes since commit 4a0764858b0bdcb3508f01b96e3fa32b16cdb30f: Simon Glass (1): arm: Use common .lds file where possible are available in the git repository at: git://git.denx.de/u-boot-ti master Bernhard Walle (2): tricorder: Add UBIFS tricorder: Lo

Re: [U-Boot] [PATCH v2 3/7] LCD: add data structure for EXYNOS display driver

2012-04-10 Thread Anatolij Gustschin
On Fri, 06 Apr 2012 14:36:15 +0900 Donghwa Lee wrote: > Add vidinfo data structure for EXYNOS display driver > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > include/lcd.h | 64 > + > 1

Re: [U-Boot] [PATCH v2 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-10 Thread Anatolij Gustschin
On Fri, 06 Apr 2012 14:36:17 +0900 Donghwa Lee wrote: > This patch support EXYNOS FB and FIMD display drivers. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > arch/arm/include/asm/arch-exynos/fb.h | 446 > + >

Re: [U-Boot] [PATCH v2 5/7] EXYNOS: support EXYNOS MIPI DSI interface driver.

2012-04-10 Thread Anatolij Gustschin
On Fri, 06 Apr 2012 14:36:21 +0900 Donghwa Lee wrote: > EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI > based LCD Panel could be used with it. This patch supports MIPI-DSI driver > based Samsung SoC chip. > > LCD panel driver based MIPI-DSI should be registered to MIPI-DSI driver at >

Re: [U-Boot] [PATCH v2 6/7] LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI.

2012-04-10 Thread Anatolij Gustschin
On Fri, 06 Apr 2012 14:36:23 +0900 Donghwa Lee wrote: > From f3326ff482ebebe3eea72621b354fd6e93f957a7 Mon Sep 17 00:00:00 2001 > From: Donghwa Lee > Date: Fri, 6 Apr 2012 14:24:01 +0900 > Subject: [PATCH] PATCH v2: LCD: support S6E8AX0 amoled driver based on EXYNOS > MIPI DSI > > This patch su

Re: [U-Boot] [PATCH v2 7/7] EXYNOS: support TRATS board display function

2012-04-10 Thread Anatolij Gustschin
On Fri, 06 Apr 2012 14:36:27 +0900 Donghwa Lee wrote: > This patch support TRATS board configuration and display function. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > board/samsung/trats/trats.c | 147 > +++

Re: [U-Boot] [PATCH v2 0/7] EXYNOS: support display drivers

2012-04-10 Thread Anatolij Gustschin
Hi, On Fri, 06 Apr 2012 14:36:07 +0900 Donghwa Lee wrote: > This patch support EXYNOS display drivers including Framebuffer and > MIPI DSI interface version 2. > > [PATCH v2 1/7] EXYNOS: definitions of system resgister and power management > registers. > [PATCH v2 2/7] EXYNOS: add LCD and MIP

Re: [U-Boot] [PATCH] FAT: Properly align buffers to allow cache operations

2012-04-10 Thread Wolfgang Denk
Dear Dirk, In message <4f845db6.7050...@googlemail.com> you wrote: > > Sorry guys, but I'm confused now. Heh. Me too ;-) > We have two patches, Eric's [1] and Marek's [2]. Which one should we > take? With the discussion here and [3] I'm somehow under the > impression that both patches [1] [2]

Re: [U-Boot] [PATCH v5 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread jimmzhang
On Tue, 2012-04-10 at 08:17 -0700, Simon Glass wrote: > From: Jimmy Zhang > > Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). > Signed-off-by: Jimmy Zhang > Signed-off-by: Simon Glass > Acked-by: Stephen Warren > --- -

Re: [U-Boot] [PATCH v2] configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER

2012-04-10 Thread Anatolij Gustschin
On Sat, 31 Mar 2012 17:47:45 -0300 Fabio Estevam wrote: > Fix typo on CONFIG_SYS_HUSH_PARSER and also add CONFIG_SYS_PROMPT_HUSH_PS2 > to avoid build error. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Also add CONFIG_SYS_PROMPT_HUSH_PS2 definition > include/configs/EB+MCF-E

Re: [U-Boot] [PATCH] Move bootstage timer out of lib/time.c

2012-04-10 Thread Anatolij Gustschin
On Thu, 5 Apr 2012 15:05:17 -0700 Simon Glass wrote: > The standalone example does not have get_timer() defined, so we cannot > rely on it being available. > > Move the timer function into boootstage.c to avoid this problem. > > This corrects a build breakage for the standalone example on some

Re: [U-Boot] [PATCH v2] mkenvimage: Fix compiler warning

2012-04-10 Thread Anatolij Gustschin
On Fri, 6 Apr 2012 11:15:07 +0200 Dirk Behme wrote: > From: Dirk Behme > > Fix the compiler warning > > mkenvimage.c: In function ‘main’: > mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument > 3 has type ‘unsigned int’ > mkenvimage.c:226: warning: format ‘%ld’ expe

Re: [U-Boot] [PATCH 0/6] add zip command support for uboot

2012-04-10 Thread Mike Frysinger
On Tuesday 10 April 2012 01:05:13 Lei Wen wrote: > Hi Mike, > > On Tue, Apr 10, 2012 at 12:37 PM, Mike Frysinger wrote: > > On Tuesday 03 April 2012 05:31:09 Lei Wen wrote: > >> Hi Mike, > >> > >> On Tue, Apr 3, 2012 at 3:17 AM, Mike Frysinger wrote: > >> > On Tue, Mar 27, 2012 at 04:04, Lei We

Re: [U-Boot] [PATCH] FAT: Properly align buffers to allow cache operations

2012-04-10 Thread Eric Nelson
On 04/10/2012 01:34 PM, Wolfgang Denk wrote: Dear Dirk, In message<4f845db6.7050...@googlemail.com> you wrote: Sorry guys, but I'm confused now. Heh. Me too ;-) We have two patches, Eric's [1] and Marek's [2]. Which one should we take? With the discussion here and [3] I'm somehow under t

Re: [U-Boot] [PATCH 0/6] add zip command support for uboot

2012-04-10 Thread Lei Wen
Hi Mike, On Wed, Apr 11, 2012 at 6:11 AM, Mike Frysinger wrote: > On Tuesday 10 April 2012 01:05:13 Lei Wen wrote: >> Hi Mike, >> >> On Tue, Apr 10, 2012 at 12:37 PM, Mike Frysinger wrote: >> > On Tuesday 03 April 2012 05:31:09 Lei Wen wrote: >> >> Hi Mike, >> >> >> >> On Tue, Apr 3, 2012 at 3:1

Re: [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc

2012-04-10 Thread Lei Wen
Hi Jaehoon, On Tue, Apr 10, 2012 at 10:04 AM, Jaehoon Chung wrote: > This patchset is supported the sdhci controller for Samsung-SoC. > In mmc driver, already implemented the generic sdhci. > There is no reason that didn't use sdhci.c. > So, use the sdhci instead of s5p_mmc. > > Changelog-v4: >  

[U-Boot] using different architecture / toolchain for SPL build

2012-04-10 Thread Allen Martin
I'm trying to solve a problem we've had in the tegra build of u-boot for a while. Tegra2/3 have an integrated arm7tdmi in addition to the cortex A9. Initial boot of the system is always to the arm7tdmi which is responsible for turning on the clocks and power rails for the A9 and then taking it

Re: [U-Boot] [PATCH] sh: Fix rsk7264 pin setup for on-board ethernet

2012-04-10 Thread Nobuhiro Iwamatsu
Hi, all. Applied, thanks, I will put this to 201204. Best regards, Nobuhiro 2012/4/10 Marek Vasut : > Dear Phil Edworthy, > >> This sets up the external ethernet IRQ pin. >> >> Signed-off-by: Phil Edworthy > > Add Cc: Nobuhiro Iwamatsu > >> --- >>  board/renesas/rsk7264/lowlevel_init.S |