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

2012-07-02 Thread Andreas Bießmann
Dear Bo Shen, On 02.07.12 05:35, Bo Shen wrote: > Add at91sam9x5ek board support, this board support the following SoCs > AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 > > Using at91sam9x5ek_nandflash to configure for the board > Now only supports NAND with software ECC boot u

Re: [U-Boot] i.MX6Q SabreLite: Ethernet does not work at Gigabit speed

2012-07-02 Thread Wolfgang Grandegger
Hi Troy, On 06/28/2012 07:48 PM, Troy Kisky wrote: > On 6/28/2012 8:33 AM, Eric Nelson wrote: >> On 06/28/2012 06:50 AM, Wolfgang Grandegger wrote: >>> Hi, >>> >>> I just realized that I cannot download files on a Gitabit Ethernet >>> network. I'm getting timeouts: >>> >>>MX6QSABRELITE U-Boot>

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

2012-07-02 Thread Bo Shen
Hi Andreas, On 7/2/2012 15:01, Andreas Bießmann wrote: Dear Bo Shen, On 02.07.12 05:35, Bo Shen wrote: Add at91sam9x5ek board support, this board support the following SoCs AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 Using at91sam9x5ek_nandflash to configure for the boa

Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices

2012-07-02 Thread Simon Guinot
On Thu, Jun 14, 2012 at 08:18:33AM -0700, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Simon Guinot [mailto:si...@sequanux.org] > > Sent: 14 June 2012 20:41 > > To: Simon Guinot > > Cc: Prafulla Wadaskar; u-boot@lists.denx.de > > Subject: Re: [U-Boot] [PATCH v2 0/3] Bug f

[U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-02 Thread Tetsuyuki Kobayashi
Recent compiler generates unaligned memory access in armv7 default. But current U-Boot does not allow unaligned memory access, so it causes data abort exception. This patch add compile option "-mno-unaligned-access" if it is available. Signed-off-by: Tetsuyuki Kobayashi --- arch/arm/cpu/armv7/co

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

2012-07-02 Thread Andreas Bießmann
On 02.07.2012 10:36, Bo Shen wrote: > Hi Andreas, > > On 7/2/2012 15:01, Andreas Bießmann wrote: >> Dear Bo Shen, >> >> On 02.07.12 05:35, Bo Shen wrote: >>> diff --git a/drivers/serial/atmel_usart.h b/drivers/serial/atmel_usart.h >>> index 7e4b2c9..ad1d9f0 100644 >>> --- a/drivers/serial/atmel

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

2012-07-02 Thread Joonyoung Shim
2012/6/29 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: >    

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

2012-07-02 Thread Joonyoung Shim
2012/6/29 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/

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

2012-07-02 Thread Joonyoung Shim
2012/6/29 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: >        

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

2012-07-02 Thread Joonyoung Shim
2012/6/29 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 setti

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

2012-07-02 Thread Nicolas Ferre
On 07/02/2012 11:47 AM, Andreas Bießmann : > On 02.07.2012 10:36, Bo Shen wrote: [..] +/* bootstrap + u-boot + env + linux in nandflash */ +#define CONFIG_ENV_IS_IN_NAND +#define CONFIG_ENV_OFFSET0xc +#define CONFIG_ENV_OFFSET_REDUND0x10 +#define CONFI

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

2012-07-02 Thread Andreas Bießmann
Dear all, On 02.07.2012 11:53, Nicolas Ferre wrote: > On 07/02/2012 11:47 AM, Andreas Bießmann : >> On 02.07.2012 10:36, Bo Shen wrote: > > [..] > > +/* bootstrap + u-boot + env + linux in nandflash */ > +#define CONFIG_ENV_IS_IN_NAND > +#define CONFIG_ENV_OFFSET0xc >

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

2012-07-02 Thread Nicolas Ferre
On 07/02/2012 12:02 PM, Andreas Bießmann : > Dear all, > > On 02.07.2012 11:53, Nicolas Ferre wrote: >> On 07/02/2012 11:47 AM, Andreas Bießmann : >>> On 02.07.2012 10:36, Bo Shen wrote: >> >> [..] >> >> +/* bootstrap + u-boot + env + linux in nandflash */ >> +#define CONFIG_ENV_IS_IN_NAND

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

2012-07-02 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 29 June 2012 21:59, Rajeshwari Shinde wrote: > 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      

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

2012-07-02 Thread Andreas Bießmann
Dear all, On 02.07.2012 12:02, Andreas Bießmann wrote: > Dear all, > > On 02.07.2012 11:53, Nicolas Ferre wrote: >> On 07/02/2012 11:47 AM, Andreas Bießmann : >>> On 02.07.2012 10:36, Bo Shen wrote: >> >> [..] >> >> +/* bootstrap + u-boot + env + linux in nandflash */ >> +#define CONFIG_E

[U-Boot] [PATCH 0/8] video: support newly exynos5 display feature

2012-07-02 Thread Donghwa Lee
This patch set supports newly exynos5 display features. [1/8] EXYNOS5: support exynos5 lcd clock control [2/8] EXYNOS5: support display system register control [3/8] EXYNOS5: support display port phy control function [4/8] EXYNOS5: add display port base address [5/8] video: support exynos display

[U-Boot] [PATCH 1/8] EXYNOS5: support exynos5 lcd clock control

2012-07-02 Thread Donghwa Lee
This patch support exynos5 lcd clock control. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/exynos/clock.c | 108 - 1 files changed, 107 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/ar

[U-Boot] [PATCH 2/8] EXYNOS5: support display system register control

2012-07-02 Thread Donghwa Lee
This patch supports display block system regisger control. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/exynos/system.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/system.c b/arch/arm/cpu

[U-Boot] [PATCH 4/8] EXYNOS5: add display port base address

2012-07-02 Thread Donghwa Lee
This patch add display port base address for EXYNOS5. In case of EXYNOS4, use DEVICE_NOT_AVAILABLE macro because DP is not supported. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/cpu.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 6/8] video: add dp_enabled variable in vidinfo structure

2012-07-02 Thread Donghwa Lee
To support display port in exynos fb driver, added dp_enabled variable in vidinfo structure that set in board file. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- include/lcd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/lcd.h b/include/lcd.h in

[U-Boot] [PATCH 3/8] EXYNOS5: support display port phy control function

2012-07-02 Thread Donghwa Lee
This patch support display port phy control function. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/exynos/power.c| 21 + arch/arm/include/asm/arch-exynos/power.h |5 + 2 files changed, 26 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH 7/8] video: exynos fb driver supports display port feature

2012-07-02 Thread Donghwa Lee
If dp_enabled was set, exynos fb driver support display port feature. This patch depends on [PATCH] video: support exynos fimd driver for various exynos series. http://marc.info/?l=u-boot&m=134119605104467&w=2 Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/ar

[U-Boot] [PATCH 8/8] video: support exynos pwm backlight driver

2012-07-02 Thread Donghwa Lee
This patch support exynos pwm backlight driver. It can control backlight power and brightness by using pwm. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/pwm_backlight.h | 34 + drivers/video/Makefile |1

[U-Boot] [PATCH] video: fixed exynos_mipi_dsi_init() declaration

2012-07-02 Thread Donghwa Lee
To avoid compilers error in case of not using CONFIG_EXYNOS_MIPI_DSIM, add no operation function. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/mipi_dsim.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/inc

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

2012-07-02 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 01/10 V5] ARCH: SPL: Add parametric board initializer

2012-07-02 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 02/10 V5] SMDK5250: SPL: Define parametric board initializer

2012-07-02 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 03/10 V5] SMDK5250: Add smdk5250-uboot-spl.lds

2012-07-02 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 04/10 V5] EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0

2012-07-02 Thread Rajeshwari Shinde
Define additional registers for clock control in Exynos5250 Rev 1.0 Signed-off-by: Hatim Ali Signed-off-by: Rajeshwari Shinde Acked-by: Joonyoung Shim --- Changes in V2: - None. Changes in V3: - Modified Clocks as per Exynos5250 Rev 1.0. Changes in V4: - None. Changes in

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

2012-07-02 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. Changes in V5: - None board/samsung/smdk5250/clock_init.c | 7

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

2012-07-02 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. Changes in V4: - None Changes in V5: - None. arch/arm/include/asm/arch-exynos/dmc.h | 65 +

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

2012-07-02 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 Acked-by: Joonyoung Shim --- Changes in V2: - None Changes in V3: - Incorported review co

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

2012-07-02 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 Acked-by: Joonyoung Shim --- Changes in V2: - None. Changes in V3: - Corrected the pinmux settings and offset calcuati

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

2012-07-02 Thread Rajeshwari Shinde
This patch adds support for BPLL clock. Signed-off-by: Rajeshwari Shinde Acked-by: Joonyoung Shim --- Changes in V3: - New Patch. Changes in V4: - Removed warning message. Changes in V5: - fixed indentation error arch/arm/cpu/armv7/exynos/clock.c| 28 ++

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

2012-07-02 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 Changes in V5: - None board/samsung/smdk5250/smdk5250.c |6 +++--- include/configs/smdk5250.h

[U-Boot] [PATCH v6] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Alexandre Belloni
On at91sam platforms, u-boot grew larger than the allocated size in dataflash, the layout was: bootstrap 0x ubootenv 0x4200 uboot 0x8400 kernel 0x00042000 u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 = 0x39C00 bytes anymore. Now, the layout is: boo

Re: [U-Boot] [PATCH v6] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Andreas Bießmann
Dear Alexandre Belloni, On 02.07.2012 13:37, Alexandre Belloni wrote: > On at91sam platforms, u-boot grew larger than the allocated size in > dataflash, the layout was: > bootstrap 0x > ubootenv 0x4200 > uboot 0x8400 > kernel 0x00042000 > > u-boot with the defconfig do

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-02 Thread Måns Rullgård
Tetsuyuki Kobayashi writes: > Recent compiler generates unaligned memory access in armv7 default. > But current U-Boot does not allow unaligned memory access, so it causes > data abort exception. > This patch add compile option "-mno-unaligned-access" if it is available. Why not allow unaligned

Re: [U-Boot] i.mx28 can't power off in imx-boot

2012-07-02 Thread Marek Vasut
Dear alex, > Hi: >I can't power off the chip by function "mx28_powerdown", and I can't > find any error on it. So I want to know whether this issue is on your > side. The code is based on mainline imx-uboot. The system obviously won't powerdown as a usual ATX PC. It's only the chip will ha

[U-Boot] [PATCH] cm-t35: fix incorrect NAND_ECC layout selection

2012-07-02 Thread Nikita Kiryanov
The current configuration selects an incorrect NAND ECC layout, which causes u-boot to write HW ECC data incorrectly. This patch selects the right layout. Signed-off-by: Nikita Kiryanov --- include/configs/cm_t35.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include

Re: [U-Boot] [PATCH v6] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Alexandre Belloni
On Mon, Jul 02, 2012 at 02:01:00PM +0200, Andreas Bießmann wrote : > really sorry for that, I should have seen it before. Shouldn't we also > make the U-Boot partition greater when we move the start of kernel > partition? > Can you please send another version, rest is fine (checkpatch, apply > clea

Re: [U-Boot] [PATCH v6] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Andreas Bießmann
Dear Alexandre Belloni, On 02.07.2012 14:55, Alexandre Belloni wrote: > On Mon, Jul 02, 2012 at 02:01:00PM +0200, Andreas Bießmann wrote : >>> diff --git a/include/configs/at91sam9260ek.h >>> b/include/configs/at91sam9260ek.h >>> index 07b1968..ef25fa5 100644 >>> --- a/include/configs/at91sam926

[U-Boot] [PATCH] beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() static

2012-07-02 Thread Peter Meerwald
From: Peter Meerwald Signed-off-by: Peter Meerwald --- board/ti/beagle/beagle.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 9edd3c5..4611b8a 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/be

[U-Boot] [PATCH] beagle: fix termination of buddy env setting

2012-07-02 Thread Peter Meerwald
From: Peter Meerwald Signed-off-by: Peter Meerwald --- include/configs/omap3_beagle.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 268215c..5fd67bc 100644 --- a/include/configs/omap3_beagle.h +++

Re: [U-Boot] [PATCH v6] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Alexandre Belloni
On Mon, Jul 02, 2012 at 03:07:55PM +0200, Andreas Bießmann wrote : > > Right, I didn't really care about the end of the kernel partition as the > > 9261ek has an 8MiB dataflash and my rootfs is in NAND. The kernel is > > around 1.7MiB using the default configuration. Maybe, we should also > > exten

[U-Boot] [PATCH v7] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Alexandre Belloni
On at91sam platforms, u-boot grew larger than the allocated size in dataflash, the layout was: bootstrap 0x ubootenv 0x4200 uboot 0x8400 kernel 0x00042000 fs 0x00252000 u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 = 0x39C00 bytes anymore. N

Re: [U-Boot] [PATCH v7] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-02 Thread Andreas Bießmann
Dear Alexandre Belloni, On 02.07.2012 16:26, Alexandre Belloni wrote: > On at91sam platforms, u-boot grew larger than the allocated size in > dataflash, the layout was: > bootstrap 0x > ubootenv 0x4200 > uboot 0x8400 > kernel 0x00042000 > fs 0x00252000 > > u-bo

[U-Boot] [PATCH] doc/git-mailrc: update at91 and avr32

2012-07-02 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- doc/git-mailrc |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index c8a6390..743ce06 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -11,6 +11,7 @@ alias u-boot uboot # Maintainer aliases. Use t

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

2012-07-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/29/2012 08:58 PM, 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

Re: [U-Boot] [PATCH v2] arm,davinci: update for enbw_cmc board

2012-07-02 Thread Tom Rini
On Sun, Jul 1, 2012 at 9:53 PM, Heiko Schocher wrote: > Hello Tom, > > On 15.05.2012 08:24, Heiko Schocher wrote: >> >> - change gpio pin settings: >> >>    - gpio pin 6[13] (PLC reset) default value low >>    - gpio pin 6[0] (TPM reset) default value low >>    - 4 new GPIO pins >>        pin  i/o

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-02 Thread Lucas Stach
Am Montag, den 02.07.2012, 10:53 +0100 schrieb Måns Rullgård: > Tetsuyuki Kobayashi writes: > > > Recent compiler generates unaligned memory access in armv7 default. > > But current U-Boot does not allow unaligned memory access, so it causes > > data abort exception. > > This patch add compile op

Re: [U-Boot] [PATCH] cm-t35: fix incorrect NAND_ECC layout selection

2012-07-02 Thread Tom Rini
On Mon, Jul 02, 2012 at 03:27:59PM +0300, Nikita Kiryanov wrote: > The current configuration selects an incorrect NAND ECC layout, > which causes u-boot to write HW ECC data incorrectly. > This patch selects the right layout. > > Signed-off-by: Nikita Kiryanov This change is correct on all boar

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-02 Thread Måns Rullgård
Lucas Stach writes: > Am Montag, den 02.07.2012, 10:53 +0100 schrieb Måns Rullgård: >> Tetsuyuki Kobayashi writes: >> >> > Recent compiler generates unaligned memory access in armv7 default. >> > But current U-Boot does not allow unaligned memory access, so it causes >> > data abort exception.

Re: [U-Boot] [PATCH] mx28evk: Fix boot by adjusting HW_DRAM_CTL29 register

2012-07-02 Thread Stefano Babic
On 19/06/2012 19:24, Fabio Estevam wrote: > commit acc4959fc1 (Revert "i.MX28: Enable additional DRAM address bits") > broke mx28evk boot. > > Fix it by properly adjusting the HW_DRAM_CTL29 register value. > > Suggested-by: Marek Vasut > Signed-off-by: Fabio Estevam > --- Applied to u-boot-im

Re: [U-Boot] [PATCH] i.MX6 USDHC: Use the ESDHC clock

2012-07-02 Thread Stefano Babic
On 14/06/2012 15:44, Dirk Behme wrote: > From: Michael Langer > > The commit "i.mx: fsl_esdhc: add the i.mx6q support" (4692708d) introduces > support for the i.MX6Q MMC host controller USDHC. > > MXC_IPG_PERCLK sets the clock to 66MHz. This seems to be the default clock > of the ESDHC IP found

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-07-02 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx. Thanks ! The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you t

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

2012-07-02 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > > The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9: > > ext2load: increase read speed (2012-06-21 22:49:33 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-sh.git master > > for you

Re: [U-Boot] [PATCH] tools/mkenvimage.c: fix basename(3) usage

2012-07-02 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1340863319-63074-1-git-send-email-andreas.de...@googlemail.com> you wrote: > Use the POSIX variant of basename due to BSD systems (e.g. OS X) do not > provide > GNU version of basename(3). It is save to use the POSIX variant here cause we >

[U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-02 Thread Wolfgang Denk
Hello all, I would like to get out -rc1 ASAP. If you have any patches queued that should make it into the upcoming release, then plase send your pull requezts as soon as possible. Albert, what are your plans for an ARM pull req? Thanks! Best regards, Wolfgang Denk -- DENX Software Enginee

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-02 Thread Tom Rini
On Mon, Jul 02, 2012 at 08:41:56PM +0200, Wolfgang Denk wrote: > Hello all, > > I would like to get out -rc1 ASAP. If you have any patches queued > that should make it into the upcoming release, then plase send your > pull requezts as soon as possible. > > > Albert, what are your plans for an

[U-Boot] Issue with running commands

2012-07-02 Thread Sughosh Ganu
hi, While testing on hawkboard with the latest commit, i hit an issue of commands not being accepted. hawkboard > reset Unknown command '�' - try 'help' hawkboard > Running git bisect showed that this is caused due to commit 054ea170f271: cmd_mem: cmp: unify size code paths. Has anyone seen t

Re: [U-Boot] [PATCH 2/2] microblaze: move ENV onto top of flash

2012-07-02 Thread Stephan Linz
Am Montag, den 02.07.2012, 07:52 +0200 schrieb Michal Simek: > 2012/7/1 Stephan Linz : > > On Microblaze systems with BPI configuration from CFI flash > > the first 1-10 MB will occupied by the FPGA configuration > > data (BIN file). So we can not use this area for the U-Boot > > environment. > >

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

2012-07-02 Thread Rafael Beims
On Fri, Jun 29, 2012 at 8:06 PM, Scott Wood wrote: > 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 th

[U-Boot] [PATCH v3 0/1] fsl_elbc support for 4k devices and factory badblock migration

2012-07-02 Thread Rafael Beims
This is my implementation of the factory badblock migration process for the fsl_elbc driver using the hack to support nand devices with page sizes bigger than 2048k. I would really appreciate any feedback related to the patch. Changes in v2: - Added check to disallow the migration code to run in

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

2012-07-02 Thread Rafael Beims
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, we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save them to a large buffer. Because of this, the in flash layout of the oob is different

Re: [U-Boot] Issue with running commands

2012-07-02 Thread Wolfgang Denk
Dear Sughosh Ganu, In message you wrote: > > While testing on hawkboard with the latest commit, i hit an issue of > commands not being accepted. > > hawkboard > reset > Unknown command '�' - try 'help> ' > hawkboard > > > Running git bisect showed that this is caused due to commit 054ea170f2

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

2012-07-02 Thread Scott Wood
On 07/02/2012 04:00 PM, Rafael Beims wrote: > On Fri, Jun 29, 2012 at 8:06 PM, Scott Wood wrote: >> This raises the question of whether we should write the marker multiple >> times, or otherwise deal with the possibility that the marker gets >> bitflipped. We don't want the migration to run again

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

2012-07-02 Thread Andreas Bießmann
Dear Albert Aribaud, The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to f3f68232e

[U-Boot] [PATCH] beagle: removed unused pr_debug #define

2012-07-02 Thread Peter Meerwald
From: Peter Meerwald Signed-off-by: Peter Meerwald --- board/ti/beagle/beagle.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 2214b7f..2b61cb8 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle

Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-07-02 Thread Jim Lin
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Thursday, June 28, 2012 12:58 AM > To: Wolfgang Denk> > Cc: Jim Lin; 'U-Boot@lists.denx.de'; Tom Warren > Subject: Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB > controllers at once > > On

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-07-02 Thread Tom Warren
Wolfgang, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Monday, June 25, 2012 3:55 PM > To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; > thierry.red...@avionic-design.de > Cc: u-boot@lists.denx.de > Subject: [PATCH v5 00/13] split tegra20 arm7 cod

[U-Boot] [PATCH] armv7: Fix infinite loop for the spl boot

2012-07-02 Thread Zhong Hongbo
From: Zhong Hongbo In the spl booting step, When __bss_start is equal to __bss_end__, The loop will clear all the things in CPU space. If there are have the same address for this symbol, To skip the clear bss section. Signed-off-by: Hongbo Zhong --- arch/arm/cpu/armv7/start.S |3 +++ 1 fil

[U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-02 Thread Zhong Hongbo
From: Zhong Hongbo In general, The get_timer_masked function get the system time, no the number of ticks. Such as the nand_wait_ready will use get_timer_masked to delay the operations. And change the system time to adopt to the CONFIG_SYS_HZ. Signed-off-by: Hongbo Zhong --- arch/arm/cpu/armv7/

Re: [U-Boot] i.mx28 can't power off in imx-boot

2012-07-02 Thread alex
Function "mx28_powerdown" can't work on my side, and uboot continue to execute next function... bootlet from freescale, relative function can power off. At 2012-07-02 20:17:26,"Marek Vasut" wrote: >Dear alex, > >> Hi: >>I can't power off the chip by function "mx28_powerdown", and I can'

[U-Boot] [PATCH v3] arm : Atmel : add at91sam9x5ek board support

2012-07-02 Thread Bo Shen
Add at91sam9x5ek board support, this board support the following SoCs AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 Using at91sam9x5ek_nandflash to configure for the board Now only supports NAND with software ECC boot up Signed-off-by: Bo Shen --- This patch is based on git:/

[U-Boot] [PATCH] mmc: dw-mmc: support DesignWare MMC controller

2012-07-02 Thread Jaehoon Chung
This patch is supported DesginWare MMC Controller. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Signed-off-by: Rajeshawari Shinde --- drivers/mmc/dw_mmc.c | 388 ++ include/dwmmc.h | 186 2 files chang

[U-Boot] [PATCH 0/2] EXYNOS: support the DesignWare MMC Controller

2012-07-02 Thread Jaehoon Chung
These patches is depend on [PATCH]mmc: dw-mmc: support DesignWare MMC controller. For using dw-mmc controller, need to add the some samsung specific code. Exynos specific code should be presented into exynos_dw_mmc.c Jaehoon Chung (2): EXYNOS: clock: add the get_mmc_clk function EXYNOS: mmc:

[U-Boot] [PATCH 1/2] EXYNOS: clock: add the get_mmc_clk function

2012-07-02 Thread Jaehoon Chung
To get more exactly sclk value, used the get_mmc_clk. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/exynos/clock.c | 78 arch/arm/include/asm/arch-exynos/clk.h |1 + 2 files changed, 79 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Jaehoon Chung
Support DesignWare MMC Controller for Samsung Specific. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Signed-off-by: Rajeshawari Shinde --- arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++ drivers/mmc/exynos_dw_mmc.c | 60 ++

Re: [U-Boot] [PATCH 2/2] microblaze: move ENV onto top of flash

2012-07-02 Thread Michal Simek
On 07/02/2012 09:36 PM, Stephan Linz wrote: Am Montag, den 02.07.2012, 07:52 +0200 schrieb Michal Simek: 2012/7/1 Stephan Linz: On Microblaze systems with BPI configuration from CFI flash the first 1-10 MB will occupied by the FPGA configuration data (BIN file). So we can not use this area for

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

2012-07-02 Thread Michal Simek
On 06/29/2012 10:22 PM, Stephan Linz wrote: 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 inserti

Re: [U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Rajeshwari Birje
Hi Jaehoon Chung, On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung wrote: > Support DesignWare MMC Controller for Samsung Specific. > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > Signed-off-by: Rajeshawari Shinde > --- > arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++

Re: [U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Jaehoon Chung
Hi, On 07/03/2012 02:39 PM, Rajeshwari Birje wrote: > Hi Jaehoon Chung, > > > On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung wrote: >> Support DesignWare MMC Controller for Samsung Specific. >> >> Signed-off-by: Jaehoon Chung >> Signed-off-by: Kyungmin Park >> Signed-off-by: Rajeshawari Shin

[U-Boot] [PATCH v6 03/15] tegra20: rename CONFIG_MACH_TEGRA_GENERIC

2012-07-02 Thread Allen Martin
Rename CONFIG_MACH_TEGRA_GENERIC to the less confusing CONFIG_TEGRA. The meaning of the config options is now: CONFIG_TEGRA - Any tegra chip CONFIG_TEGRA20 - A tegra20 family chip CONFIG_TEGRA30 - A tegra30 family chip (not added yet) Signed-off-by: Allen Martin Acked-by: Stephen Warren --- in

[U-Boot] [PATCH v6 13/15] arm: enable libgcc build for SPL

2012-07-02 Thread Allen Martin
Enable the building of private libgcc for SPL Signed-off-by: Allen Martin --- arch/arm/lib/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 39a9550..bd3b77f 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Ma

[U-Boot] [PATCH v6 04/15] tegra20: tec: add tegra20-common-post.h

2012-07-02 Thread Allen Martin
Add tegra20-common-post.h to be consistent with other tegra20 boards. Signed-off-by: Allen Martin Acked-by: Thierry Reding Acked-by: Stephen Warren --- include/configs/tec.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/tec.h b/include/configs/tec.h index 39400d9..9b

[U-Boot] [PATCH v6 06/15] mkconfig: add support for SPL CPU

2012-07-02 Thread Allen Martin
Add support for specifying a different CPU for main u-boot and SPL u-boot builds. This is done by adding an optional SPL CPU after the main CPU in boards.cfg as follows: normal_cpu:spl_cpu This this case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the S

[U-Boot] [PATCH v6 08/15] tegra20: remove timer_init from SPL build

2012-07-02 Thread Allen Martin
Don't use timer_init from tegra board.c. This comes out of arm720t for the SPL build. Signed-off-by: Allen Martin Acked-by: Stephen Warren --- board/nvidia/common/board.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 90

[U-Boot] [PATCH v6 10/15] tegra20: add u-boot-*-tegra.bin targets

2012-07-02 Thread Allen Martin
Add target for tegra20 u-boot image. This is a concatenation of tegra spl and normal u-boot binaries. For non-devicetree builds this is named "u-boot-nodtb-tegra.bin" for devicetree builds is named "u-boot-dtb-tegra.bin". Signed-off-by: Allen Martin --- Makefile | 14 ++ 1 file c

[U-Boot] [PATCH v6 15/15] tegra20: Remove armv4t build flags

2012-07-02 Thread Allen Martin
These flags were necessary when building tegra20 as a single binary that supported ARM7TDMI and Cortex A9. Now that the ARM7TDMI support is split into a separate SPL, this is no longer necessary. Signed-off-by: Allen Martin Acked-by: Stephen Warren --- arch/arm/cpu/armv7/tegra20/config.mk |

[U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-02 Thread Allen Martin
This patch series fixes a long standing problem with the tegra20 u-boot build. Tegra20 contains an ARM7TDMI boot processor and a Cortex A9 main processor. Prior to this patch series this was accomplished by #ifdefing out any armv7 code from the early boot sequence and creating a single binary tha

[U-Boot] [PATCH v6 07/15] ARM: Fix arm720t SPL build

2012-07-02 Thread Allen Martin
Take a few SPL fixes from armv7 and apply them to arm720t: -Use dummy exception handlers for SPL build -Initialize relocation register r9 to 0 for the case of no relocation -ifdef out interrupt handler code Signed-off-by: Allen Martin Acked-by: Stephen Warren --- arch/arm/cpu/arm720t/start.S |

[U-Boot] [PATCH v6 11/15] tegra20: move SDRAM param save to later in boot

2012-07-02 Thread Allen Martin
Move warmboot_save_sdram_params() to later in the boot sequence. This code relies on devicetree to get the address of the memory controller and with upcoming changes for SPL boot it gets called early in the boot process when devicetree is not initialized yet. Signed-off-by: Allen Martin Acked-by

[U-Boot] [PATCH v6 12/15] tegra20: enable SPL for tegra20 boards

2012-07-02 Thread Allen Martin
Add SPL options to tegra20 config files and enable SPL build for tegra20 boards. Also remove redundant code from u-boot that is not contained in SPL. Signed-off-by: Allen Martin --- Makefile |9 ++ arch/arm/cpu/armv7/start.S|2 - arch/arm/cpu/teg

[U-Boot] [PATCH v6 05/15] tegra20: make board mkdir commands unconditional

2012-07-02 Thread Allen Martin
Change the mkdir commands for the object directories to be unconditional. This fixes an issue when building for SPL where SRCTREE and OBJTREE are the same, but $(obj) is under SPLTREE. Signed-off-by: Allen Martin --- board/avionic-design/medcom/Makefile |2 -- board/avionic-design/plutux/Ma

[U-Boot] [PATCH v6 02/15] tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common

2012-07-02 Thread Allen Martin
In preparation for splitting out the armv4t code from tegra20, move the tegra20 SoC code to arch/arm/cpu/tegra20-common. This code will be compiled armv4t for the arm7tdmi and armv7 for the cortex A9. Signed-off-by: Allen Martin Acked-by: Stephen Warren --- Makefile

[U-Boot] [PATCH v6 14/15] spl: fix SPL build of private libgcc

2012-07-02 Thread Allen Martin
This fixes the SPL build to link with the SPL version of libgcc if USE_PRIVATE_LIBGCC is set to "yes". Previously it was linking with the libgcc from the normal u-boot build because it gets set in PLATFORM_LIBS and passed down the to the SPL build. Signed-off-by: Allen Martin --- spl/Makefile |

[U-Boot] [PATCH v6 09/15] ARM: add tegra20 support to arm720t

2012-07-02 Thread Allen Martin
Add support for tegra20 arm7 boot processor. This processor is used to power on the Cortex A9 and transfer control to it. In tegra this processor is an ARM7TDMI not an ARM720T, but since we don't use cache it was easier to just reuse the ARM720T code as the processors are otherwise identical exce

Re: [U-Boot] [PATCH 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-02 Thread Rajeshwari Birje
Hi Jaehoon Chung, On Tue, Jul 3, 2012 at 11:18 AM, Jaehoon Chung wrote: > Hi, > > On 07/03/2012 02:39 PM, Rajeshwari Birje wrote: > >> Hi Jaehoon Chung, >> >> >> On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung >> wrote: >>> Support DesignWare MMC Controller for Samsung Specific. >>> >>> Signed-o

Re: [U-Boot] Issue with running commands

2012-07-02 Thread Christian Riesch
Hi Sughosh, On Mon, Jul 2, 2012 at 9:24 PM, Sughosh Ganu wrote: > hi, > While testing on hawkboard with the latest commit, i hit an issue of > commands not being accepted. > > hawkboard > reset > Unknown command '�' - try 'help' > hawkboard > > > Running git bisect showed that this is caused

  1   2   >