Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-23 Thread Prabhakar Kushwaha
On 06/24/2013 08:44 AM, Prabhakar Kushwaha wrote: On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: > On 06/21/2013 03:38:48 PM, Andy Fleming wrote: >> On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prab

Re: [U-Boot] [PATCH] EXYNOS: Add API for power reset and shutdown

2013-06-23 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 04/04/13 16:06, Rajeshwari Shinde wrote: > This patch adds API's to reset and shutdown the power of > EXYNOS boards > power_shutdown: powers off the board by deasserting PS_HOLD pin. > power_reset: this function software resets the Exynos board when called. > > Signed-o

Re: [U-Boot] [PATCH] exynos: Adjust the starting MIF voltage to 1.05v

2013-06-23 Thread Minkyu Kang
On 12/05/13 03:50, Simon Glass wrote: > On Mon, Apr 15, 2013 at 11:34 AM, Bernie Thompson > wrote: >> Some Exynos5250 silicon may require 1.05v on the MIF to be stable, so to be >> safe we can default to 1.05v instead of 1.00v. This can be set optimally >> later >> in the boot process by the kern

Re: [U-Boot] [PATCH V1 1/1] EXYNOS5: I2C: Add FDT and non-FDT support for I2C

2013-06-23 Thread Minkyu Kang
On 12/05/13 03:53, Simon Glass wrote: > On Thu, Apr 4, 2013 at 12:27 AM, Amar wrote: >> This patch updates the function board_i2c_init() to add support for both >> FDT and non-FDT for I2C, and initialise the I2C channels. >> >> Signed-off-by: Amar > > Acked-by: Simon Glass > applied to u-boot

Re: [U-Boot] [PATCH] arm, am33xx: move s_init to a common place

2013-06-23 Thread Lokesh Vutla
Hi Heiko, On Thursday 20 June 2013 09:22 AM, Heiko Schocher wrote: Hello Tom, Am 14.06.2013 16:58, schrieb Tom Rini: On Fri, Jun 14, 2013 at 07:59:26AM +0200, Heiko Schocher wrote: Hello Tom, Am 13.06.2013 17:53, schrieb Tom Rini: On Thu, Jun 13, 2013 at 05:53:17AM +0200, Heiko Schocher wrot

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-23 Thread Prabhakar Kushwaha
On 06/22/2013 02:42 AM, Scott Wood wrote: On 06/21/2013 04:05:37 PM, Fleming Andy-AFLEMING wrote: On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: > On 06/21/2013 03:38:48 PM, Andy Fleming wrote: >> On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: >> > init_tlbs() initialize a

Re: [U-Boot] [PATCH v5 02/14] net: ftgmac100: add MMU/D-cache support

2013-06-23 Thread Kuo-Jung Su
2013/6/23 Albert ARIBAUD : > Hi Kuo-Jung, > > On Mon, 17 Jun 2013 20:06:52 +0800, Kuo-Jung Su > wrote: > >> 3. No matter if MMU/D-cache is on or off, this patch >>always depends on previous patch: >> >>arm: dma_alloc_coherent: malloc() -> memalign(). >> >>Because the FTGMAC100 expects

Re: [U-Boot] [PATCH v5 12/14] arm: add Faraday specific boot command

2013-06-23 Thread Kuo-Jung Su
2013/6/23 Albert ARIBAUD : > Hi Kuo-Jung, > > On Mon, 17 Jun 2013 20:07:02 +0800, Kuo-Jung Su > wrote: > >> From: Kuo-Jung Su >> >> At the time of writting, none of Faraday NAND & SPI controllers >> supports XIP (eXecute In Place). So the Faraday A360/A369 SoC has >> to implement a 1st level boot

Re: [U-Boot] powerpc/CoreNet: Allow pbl images to take u-boot images != 512K

2013-06-23 Thread chris packham
Hi Andy, >>>On 6/22/2013 at 08:31 AM, Andy Fleming wrote: > On Mon, May 27, 2013 at 10:51:46AM +1200, Chris Packham wrote: >> From: Chris Packham >> >> Instead of assuming that SYS_TEXT_BASE is 0xFFF8 calculate the initial >> pbl command offset by subtracting the image size from the top of

[U-Boot] Help with Glomation GESBC-9G20

2013-06-23 Thread Larry Baker
I am trying to upgrade U-Boot on a Glomation GESBC-9G20 (a derivative of the Atmel AT91SAM9G20-EK) to a version that supports UBIFS. The latest U-Boot does not work. (See also my report on the Glomation user forum, http://glomation.net/smf/index.php/topic,1389.0.html.) The GESBC-9G20 comes wi

Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Marek Vasut
Dear Mike Dunn, > On 06/23/2013 03:13 AM, Albert ARIBAUD wrote: > > Hi Marek, > > > >>> FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04. > >> > >> For some reason, I feel the linaro ones were always stuffed with > >> experimental and semi-broken stuff :-( > > > > Maybe they

Re: [U-Boot] [PATCH v3 4/4] sf: Warn to use BAR for > 16MiB flashes

2013-06-23 Thread Jagan Teki
On 21-06-2013 19:19, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki Warning for > 16MiB flashes to #define CONFIG_SPI_FLASH_BAR Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: - Changes for v2: - drivers/mtd/spi/spi_flash.c | 6 ++

Re: [U-Boot] [PATCH v3 3/4] sf: Add debug messages on spi_flash_read_common

2013-06-23 Thread Jagan Teki
On 21-06-2013 19:19, Jagannadha Sutradharudu Teki wrote: - Added debug's on spi_flash_read_common() - Added space Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: - Changes for v2: - drivers/mtd/spi/spi_flash.c | 12 +++- 1 file changed, 11 insertions(

Re: [U-Boot] [PATCH v3 1/4] sf: Unify spi_flash write code

2013-06-23 Thread Jagan Teki
On 21-06-2013 19:19, Jagannadha Sutradharudu Teki wrote: Move common flash write code into spi_flash_write_common(). Signed-off-by: Jagannadha Sutradharudu Teki Acked-by: Simon Glass --- Changes for v3: - Used proper comments on spi_flash_write_common Changes for v2: - drive

Re: [U-Boot] [PATCH v3 2/4] sf: Place the sf calls in proper order

2013-06-23 Thread Jagan Teki
On 21-06-2013 19:19, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki Placed the sf calls in proper order - erase/write/read Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: - Changes for v2: - drivers/mtd/spi/spi_flash.c | 184 +

Re: [U-Boot] [PATH v5 00/14] sf: Update sf framework to support all sizes of flashes

2013-06-23 Thread Jagan Teki
On 21-06-2013 20:12, Jagannadha Sutradharudu Teki wrote: This is a v5 patch series with some modifications on previous series with same head "sf: Update sf framework to support all sizes of flashes" The current implementation in sf supports 3-byte address mode due to this up to 16MB amount of fl

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

2013-06-23 Thread Jagannadha Sutradharudu Teki
Hi Tom, These are the major updates on current spi_flash framework to support all sizes of flashes in 3-byte addressing mode. Tested these changes on stmicro, winbond and spansion flashes. Thanks, Jagan. The following changes since commit 7315cfd9e1922ee1c3c5f016e5a3b16199122172: NET: Fix sy

Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Mike Dunn
On 06/23/2013 03:13 AM, Albert ARIBAUD wrote: > Hi Marek, > >>> FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04. >> >> For some reason, I feel the linaro ones were always stuffed with >> experimental >> and semi-broken stuff :-( > > Maybe they were; all I can say is, the Ub

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/2013 09:18 AM, Albert ARIBAUD wrote: > Hi Tom, > > On Sun, 23 Jun 2013 07:09:49 -0400, Tom Rini wrote: > >> On Sun, Jun 23, 2013 at 09:18:11AM +0200, Albert ARIBAUD wrote: >>> Hi Kuo-Jung, >>> >>> On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Ju

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Albert ARIBAUD
Hi Tom, On Sun, 23 Jun 2013 07:09:49 -0400, Tom Rini wrote: > On Sun, Jun 23, 2013 at 09:18:11AM +0200, Albert ARIBAUD wrote: > > Hi Kuo-Jung, > > > > On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Jung Su > > wrote: > > > > > NOTE: > > > No matter if MMU/D-cache is on or off, this patch > > > alway

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Tom Rini
On Sun, Jun 23, 2013 at 09:18:11AM +0200, Albert ARIBAUD wrote: > Hi Kuo-Jung, > > On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Jung Su > wrote: > > > NOTE: > > No matter if MMU/D-cache is on or off, this patch > > always depends on previous patch: > > > > arm: dma_alloc_coherent: malloc() -> memali

Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Albert ARIBAUD
Hi Marek, > > FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04. > > For some reason, I feel the linaro ones were always stuffed with experimental > and semi-broken stuff :-( Maybe they were; all I can say is, the Ubuntu/Linaro toolchain never failed me in any way. > Best re

Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Mike, > > On Sat, 22 Jun 2013 10:42:27 -0700, Mike Dunn > > wrote: > > On 06/22/2013 09:57 AM, Albert ARIBAUD wrote: > > > Hi Marek, > > > > > > On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut wrote: > > >> The following changes since commit fbf87b1823dd5ebc2a384711

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-06-23 Thread Albert ARIBAUD
Hi Simon, On Mon, 17 Jun 2013 07:44:52 -0700, Simon Glass wrote: > Note that a config_drop.h file is added - this defines all the CONFIGs > which are not used in any board config file. Without this, autoconf cannot > define the macros for this CONFIGs. > > Compile time for main.c does not seem

Re: [U-Boot] [PATCH v5 12/14] arm: add Faraday specific boot command

2013-06-23 Thread Albert ARIBAUD
Hi Kuo-Jung, On Mon, 17 Jun 2013 20:07:02 +0800, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > At the time of writting, none of Faraday NAND & SPI controllers > supports XIP (eXecute In Place). So the Faraday A360/A369 SoC has > to implement a 1st level bootstrap code stored in the embedded ROM >

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Albert ARIBAUD
Hi Kuo-Jung, On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Jung Su wrote: > NOTE: > No matter if MMU/D-cache is on or off, this patch > always depends on previous patch: > > arm: dma_alloc_coherent: malloc() -> memalign(). > > Because the FTMAC110 expects the tx/rx descriptors > are always be aligne

Re: [U-Boot] [PATCH v5 02/14] net: ftgmac100: add MMU/D-cache support

2013-06-23 Thread Albert ARIBAUD
Hi Kuo-Jung, On Mon, 17 Jun 2013 20:06:52 +0800, Kuo-Jung Su wrote: > 3. No matter if MMU/D-cache is on or off, this patch >always depends on previous patch: > >arm: dma_alloc_coherent: malloc() -> memalign(). > >Because the FTGMAC100 expects the tx/rx descriptors >are always b

Re: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-23 Thread Albert ARIBAUD
Hi Harninder, On Mon, 17 Jun 2013 17:18:32 +0530, Harninder Rai wrote: > Keep the value of CONFIG_BOOTDELAY as -1 to disable autoboot > > Signed-off-by: Harninder Rai > --- > include/configs/BSC9131RDB.h |1 + > include/configs/BSC9132QDS.h |1 + > 2 files changed, 2 insertions(+), 0