Re: [U-Boot] [PATCH] Davinci: Utility for MMC boot

2012-06-27 Thread Wolfgang Denk
Dear "Lad, Prabhakar", In message <4665bc9cc4253445b213a010e6dc7b35cdd...@dbde01.ent.ti.com> you wrote: > > > > This is a Linux command line tool specific to TI's Davinci platforms, f> > > > or > > > flashing UBL (User Boot Loader), u-boot and u-boot Environment in the M> > > > MC/SD > > > card

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Adjust hardware setting in lowlevel_init.S

2012-06-27 Thread Tetsuyuki Kobayashi
Hi Albert (2012/06/27 6:22), Albert ARIBAUD wrote: On Tue, 26 Jun 2012 11:30:16 +0900, Tetsuyuki Kobayashi wrote: This patch depends on Nobuhiro Iwamatsu's arm: rmobile: Add supoprt for KMC KZM-A9-GT board Tetsuyuki Kobayashi's arm: rmobile: kzm9g: Modify sdram area Seems like a serie

Re: [U-Boot] [PATCH 1/3] microblaze: remove wrong define CONFIG_SYS_FLASH_PROTECTION

2012-06-27 Thread Michal Simek
On 06/27/2012 12:28 AM, Stephan Linz wrote: CONFIG_SYS_FLASH_PROTECTION will defined twice. The second one is outside the flash configuration context and we can remove it safely. Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |2 -- 1 files changed, 0 insertions(+),

Re: [U-Boot] [PATCH] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-27 Thread Andreas Bießmann
Dear all, On 25.06.12 15:07, Marek Vasut wrote: > Dear Bo Shen, > >> Hi Marek, >> >> On 6/25/2012 10:57, Marek Vasut wrote: >>> Dear Bo Shen, >>> Hi Marek, On 6/21/2012 18:17, Marek Vasut wrote: > Dear Bo Shen, > >> Some Atmel SoC support USB EHCI, add the EHCI driver t

[U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Michal Simek
Hi, can you please update me about current state of CONFIG_OF_CONTROL for ARM? Are there any other archs/boards which will use this option? Or any other git repo out of mainline u-boot? Has someone tried to look for devices based on compatible property? I see that in usb driver it is based on al

Re: [U-Boot] [PATCH][v3] powerpc/CoreNet: add tool to support pbl image build.

2012-06-27 Thread Xie Shaohui-B21989
Hello, Andy, Do you have any comment for this patch, if no could you help apply it? Best Regards, Shaohui Xie >-Original Message- >From: Xie Shaohui-B21989 >Sent: Tuesday, June 12, 2012 4:11 PM >To: u-boot@lists.denx.de >Cc: Xie Shaohui-B21989 >Subject: [PATCH][v3] powerpc/CoreNet: a

Re: [U-Boot] [PATCH] arm: enable unaligned access on ARMv7

2012-06-27 Thread Tetsuyuki Kobayashi
Hi Rob and all, >>> >>> Am Dienstag, den 05.06.2012, 12:42 -0600 schrieb Stephen Warren: On 06/05/2012 11:47 AM, Lucas Stach wrote: > Recent toolchains default to using the hardware feature for > unaligned access on ARM v7, rather than doing the software > fallback. According to A

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

2012-06-27 Thread Ishwar Saunshi
Hi All, I am really curiuos to see if U-boot can boot another version or another Uboot burnt in flash ? Its like having 2 images of U-boot which can boot each other if it is possible can any one of you hint me how I can achive this. I tried to relocate the Uboot and burned on to the flash in 2 dif

[U-Boot] [PATCH] fs/ext2/ext2fs.c: fix warning

2012-06-27 Thread Andreas Bießmann
This patch fixes following warning: ---8<--- ext2fs.c: In function 'ext2fs_read_file': ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this function [-Wuninitialized] --->8--- The warning was introduced in 436da3cd233e7166b5ce9293dbd28092cf37bcc9. Signed-off-by: Andreas Bießman

Re: [U-Boot] [PATCH] fs/ext2/ext2fs.c: fix warning

2012-06-27 Thread Thierry Reding
On Wed, Jun 27, 2012 at 01:47:51PM +0200, Andreas Bießmann wrote: > This patch fixes following warning: > ---8<--- > ext2fs.c: In function 'ext2fs_read_file': > ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this > function [-Wuninitialized] > --->8--- > > The warning was intro

[U-Boot] [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71

2012-06-27 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Prafulla Wadaskar Cc: Wolfgang Denk --- board/karo/tk71/Makefile | 45 +++ board/karo/tk71/kwbimage.cfg | 174 ++ board/karo/tk71/tk71.c | 174 ++ boards.cfg

Re: [U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-06-27 Thread Marek Vasut
Dear Stathis Voukelatos, > Fixed some typos in the i.MX28 PMU code that sets up the VDDD > and VDDIO power rails. In addition the VDDD and VDDIO brownout > offset values should be divided by a step size before being > programmed to the corresponding registers. > > Signed-off-by: Stathis Voukelato

[U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-06-27 Thread Stathis Voukelatos
Fixed some typos in the i.MX28 PMU code that sets up the VDDD and VDDIO power rails. In addition the VDDD and VDDIO brownout offset values should be divided by a step size before being programmed to the corresponding registers. Signed-off-by: Stathis Voukelatos Cc: Stefano Babic Cc: Marek Vasu

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

2012-06-27 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] [PATCH] mx28evk: Fix boot by adjusting HW_DRAM_CTL29 register

2012-06-27 Thread Fabio Estevam
Hi Stefano, On Tue, Jun 19, 2012 at 6:12 PM, Marek Vasut wrote: > Dear Fabio Estevam, > >> 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 >> Signe

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

2012-06-27 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. The migrated pattern is in "test mode". I really don't know what is the convention for something like this, and would like to hear su

Re: [U-Boot] [PATCH] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-27 Thread Wolfgang Denk
Dear Andreas, In message <4feacd7e.8000...@gmail.com> you wrote: > > AFAIR Reinhard gave up somewhere end of last year, in fact we currently > have no at91 maintainer. > I'm willing to step into at least for a while. My main aim is to get the > latest Atmel patches into mainline for 2012.07, if A

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

2012-06-27 Thread Andreas Bießmann
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 types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX MULTISTATEMEN

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

2012-06-27 Thread Wolfgang Denk
Dear Ishwar Saunshi, In message you wrote: > > I am really curiuos to see if U-boot can boot another version or another > Uboot burnt in flash ? > Its like having 2 images of U-boot which can boot each other if it is > possible can any one of you hint me how I can achive this. I tried to > relo

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-27 Thread Detlev Zundel
Hi Marek, > Dear Anatolij Gustschin, > >> The documented link to elftosb package tarball is not accessible, >> change to another working link. >> >> Signed-off-by: Anatolij Gustschin >> Cc: Otavio Salvador >> Cc: Marek Vasut >> Cc: Fabio Estevam >> --- >> doc/README.mx28_common |4 ++-- >

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Simon Glass
Hi, On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek wrote: > Hi, > > can you please update me about current state of CONFIG_OF_CONTROL for ARM? > Are there any other archs/boards which will use this option? > Or any other git repo out of mainline u-boot? > Exynos is in progress - development is h

Re: [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common

2012-06-27 Thread Anatolij Gustschin
Hi Detlev, On Wed, 27 Jun 2012 15:54:40 +0200 Detlev Zundel wrote: ... > > That's sad, maybe we should mirror this package and be done with it? > > Wolfgang/Detlev? > > Somewhat late, but still the file can now also be found here: > > ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz Thanks

Re: [U-Boot] [Patch v2 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-27 Thread Andreas Bießmann
On 26.06.2012 04:21, Bo Shen wrote: > Enable EHCI support instead OHCI > > Signed-off-by: Bo Shen I have no style objections. Marek, would you take this and apply it in your usb tree (to have the providing code and user side by side) or should I take it? Acked-by: Andreas Bießmann > --- > in

Re: [U-Boot] [Patch v2 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-27 Thread Marek Vasut
Dear Andreas Bießmann, > On 26.06.2012 04:21, Bo Shen wrote: > > Enable EHCI support instead OHCI > > > > Signed-off-by: Bo Shen > > I have no style objections. > Marek, would you take this and apply it in your usb tree (to have the > providing code and user side by side) or should I take it? >

[U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common

2012-06-27 Thread Anatolij Gustschin
The documented link to elftosb package tarball is not accessible, change to another working link. Signed-off-by: Anatolij Gustschin Cc: Otavio Salvador Cc: Marek Vasut Cc: Fabio Estevam Acked-by: Otavio Salvador --- v2: - change package src url from timesys to DENX ftp doc/README.mx28_com

[U-Boot] MPC8641HPVN saveenv, newstart u-boot stops

2012-06-27 Thread Thies Peter Thiesen
MPC8641HPVN saveenv, newstart u-boot stops Hi All, ich used the board freescale HPCN8641D board with nwest u-boot. only after saveenv and following power off and on, u-boot stops directly without serial output. Because analyse ich have seen: The command "saveenv" writes environment variable di

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Michal Simek
Hi Simon, On 06/27/2012 03:58 PM, Simon Glass wrote: Hi, On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek mailto:mon...@monstr.eu>> wrote: Hi, can you please update me about current state of CONFIG_OF_CONTROL for ARM? Are there any other archs/boards which will use this option?

Re: [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common

2012-06-27 Thread Detlev Zundel
Hi Anatolij, > The documented link to elftosb package tarball is not accessible, > change to another working link. > > Signed-off-by: Anatolij Gustschin > Cc: Otavio Salvador > Cc: Marek Vasut > Cc: Fabio Estevam > Acked-by: Otavio Salvador Acked-by: Detlev Zundel Thanks Anatolij! Detlev

[U-Boot] sha256_crypt for uboot

2012-06-27 Thread Richard Retanubun
Hello, I am working on a project to allow uboot to authenticate users by using the same sha256_crypt function that Linux user-space use for libcrypt [ref] http://www.akkadia.org/drepper/SHA-crypt.txt We chose sha256 because uboot already have support for doing sha256 hashes, I am wondering abo

[U-Boot] [PATCH] davinci, c6x: Always use C version of reset code

2012-06-27 Thread Tom Rini
We can safely use the same reset code written in C for both Davinci and C6X platforms. In addition the C version of the code is marginally smaller on Davinci. Tested-by: Matt Porter Signed-off-by: Tom Rini --- arch/arm/cpu/arm926ejs/davinci/Makefile |9 +--- arch/arm/cpu/arm926ejs/davinci

Re: [U-Boot] [PATCH] davinci, c6x: Always use C version of reset code

2012-06-27 Thread Tom Rini
On Wed, Jun 27, 2012 at 08:27:05AM -0700, Tom Rini wrote: > We can safely use the same reset code written in C for both Davinci and > C6X platforms. In addition the C version of the code is marginally > smaller on Davinci. > > Tested-by: Matt Porter > Signed-off-by: Tom Rini In the next go-ro

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

2012-06-27 Thread Stephen Warren
On 06/27/2012 12:55 AM, Wolfgang Denk wrote: > Dear Jim Lin, > > sending the very same message eight (8!) times doesnot make it a bit > more convincing - on contrary. > > In message <4b9c9637d5087840a465bdcb251780e9e2d6eda...@hkmail02.nvidia.com> > you wrote: >> >>> U-Boot is not multi-tasking,

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

2012-06-27 Thread Tom Rini
On Tue, Jun 26, 2012 at 03:08:01PM +0530, Harman Sohanpal wrote: > From: Gene Zarkhin > > Adds USB support in uboot for AM335x. > By default the USB 1 module is enabled. > The support for USB 0 can be enabled by changing the > USB base address and the phy control register address > in the header

Re: [U-Boot] [PATCH 1/2] bcm: Add GPIO driver for BCM2835 SoC

2012-06-27 Thread Vikram Narayanan
Hello Stephen, On 6/27/2012 7:09 AM, Stephen Warren wrote: On 06/24/2012 11:21 AM, Vikram Narayanan wrote: First off, it's great to see some patches for the chip. Thanks. Sorry for being so nit-picky below; it's a tendency of mine... Thanks for the detailed review. I'd make a v2 for this. And

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

2012-06-27 Thread Tom Rini
On Mon, Jun 25, 2012 at 09:42:29PM +0900, 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 > --- > arch/arm/cpu/armv7/cpu.c |3 +++ > 1 file changed, 3 inser

Re: [U-Boot] [PATCH 5/6] mtd/spi: add sst25l driver

2012-06-27 Thread Tom Rini
On Tue, Jun 26, 2012 at 02:33:13PM +0400, Mikhail Kshevetskiy wrote: > current SST driver does not support well this types of flash, so use > linux-3.3 code as a base. > > Signed-off-by: Mikhail Kshevetskiy The correct form here is to say: Backport from Linux commit If this is from the 3.3

Re: [U-Boot] [PATCH 1/2] bcm: Add GPIO driver for BCM2835 SoC

2012-06-27 Thread Stephen Warren
On 06/27/2012 11:32 AM, Vikram Narayanan wrote: > Hello Stephen, > > On 6/27/2012 7:09 AM, Stephen Warren wrote: >> On 06/24/2012 11:21 AM, Vikram Narayanan wrote: >> >> First off, it's great to see some patches for the chip. Thanks. Sorry >> for being so nit-picky below; it's a tendency of mine..

Re: [U-Boot] [PATCH] arm: bugfix: Move vector table before jumping relocated code

2012-06-27 Thread Tom Rini
On Mon, Jun 25, 2012 at 09:40:57PM +0900, Tetsuyuki Kobayashi wrote: > Interrupts and exceptions doesn't work in relocated code. > It badly use IRQ_STACK_START_IN in rom area as interrupt stack. > It is because the vecotr table is not moved to ram area. > This patch moves vector table before jumpi

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

2012-06-27 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

Re: [U-Boot] [PATCH 1/3] tegra: add GMC/GMD funcmux entry for SFLASH

2012-06-27 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 12, 2012 11:34 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren > Subject: [PATCH 1/3] tegra: add GMC/GMD funcmux entry for SFLASH This series (3 patches) has been appli

Re: [U-Boot] [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1

2012-06-27 Thread Tom Warren
Jim, > -Original Message- > From: Jim Lin > Sent: Sunday, June 24, 2012 11:41 PM > To: 'u-boot@lists.denx.de' > Cc: Tom Warren; Marek Vasut; 'Stephen Warren' > Subject: [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1 This patch has been applied to u-boot-tegra/master. T

Re: [U-Boot] [PATCH 1/3] BOOT: Fix unused variable issue when enabling bootz support

2012-06-27 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 13, 2012 12:55 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Marek Vasut; Wolfgang Denk > Subject: [PATCH 1/3] BOOT: Fix unused variable issue when enabling bootz >

Re: [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common

2012-06-27 Thread Marek Vasut
Hi Anatolij, > Hi Anatolij, > > > The documented link to elftosb package tarball is not accessible, > > change to another working link. > > > > Signed-off-by: Anatolij Gustschin > > Cc: Otavio Salvador > > Cc: Marek Vasut > > Cc: Fabio Estevam > > Acked-by: Otavio Salvador > > Acked-by: De

Re: [U-Boot] [PATCH v3 1/4] Add support new arch: c6x

2012-06-27 Thread bond
> On Mon, Jun 25, 2012 at 10:02:38PM +0400, Dmitry Bondar wrote: > >> C6X (C6000) is Texas Instruments architecture of fixed and >> floating-point DSPs. >> This patch add basic support. >> Many of code in arch/c6x/include/asm come from c6x-linux project >> (http://linux-c6x.org) >> >> Signed-off-by

Re: [U-Boot] [PATCH v3 1/4] Add support new arch: c6x

2012-06-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2012 01:36 PM, b...@inmys.ru wrote: >> On Mon, Jun 25, 2012 at 10:02:38PM +0400, Dmitry Bondar wrote: >> >>> C6X (C6000) is Texas Instruments architecture of fixed and >>> floating-point DSPs. This patch add basic support. Many of code >>> i

Re: [U-Boot] [PATCH v3 1/4] Add support new arch: c6x

2012-06-27 Thread Wolfgang Denk
Dear b...@inmys.ru, In message <9cc1576e223fd1ac2b8a3329ad55bca8.squirrel@78.108.93.81> you wrote: > > > Please cite the exact commit from upstream where this comes from (I > > imagine you could even use kernel.org proper, but I didn't check all > > files just a few) and say for example: > > Backp

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-27 Thread Marek Vasut
Dear Ilya Yanok, > Hi, > > 21.06.2012 02:14, Tom Rini wrote: > > USB EHCI and DCACHE are not compatible, so disable DCACHE support at > > build-time as run-time disable is insufficient for USB use. > > Sorry for missing this discussion. I think compile-time disabling of the > cache is too brutal

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-27 Thread Aneesh V
Hi Sricharan, On 06/21/2012 02:25 AM, Sricharan R wrote: Hi, [snip..] On 06/15/2012 07:48 AM, R, Sricharan wrote: Hi, On Fri, Jun 15, 2012 at 12:31 AM, Tom Rini wrote: If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-27 Thread Aneesh V
Sricharan, On 06/21/2012 08:23 AM, R, Sricharan wrote: Hi Aneesh, On Thu, Jun 21, 2012 at 2:55 PM, Sricharan R wrote: Hi, [snip..] On 06/15/2012 07:48 AM, R, Sricharan wrote: Hi, On Fri, Jun 15, 2012 at 12:31 AM, Tom Riniwrote: If we are built with D-CACHE enabled but have run 'dcach

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-27 Thread Ilya Yanok
Hi, 21.06.2012 02:14, Tom Rini wrote: USB EHCI and DCACHE are not compatible, so disable DCACHE support at build-time as run-time disable is insufficient for USB use. Sorry for missing this discussion. I think compile-time disabling of the cache is too brutal. ehci-hcd cache handling is broke

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Simon Glass
Hi Michal, On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek wrote: > Hi Simon, > > > On 06/27/2012 03:58 PM, Simon Glass wrote: > >> Hi, >> >> >> On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek > mon...@monstr.eu>> wrote: >> >>Hi, >> >>can you please update me about current state of CONFIG_OF

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

2012-06-27 Thread Tetsuyuki Kobayashi
Hi Tom, thank you for reviewing. (2012/06/28 2:40), Tom Rini wrote: On Mon, Jun 25, 2012 at 09:42:29PM +0900, 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 --- ar

Re: [U-Boot] [PATCH] arm: bugfix: Move vector table before jumping relocated code

2012-06-27 Thread Tetsuyuki Kobayashi
Hi Tom and all, (2012/06/28 3:23), Tom Rini wrote: On Mon, Jun 25, 2012 at 09:40:57PM +0900, Tetsuyuki Kobayashi wrote: Interrupts and exceptions doesn't work in relocated code. It badly use IRQ_STACK_START_IN in rom area as interrupt stack. It is because the vecotr table is not moved to ram a

Re: [U-Boot] [PATCH 1/2] bcm: Add GPIO driver for BCM2835 SoC

2012-06-27 Thread Vikram Narayanan
On 6/27/2012 11:36 PM, Stephen Warren wrote: On 06/27/2012 11:32 AM, Vikram Narayanan wrote: Hello Stephen, On 6/27/2012 7:09 AM, Stephen Warren wrote: On 06/24/2012 11:21 AM, Vikram Narayanan wrote: First off, it's great to see some patches for the chip. Thanks. Sorry for being so nit-picky

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-27 Thread R, Sricharan
Aneesh, [snip..] If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). >>>    Today we do cac

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Michal Simek
Hi Simon, On 06/28/2012 03:10 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek mailto:mon...@monstr.eu>> wrote: Hi Simon, On 06/27/2012 03:58 PM, Simon Glass wrote: Hi, On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek mailto:mon...@monst

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Simon Glass
Hi Michal, On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek wrote: > Hi Simon, > > > On 06/28/2012 03:10 AM, Simon Glass wrote: > >> Hi Michal, >> >> >> On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek > mon...@monstr.eu>> wrote: >> >>Hi Simon, >> >> >>On 06/27/2012 03:58 PM, Simon Glass wrot

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

2012-06-27 Thread Andreas Bießmann
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 do never use argv[0] later on which may be modified by the basename(3) POSIX variant. On systems providing GNU variant the GNU variant should

[U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-27 Thread alex
Hi: I have one board which hardware copied from mx28evk board, and compiled the source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008, that is "NAND DMA timed out". I compile the source from u-boot-testing, and it's no any wrong print, and the start is OK. I don't know

[U-Boot] U-boot support for versatile express cortex a-15

2012-06-27 Thread Kumar Sourav
Does u-boot support the arm board versatile express cortex A-15(V2P-CA15x2)?If not is there anyway to port it to this board? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] U-boot support for versatile express cortex a-15

2012-06-27 Thread Kumar Sourav
Does u-boot support the arm board versatile express cortex A-15(V2P-CA15x2)?If not is there anyway to port it to this board? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-27 Thread Michal Simek
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>> wrote: Hi Simon, On 06/28/2012 03:10 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek mailto:mon...@monstr.e

[U-Boot] [PATCH] sh: ap_sh4a_4a: Fix wrong register initialization value

2012-06-27 Thread Nobuhiro Iwamatsu
The value of ET0_ERXD6 and GPSR1_INIT was wrong. This fixes them. Signed-off-by: Nobuhiro Iwamatsu --- board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c b/board/alphaproject/ap_sh4a_4a