Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 9:28 AM, Marek Vasut wrote: > Dear Harman Sohanpal, > >> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: >> > Dear Harman Sohanpal, >> > >> >> These patches add USB support in u-boot for AM335x. >> >> The support for host or device is selected >> >> depending on the co

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > Dear Harman Sohanpal, > >> These patches add USB support in u-boot for AM335x. >> The support for host or device is selected >> depending on the config selected from boards.cfg file. >> Host mode is selected for USB1 and device mode is >> selec

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > On Sat, Jun 30, 2012 at 9:28 AM, Marek Vasut wrote: > > Dear Harman Sohanpal, > > > >> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > >> > Dear Harman Sohanpal, > >> > > >> >> These patches add USB support in u-boot for AM335x. > >> >> The support for host or dev

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut wrote: > > Dear Harman Sohanpal, > > > >> These patches add USB support in u-boot for AM335x. > >> The support for host or device is selected > >> depending on the config selected from boards.cfg file. > >> Host mode is selecte

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > These patches add USB support in u-boot for AM335x. > The support for host or device is selected > depending on the config selected from boards.cfg file. > Host mode is selected for USB1 and device mode is > selected for USB0. > Base addresses are selected accordingly. > >

Re: [U-Boot] [PATCH v2] nand: Hack to support 4k page in fsl_elbc_nand

2012-06-29 Thread Scott Wood
On 06/28/2012 09:13 PM, Rafael Beims wrote: > On Thu, Jun 28, 2012 at 10:36 PM, Scott Wood wrote: >> On 06/28/2012 03:47 PM, Rafael Beims wrote: >>> Freescale FCM controller has a 2K size limitation of buffer RAM. In order >>> to support the Nand flash chip with pagesize larger than 2K bytes, >>>

[U-Boot] [PATCH] microblaze: add missing undefs for UBI and UBIFS

2012-06-29 Thread Stephan Linz
In the case of missing flash usage disaple (undef) all the UBI support in the same way as for JFFS2. Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/conf

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-29 Thread Stephan Linz
Am Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: > On 06/29/2012 04:32 AM, Simon Glass wrote: > > Hi, > > > > --snip-- > > I have sent support for Microblaze. Currently without dts because I want to > clear this part a little bit. Hi Michal, looks good, I've been waiting a long ti

Re: [U-Boot] [PATCH 5/5] microblaze: Wire up fdt emaclite initialization

2012-06-29 Thread Stephan Linz
Am Freitag, den 29.06.2012, 09:37 +0200 schrieb Michal Simek: > Call emaclite FDT registration when CONFIG_OF_CONTROL is used. > > Signed-off-by: Michal Simek > --- > .../xilinx/microblaze-generic/microblaze-generic.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --

Re: [U-Boot] Relocation issue on armv7 targets

2012-06-29 Thread Wolfgang Denk
Dear JagannadhaSutradharudu Teki, In message you wrote: > Does anyone having any idea about this issue. [u-boot > XIP is not working because of this relocation issue] > I have still debugging able to find some solution but needs > some to clarify. Please read http://www.catb.org/~esr/faqs/smart-

Re: [U-Boot] Relocation issue on armv7 targets

2012-06-29 Thread JagannadhaSutradharudu Teki
Does anyone having any idea about this issue. [u-boot XIP is not working because of this relocation issue] I have still debugging able to find some solution but needs some to clarify. Could you please send your response. Regards, Jagan. ___ U-Boot mail

Re: [U-Boot] [PATCH v3] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/29/2012 02:36 AM, Tetsuyuki Kobayashi wrote: > save_boot_params_default() in cpu.c accesses uninitialized stack > area when it compiled with -O0 (not optimized). > > Signed-off-by: Tetsuyuki Kobayashi Acked-by: Tom Rini - -- Tom -BEGIN

[U-Boot] [PATCH 09/10 V4] EXYNOS5 : Modify pinnumx settings as per Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch modifies the pinmux settings of MMC and UART as per Exynos5250 Rev 1.0. It also corrects the gpio offset calculations. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - Corrected the pinmux settings and offset calcuation of gpio banks. Changes

[U-Boot] [PATCH 10/10 V4] SMDK5250: Enable UART and MMC for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch sets UART3 and MMC channle 0 for Exynos5250 Rev 1.0 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - None Changes in V4: - None board/samsung/smdk5250/smdk5250.c |6 +++--- include/configs/smdk5250.h|2 +- 2 files chan

[U-Boot] [PATCH 08/10 V4] EXYNOS5: CLOCK: Add BPLL support

2012-06-29 Thread Rajeshwari Shinde
This patch adds support for BPLL clock. Signed-off-by: Rajeshwari Shinde --- Changes in V3: - New Patch Changes in V4: - Removed the warning message. arch/arm/cpu/armv7/exynos/clock.c| 26 -- arch/arm/include/asm/arch-exynos/clk.h |1 + arc

[U-Boot] [PATCH 07/10 V4] EXYNOS5: CLOCK: Modify MPLL clock out for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
MPLL clock-out of Exynos5250 Rev 1.0 is always at 1.6GHz. Adjust the divisor value to get 800MHz as needed by devices like UART etc Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Incorported review comments from Minkyu Kang. C

[U-Boot] [PATCH 05/10 V4] EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
Add new clock values for Exynos5250 Rev 1.0 Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Set Peric3 clock for PWM Ratio. Changes in V4: - None board/samsung/smdk5250/clock_init.c | 714 +

[U-Boot] [PATCH 06/10 V4] Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
The patch adds the memory initialization sequence of DDR3. Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - None arch/arm/include/asm/arch-exynos/dmc.h | 65 + board/samsung/smdk5250/Make

[U-Boot] [PATCH 04/10 V4] EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
Define additional registers for clock control in Exynos5250 Rev 1.0 Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Modified Clocks as per Exynos5250 Rev 1.0. Changes in V4: - None arch/arm/include/asm/arch-exynos/clock

[U-Boot] [PATCH 03/10 V4] SMDK5250: Add smdk5250-uboot-spl.lds

2012-06-29 Thread Rajeshwari Shinde
Default spl/u-boot-spl.lds created by spl/Makefile resolves the spl text load addr to 0x0. As 0x0 belongs to iROM addr so Global variables can not be used. Adding specific smdk5250-uboot-spl.lds makes possible to use Global Variables in spl. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari S

[U-Boot] [PATCH 02/10 V4] SMDK5250: SPL: Define parametric board initializer

2012-06-29 Thread Rajeshwari Shinde
Define table-driven configuration mechanism for SMDK5250 rather than hard-coding board initialization parameters. Signed-off-by: Che-Liang Chiou Signed-off-by: Abhilash Kesavan Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2:

[U-Boot] [PATCH 01/10 V4] ARCH: SPL: Add parametric board initializer

2012-06-29 Thread Rajeshwari Shinde
Add a structure for table-driven configuration mechanism such that no recompilation is needed to update the configuration parameters, rather than hard-coding board initialization parameters. Signed-off-by: Che-Liang Chiou Signed-off-by: Abhilash Kesavan Signed-off-by: Tom Wai-Hong Tam Signed-o

[U-Boot] [PATCH 00/10 V4] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch set adds support for Exynos5250 Rev 1.0. Exynos5250 Rev 1.0 supports DDR3 Memory configuration and support for LPDDR2 is removed. Exynos5250 Rev 1.0 supports DWMMC controller and does not support SDHCI controller. After DWMMC driver is added to Mainline support for generic S5P MMC driver

[U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4

2012-06-29 Thread Javier Martinez Canillas
omap2plus_defconfig now has built-in compile support for EXT4 enabled by default now. So, we can use EXT4 as the default root file system type for MMC. Signed-off-by: Javier Martinez Canillas --- include/configs/igep00x0.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[U-Boot] [PATCH 1/2] igep00x0: default to OMAP-specific serial driver

2012-06-29 Thread Javier Martinez Canillas
An OMAP specific serial driver was merged on the Linux kenel a long time ago. So, it makes sense to default the console name to OMAP ttyO instead of the generic ttyS naming. Signed-off-by: Javier Martinez Canillas --- include/configs/igep00x0.h |2 +- 1 files changed, 1 insertions(+), 1 dele

Re: [U-Boot] [PATCH] arm: AT91: add at91sam9x5ek board support

2012-06-29 Thread Andreas Bießmann
Hi Bo, On 29.06.2012 11:28, Bo Shen wrote: > Hi Andreas, > > On 6/27/2012 21:47, Andreas Bießmann wrote: >> On 22.05.2012 12:06, Bo Shen wrote: >>> + >>> +/* >>> + * User Peripheral physical base addresses. >>> + */ >>> +#define ATMEL_BASE_SPI00xf000 >>> +#define ATMEL_BASE_SPI1

[U-Boot] [PATCH] kw_spi: fix clock prescaler computation

2012-06-29 Thread Valentin Longchamp
The computation was not correct with low clock values: setting a 1MHz clock would result in an overlap that would then configure a 25Mhz clock. This patch implements a correct computation method according to the kirkwood functionnal spec. table 629 (Serial Memory Interface Configuration Register).

[U-Boot] [PATCH 10/10 V3] SMDK5250: Enable UART and MMC for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch sets UART3 and MMC channle 0 for Exynos5250 Rev 1.0 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - None. board/samsung/smdk5250/smdk5250.c |6 +++--- include/configs/smdk5250.h|2 +- 2 files changed, 4 insertions(+), 4 delet

[U-Boot] [PATCH 08/10 V3] EXYNOS5: CLOCK: Add BPLL support

2012-06-29 Thread Rajeshwari Shinde
This patch adds support for BPLL clock. Signed-off-b: Rajeshwari Shinde --- Changes in V3: - New Patch. arch/arm/cpu/armv7/exynos/clock.c| 26 -- arch/arm/include/asm/arch-exynos/clk.h |1 + arch/arm/include/asm/arch-exynos/clock.h |2 ++ 3 fil

[U-Boot] [PATCH 09/10 V3] EXYNOS5 : Modify pinnumx settings as per Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch modifies the pinmux settings of MMC and UART as per Exynos5250 Rev 1.0. It also corrects the gpio offset calculations. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - Corrected the pinmux settings and offset calcuation of gpio banks. arch/a

[U-Boot] [PATCH 05/10 V3] EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
Add new clock values for Exynos5250 Rev 1.0 Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - Set Peric3 clock for PWM Ratio. board/samsung/smdk5250/clock_init.c | 714 +-- board/samsung/smdk52

[U-Boot] [PATCH 06/10 V3] Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
The patch adds the memory initialization sequence of DDR3. Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Chnages in V3: - None. arch/arm/include/asm/arch-exynos/dmc.h | 65 + board/samsung/smdk5250/Makefile|2 +- board/sam

[U-Boot] [PATCH 07/10 V3] EXYNOS5: CLOCK: Modify MPLL clock out for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
MPLL clock-out of Exynos5250 Rev 1.0 is always at 1.6GHz. Adjust the divisor value to get 800MHz as needed by devices like UART etc Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Incorported review comments from Minkyu Kang.

[U-Boot] [PATCH 04/10 V3] EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
Define additional registers for clock control in Exynos5250 Rev 1.0 Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. Changes in V3: - Modified Clocks as per Exynos5250 Rev 1.0. arch/arm/include/asm/arch-exynos/clock.h | 234 --

[U-Boot] [PATCH 03/10 V3] SMDK5250: Add smdk5250-uboot-spl.lds

2012-06-29 Thread Rajeshwari Shinde
Default spl/u-boot-spl.lds created by spl/Makefile resolves the spl text load addr to 0x0. As 0x0 belongs to iROM addr so Global variables can not be used. Adding specific smdk5250-uboot-spl.lds makes possible to use Global Variables in spl. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari S

[U-Boot] [PATCH 02/10 V3] SMDK5250: SPL: Define parametric board initializer

2012-06-29 Thread Rajeshwari Shinde
Define table-driven configuration mechanism for SMDK5250 rather than hard-coding board initialization parameters. Signed-off-by: Che-Liang Chiou Signed-off-by: Abhilash Kesavan Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2:

[U-Boot] [PATCH 01/10 V3] ARCH: SPL: Add parametric board initializer

2012-06-29 Thread Rajeshwari Shinde
Add a structure for table-driven configuration mechanism such that no recompilation is needed to update the configuration parameters, rather than hard-coding board initialization parameters. Signed-off-by: Che-Liang Chiou Signed-off-by: Abhilash Kesavan Signed-off-by: Tom Wai-Hong Tam Signed-o

[U-Boot] [PATCH 00/10 V3] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Shinde
This patch set adds support for Exynos5250 Rev 1.0. Exynos5250 Rev 1.0 supports DDR3 Memory configuration and support for LPDDR2 is removed. Exynos5250 Rev 1.0 supports DWMMC controller and does not support SDHCI controller. After DWMMC driver is added to Mainline support for generic S5P MMC driver

[U-Boot] [PATCH] kirkwood: implement kw_sdram_bs_set()

2012-06-29 Thread Gerlando Falauto
Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file; then its value can be fixed at runtime according to the detected SDRAM size. Therefore, implement kw_sdram_

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Marek Vasut
Dear Harman Sohanpal, > These patches add USB support in u-boot for AM335x. > The support for host or device is selected > depending on the config selected from boards.cfg file. > Host mode is selected for USB1 and device mode is > selected for USB0. > Base addresses are selected accordingly. I'l

[U-Boot] [PATCH v4 1/3] AM335x : Add USB support for AM335x in u-boot

2012-06-29 Thread Harman Sohanpal
From: Gene Zarkhin Adds USB support in uboot for AM335x. The support for USB0 and USB1 can be added dynamically by changing the boards.cfg file for USB0 or USB1. This patch adds support for USB0. USB 1 has a full size connector so acts in host mode and USB 0 has a mini connector so used in device

[U-Boot] [PATCH v4 3/3] musb_udc : Fix compile warning.

2012-06-29 Thread Harman Sohanpal
Fix the compile warning : implicit declaration of musb_platform_init when CONFIG_MUSB_UDC is defined. The extern musb_platform_init was declared in musb_hcd.h but no such extern function was declared for musb_udc. So a common function has been declared in musb_core.h which can be used for both host

[U-Boot] [PATCH v4 2/3] AM335x : Configs to add USB support.

2012-06-29 Thread Harman Sohanpal
Adds required configs in config file for am335x_evm to add support for usb. Host mode or device mode selected according to the USB module selected from boards.cfg file. Host for USB1 and device for USB0. By default USB0 is selected. Signed-off-by: Harman Sohanpal --- Changes for v2: - #d

[U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-29 Thread Harman Sohanpal
These patches add USB support in u-boot for AM335x. The support for host or device is selected depending on the config selected from boards.cfg file. Host mode is selected for USB1 and device mode is selected for USB0. Base addresses are selected accordingly. Gene Zarkhin (1): AM335x : Add USB

Re: [U-Boot] environment access before relocation does not work on (some) arm

2012-06-29 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <4fed7877.2020...@esd.eu> you wrote: > > I just noticed that using getenv (and friends) > does not work on ARM (namely i.MX28) from board_init_f() > after running through the init_sequence. This is normal, and documented. Before relocation, you must not use geten

Re: [U-Boot] [PATCH v3 1/3] AM335x : Add USB support for AM335x in u-boot

2012-06-29 Thread Sohanpal, Harman
> -Original Message- > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Rini, Tom > Sent: Wednesday, June 27, 2012 10:50 PM > To: Sohanpal, Harman > Cc: u-boot@lists.denx.de; Gene Zarkhin > Subject: Re: [U-Boot] [PATCH v3 1/3] AM335x : Add USB support for AM335x > in u-boot > > On

Re: [U-Boot] [PATCH 1/2] KW: Move the memory register definitions into kirkwood.h

2012-06-29 Thread Marek Vasut
Dear Gerlando Falauto, > Dear Marek Vasut, > > On 06/29/2012 12:08 PM, Marek Vasut wrote: > > Dear Gerlando Falauto, > > > >> Dear Maruk, > > sorry about my misspelling! > > >> I am currently trying to address the exact same issue (SDRAM size > >> detection and fixup). > >> My idea was however

Re: [U-Boot] [PATCH 1/2] KW: Move the memory register definitions into kirkwood.h

2012-06-29 Thread Gerlando Falauto
Dear Marek Vasut, On 06/29/2012 12:08 PM, Marek Vasut wrote: Dear Gerlando Falauto, Dear Maruk, sorry about my misspelling! I am currently trying to address the exact same issue (SDRAM size detection and fixup). My idea was however (as opposed to moving register definition as you did), t

Re: [U-Boot] [PATCH 1/2] KW: Move the memory register definitions into kirkwood.h

2012-06-29 Thread Marek Vasut
Dear Gerlando Falauto, > Dear Maruk, > > I am currently trying to address the exact same issue (SDRAM size > detection and fixup). > My idea was however (as opposed to moving register definition as you > did), to add a fixup function to dram.c, say: > > /* > * kw_sdram_bs - writes SDRAM Bank s

Re: [U-Boot] [PATCH 1/2] KW: Move the memory register definitions into kirkwood.h

2012-06-29 Thread Gerlando Falauto
Dear Maruk, I am currently trying to address the exact same issue (SDRAM size detection and fixup). My idea was however (as opposed to moving register definition as you did), to add a fixup function to dram.c, say: /* * kw_sdram_bs - writes SDRAM Bank size */ void kw_sdram_bs_set(enum memor

[U-Boot] [PATCH] powerpc/p2041: configure the CPLD lane_mux according to RCW

2012-06-29 Thread Shaohui Xie
Lane muxing on p2041 is controlled by a reg in CPLD, offset of this reg is 0xc, CPLD supports SATA by default, we should re-configure the lane muxing according to RCW, which indicates what SerDes protocol it is running. Default lane muxing map is as below: Lane G on bank1 routes to SGMII, controll

[U-Boot] [PATCH] powerpc/ddr: fix fsl_ddr_get_dimm_params compile error

2012-06-29 Thread Shaohui Xie
fsl_ddr_get_dimm_params() should be wrapped by CONFIG_SYS_DDR_RAW_TIMING, otherwise, when using fixed_sdram() instead of using SPD, it will cause compile error. Signed-off-by: Shaohui Xie Acked-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/main.c |2 +- 1 files changed, 1 insertions(+), 1 d

[U-Boot] [PATCH] powerpc/corenet: fix compile error when CONFIG_SYS_NO_FLASH is defined

2012-06-29 Thread Shaohui Xie
ENV location compile logic is wrong, and when CONFIG_SYS_NO_FLASH is defined and non-NOR u-boot is building, it will cause compile error. Also, add CONFIG_SYS_FLASH_USE_BUFFER_WRITE for p2041, which will improve NOR flash write performance. Signed-off-by: Shaohui Xie --- include/configs/P2041RDB

[U-Boot] environment access before relocation does not work on (some) arm

2012-06-29 Thread Matthias Fuchs
Hi, I just noticed that using getenv (and friends) does not work on ARM (namely i.MX28) from board_init_f() after running through the init_sequence. So getenv_ulong() always returns the given default. So the baudrate on affected boards is always set by CONFIG_BAUDRATE and cannot be adjusted by th

[U-Boot] [PATCH v3] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-29 Thread Tetsuyuki Kobayashi
save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi --- Changes for v2: - include and use __naked instead of __attribute__((naked)) Changes for v3: - move __naked after void - reformat comments

Re: [U-Boot] [PATCH] arm: AT91: add at91sam9x5ek board support

2012-06-29 Thread Bo Shen
Hi Andreas, On 6/27/2012 21:47, Andreas Bießmann wrote: On 22.05.2012 12:06, Bo Shen wrote: Add at91sam9x5ek board support. support AT91SAM9G15, G25, G35, X25, X35 SoC Signed-off-by: Bo Shen In general: ---8<--- total: 14 errors, 11 warnings, 1148 lines checked NOTE: Ignored message typ

Re: [U-Boot] Is it possible to boot the U-boot from the another U-boot from the flash area

2012-06-29 Thread Schneider, Kolja
Dear Ishwar Saunshi, > > > > I have gone through the FAQ section, this FAQ only talks about the > > condition where the other Uboot is in RAM but what I am thinking is to > boot > > the Uboot from the flash location by another running Uboot. > > This doesn't make any difference. Read more careful

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-29 Thread Michal Simek
On 06/29/2012 04:32 AM, Simon Glass wrote: Hi, On Wed, Jun 27, 2012 at 11:49 PM, Michal Simek mailto:mon...@monstr.eu>> wrote: On 06/28/2012 07:57 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek mailto:mon...@monstr.eu>

[U-Boot] [PATCH 4/5] net: emaclite: Support OF initialization

2012-06-29 Thread Michal Simek
Support new CONFIG_OF_CONTROL option where device probing is done based on device tree description. Signed-off-by: Michal Simek CC: Joe Hershberger --- drivers/net/xilinx_emaclite.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/drivers/ne

[U-Boot] [PATCH 5/5] microblaze: Wire up fdt emaclite initialization

2012-06-29 Thread Michal Simek
Call emaclite FDT registration when CONFIG_OF_CONTROL is used. Signed-off-by: Michal Simek --- .../xilinx/microblaze-generic/microblaze-generic.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/micr

[U-Boot] [PATCH 3/5] microblaze: Add support for device tree driven board configuration

2012-06-29 Thread Michal Simek
This is minimum code required to be able to use device-tree for u-boot initialization. Currently only for device driver initialization. Linker script change ensures DTB to be aligned for both options CONFIG_OF_EMBED and CONFIG_OF_SEPARATE. Signed-off-by: Michal Simek CC: Simon Glass --- arch/m

[U-Boot] [PATCH 2/5] microblaze: Move individual board linker scripts to common script in cpu tree.

2012-06-29 Thread Michal Simek
Unification for all microblaze boards. Signed-off-by: Michal Simek --- arch/microblaze/config.mk |2 + arch/microblaze/cpu/u-boot.lds | 71 board/xilinx/microblaze-generic/u-boot.lds | 71 3 files chan

[U-Boot] [PATCH 1/5] microblaze: Add gpio.h

2012-06-29 Thread Michal Simek
Gpio support is not implemented yet. Adding it because of fdtdec. Signed-off-by: Michal Simek --- arch/microblaze/include/asm/gpio.h | 41 1 files changed, 41 insertions(+), 0 deletions(-) create mode 100644 arch/microblaze/include/asm/gpio.h diff --git a

[U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-06-29 Thread Michal Simek
Also include arch specific gpio.h which can contain gpio function implementation. Signed-off-by: Michal Simek CC: Simon Glass --- lib/fdtdec.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index cc09e06..b12eb77 100644 --- a/lib/fdtdec.c ++

Re: [U-Boot] [PATCH 0/9]EXYNOS5: Support for Exynos5250 Rev 1.0

2012-06-29 Thread Rajeshwari Birje
Hi Jaehoon Chung, Thank you for comments. On Thu, Jun 21, 2012 at 5:31 AM, Jaehoon Chung wrote: > Hi Rajeshwari, > > On 06/20/2012 07:40 PM, Rajeshwari Shinde wrote: > >> This patch set adds support for Exynos5250 Rev 1.0. >> Exynos5250 Rev 1.0 supports DDR3 Memory configuration and >> support

Re: [U-Boot] [PATCH 2/5] [PATCH 2/5] Add support for the armadeus APF27 board

2012-06-29 Thread Eric Jarrige
Hi Fabio, On 29 juin 2012, at 01:06, Fabio Estevam wrote: > Hi Philippe, > > On Thu, Jun 28, 2012 at 5:36 PM, Philippe Reynes wrote: >> Signed-off-by: Philippe Reynes >> Signed-off-by: Eric Jarrige > > Here we have armadeus.org > >> Signed-off-by: Nicolas Colombain > > ,and here it is ar