Re: [U-Boot] [PATCH v2 4/7] Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro

2010-11-30 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, December 01, 2010 1:15 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Eric Miao; Manas Saksena; Lei Wen; Yu Tang; > Ashish Karkare; Kiran Vedere; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH v

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Paulraj, Sandeep
>Sorry, fixed. > >> Am I missing something? > >No, this was my fault. Sorry. > >Best regards, > >Wolfgang Denk Thanks, I'll re base and send some more patches to unbreak some of the ARM boards. --Sandeep ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Wolfgang Denk
Dear Dirk Behme, In message <4cf5debd.2060...@googlemail.com> you wrote: > On 30.11.2010 21:49, Wolfgang Denk wrote: > > The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: > > > >Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) > > ... > > Anybody likes to apply >

Re: [U-Boot] [PATCH v2 4/7] Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro

2010-11-30 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1291114965-17100-5-git-send-email-prafu...@marvell.com> you wrote: > On some processors this ier register configuration is different > for ex. Marvell Armada100 > > This patch introduce CONFIG_SYS_NS16550_IER macro support to > unconditionally initialize this r

[U-Boot] [PATCH] MAINTAINERS: Transfer openrd_base maintainership to Prafulla Wadaskar

2010-11-30 Thread Simon Kagstrom
Signed-off-by: Simon Kagstrom --- I no longer work on OpenRD base, so transfer the maintainership to Prafulla at Marvell. MAINTAINERS |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f47fca5..ed07052 100644 --- a/MAINTAINERS +++ b/MAINT

Re: [U-Boot] [PATCH] MAINTAINERS: Transfer openrd_base maintainership to Prafulla Wadaskar

2010-11-30 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Wednesday, December 01, 2010 1:04 PM > To: U-Boot ML > Cc: Prafulla Wadaskar; Albert ARIBAUD > Subject: [PATCH] MAINTAINERS: Transfer openrd_base maintainership to > Prafulla Wadaskar > > Signed-of

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5dbd659...@dlee01.ent.ti.com> you wrote: > ... > I've had a long day but I see that you have updated the next tree but it ap= > pears that the master has not been updated. Sorry, fixed. > Am I missing something? No, this was m

Re: [U-Boot] [PATCH 2/2] [NEXT] Move LDSCRIPT definitions to board config files.

2010-11-30 Thread Matthias Fuchs
Hi Wolfgang, On Sunday 28 November 2010 21:18, Wolfgang Denk wrote: > Recent cleanup actions resulted in a number of config.mk files that > contained only LDSCRIPT definitions. Move these into th respective > board config files and remove the now empty config.mk files. > > Signed-off-by: Wolfgan

Re: [U-Boot] [PATCH 4/4] armv7: fix relocation skip

2010-11-30 Thread Albert ARIBAUD
Le 01/12/2010 00:58, Andreas Bießmann a écrit : > I doubt the stack_setup() was defective before: > we load the current location of _start and compare against destination > of relocate_code(). If we are already there we shoud skip the > relocation and jump over to clear_bss. Before the clear

Re: [U-Boot] Try to fix Board eb_cpux9k2

2010-11-30 Thread Albert ARIBAUD
(not sure I've answered you... sorry if I did already) Le 29/11/2010 20:58, Jens Scharsig a écrit : > Dear Albert ARIBAUD, > > I have tried to start update the eb_cpux9k2 board. I can compile > board without errors from current tree. But the board hangs on > NAND detection. If I disable NAND suppo

Re: [U-Boot] [RFC PATCH] ARM: S3C64XX: add support for mini6410

2010-11-30 Thread Albert ARIBAUD
Hi Darius, Le 30/11/2010 10:19, Darius Augulis a écrit : > I understand, that there is such rule in u-boot, but it's ... at least > strange. > Even linux kernel doesn't use such approach and uses simple defines instead. > One big disadvantage for already existing platforms - one must convert > a

Re: [U-Boot] (no subject)

2010-11-30 Thread Minkyu Kang
Dear Wolfgang, On 29 November 2010 05:14, Wolfgang Denk wrote: > Dear Kyungmin Park & Minkyu Kang, > > "onenand_ipl/board/apollon/config.mk" and > "onenand_ipl/board/vpac270/config.mk" define CONFIG_SYS_TEXT_BASE; > do you think it is possible to move these definitions into the > respective board

Re: [U-Boot] [PATCH 2/2] [NEXT] Move LDSCRIPT definitions to board config files.

2010-11-30 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Recent cleanup actions resulted in a number of config.mk files that > contained only LDSCRIPT definitions. Move these into th respective > board config files and remove the now empty config.mk files. > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs >

Re: [U-Boot] [PATCH 1/2 ] [NEXT] Remove redundant config.mk files

2010-11-30 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Recent cleanup actions resulted in a number of config.mk files that > contained only redundant entries like > > PLATFORM_CPPFLAGS += -I$(TOPDIR) > > or settings of variables that were not used anywhere in the code, like > > TEXT_END = 0xfe0800

[U-Boot] the mips cache code question ?

2010-11-30 Thread 奥刘
Dear All: Recently , i have build a embedded environment with Uboot . And My Chip is adm5120 , mips4kc code. In the file .\cpu\mips\cache.s , i found some code confounded . line 152 to line 156 : cache_op Index_Store_Tag_I t0 PTR_ADDU t0,

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Dirk Behme
On 30.11.2010 21:49, Wolfgang Denk wrote: > The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: > >Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) > ... Anybody likes to apply http://lists.denx.de/pipermail/u-boot/2010-November/081033.html http://lists.denx.de/piper

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201012010346.21897.marek.va...@gmail.com> you wrote: > > On efikamx, I'll soon submit it mainline (when I clean it up enough). Here's > the > relevant part of configuration file (the #define __io is actually the > important > thing): Is there a way to do without

[U-Boot] [PATCH] AT91: fix EMAC gpio init in at91sam9260_devices.c

2010-11-30 Thread Reinhard Meyer
The AT91SAM9G20 BOOT ROM apparently initializes PA23 and PA24 to multi drive (open drain). Revert this, if those pins are going to be used for MII. Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-)

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Marek Vasut
On Tuesday 30 November 2010 12:15:33 Stefano Babic wrote: > On 11/30/2010 04:26 AM, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > --- > > v2: Use structures instead of defines as Wolfgang proposed > > Hi Marek, > > > drivers/block/Makefile |1 + > > drivers/block/mxc_ata.c | 149 >

Re: [U-Boot] [PATCH] p1022ds: fix switching of DIU/LBC signals

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 18:36:25 -0600 Timur Tabi wrote: > @@ -244,8 +266,15 @@ void flash_write64(u64 value, void *addr) > > /* There is no __raw_writeq(), so do the write manually */ > *(volatile u64 *)addr = value; > - if (sw) > + if (sw) { > + /* > +

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Paulraj, Sandeep
> > The following changes since commit > d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: > > Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) > > are available in the git repository at: > git://git.denx.de/u-boot-arm.git master > > Dirk Behme (4): > OMAP4: SDP4430: Disable CMD_NFS >

[U-Boot] [PATCH] p1022ds: fix switching of DIU/LBC signals

2010-11-30 Thread Timur Tabi
On the P1022, the pins which drive the video display (DIU) are muxed with the local bus controller (LBC), so if the DIU is active, the pins need to be temporarily muxed to LBC whenever accessing NOR flash. The code which handled this transition is checking and changing the wrong bits in PMUXCR. A

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 22:25:11 +0100 Joakim Tjernlund wrote: > Scott Wood wrote on 2010/11/30 22:17:31: > > > > On Tue, 30 Nov 2010 22:13:32 +0100 > > Joakim Tjernlund wrote: > > > > > Scott Wood wrote on 2010/11/30 21:50:52: > > > > > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > > > Joakim Tjer

Re: [U-Boot] [PATCH] hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfig

2010-11-30 Thread Timur Tabi
On Tue, Nov 30, 2010 at 3:58 PM, Kumar Gala wrote: > The handling of env_hwconfig, board_hwconfig, and cpu_hwconfig got > broken when we removed the boards defining dummy board_hwconfig > & cpu_hwconfig values. > > We fix this by handling the various strings in priority order.  If > hwconfig_parse

[U-Boot] [PATCH 4/4] armv7: fix relocation skip

2010-11-30 Thread Andreas Bießmann
I doubt the stack_setup() was defective before: we load the current location of _start and compare against destination of relocate_code(). If we are already there we shoud skip the relocation and jump over to clear_bss. Before the clear_bss was also skipped. Signed-off-by: Andreas Bießmann ---

[U-Boot] [PATCH 3/4] arm: fixloop(): do not use r8 for relocation

2010-11-30 Thread Andreas Bießmann
r8 is used for global_data and should therefore be left alone! For C code the compiler flag --fixed-r8 does the job, but in assembler we need to be aware of that fact. Signed-off-by: Andreas Bießmann --- arch/arm/cpu/arm1136/start.S |6 +++--- arch/arm/cpu/arm1176/start.S |6 +++---

[U-Boot] [PATCH 1/4] arm: copy_loop(): use scratch register

2010-11-30 Thread Andreas Bießmann
This patch uses r1 as scratch register for copy_loop(). Therefore we do not longer need r7 for the storage of relocate_code()'s 'addr_moni' (the destination address of relocation). Therefore r7 can be used later on for other purposes. Signed-off-by: Andreas Bießmann --- arch/arm/cpu/arm1136/star

[U-Boot] [PATCH 2/4] arm: relocate_code(): do not set register useless

2010-11-30 Thread Andreas Bießmann
In case we are still at relocation target address before relocation we do not need to load the registers needed for relocation. We should instead skip the whole relocation part and jump over to clear_bss immediately. Signed-off-by: Andreas Bießmann --- arch/arm/cpu/arm1136/start.S |4 ++--

[U-Boot] [PATCH 0/4] ARM relocation fixes

2010-11-30 Thread Andreas Bießmann
As discussed in http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/89864/focus=89905 here are the changes for r8 usage in all arm relocate_code() implementations. Additionally there is a change to armv7 code which is persumably broken (at least when CONFIG_PRELADER is _not_ defined). Please co

Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Alexander Holler
Hello, Am 30.11.2010 19:21, schrieb Premi, Sanjeev: > For omap3evm - I was getting multiple errors during compilation. > Most for undefined symbols - which existed in the compiled objects > but, I suspect, not in right sequence. > > Haven't still been able to look back at these errors; still surp

Re: [U-Boot] [PATCH v2 0/4] get at91rm9200ek working with ARM relocation

2010-11-30 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 30.11.2010 um 20:58 schrieb Reinhard Meyer: > Dear Andreas Bießmann, > Does that base on current u-boot/master? Yes, it is. > I will pull current master, and rebase at91,at91-next on it, also delete the > then > obsolete two patches currently at at91. Then your patches

[U-Boot] It's been so long

2010-11-30 Thread Sam Benallack-Schumacher
Take the risk, shift careers now! , We havne't talked in so long, I hope everything is going good for u. Anwyays I feel like you're always working. Well, I found a local news article that describes ways you can make some more cash. It's easier than it sounds You should really check out and earn

[U-Boot] [PATCH] hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfig

2010-11-30 Thread Kumar Gala
The handling of env_hwconfig, board_hwconfig, and cpu_hwconfig got broken when we removed the boards defining dummy board_hwconfig & cpu_hwconfig values. We fix this by handling the various strings in priority order. If hwconfig_parse returns NULL for a given string we check the next one in order

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
Scott Wood wrote on 2010/11/30 22:17:31: > > On Tue, 30 Nov 2010 22:13:32 +0100 > Joakim Tjernlund wrote: > > > Scott Wood wrote on 2010/11/30 21:50:52: > > > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > > Joakim Tjernlund wrote: > > > > > > > On a related note, I am not sure why the I and D ca

Re: [U-Boot] [PATCH v3] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Kumar Gala
On Nov 30, 2010, at 3:12 PM, Scott Wood wrote: > On Tue, 30 Nov 2010 15:01:28 -0600 > Kumar Gala wrote: > >> diff --git a/common/hwconfig.c b/common/hwconfig.c >> index 3c9759f..da8d3ed 100644 >> --- a/common/hwconfig.c >> +++ b/common/hwconfig.c >> @@ -68,8 +68,8 @@ next: >> return NULL;

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 22:13:32 +0100 Joakim Tjernlund wrote: > Scott Wood wrote on 2010/11/30 21:50:52: > > > > On Tue, 30 Nov 2010 21:45:19 +0100 > > Joakim Tjernlund wrote: > > > > > On a related note, I am not sure why the I and D cache needs to be > > > flushed, > > > aren't they coherent? >

Re: [U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <20101130204931.99bf511d9...@gemini.denx.de> you wrote: > The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: > > Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) > > are available in the git repository at: > git://git.denx.de/u-boot-ar

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
Scott Wood wrote on 2010/11/30 21:50:52: > > On Tue, 30 Nov 2010 21:45:19 +0100 > Joakim Tjernlund wrote: > > > On a related note, I am not sure why the I and D cache needs to be flushed, > > aren't they coherent? > > They are not. Ah, I figured they would be these days. I doubt one needs to inv

Re: [U-Boot] [PATCH v3] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 15:01:28 -0600 Kumar Gala wrote: > diff --git a/common/hwconfig.c b/common/hwconfig.c > index 3c9759f..da8d3ed 100644 > --- a/common/hwconfig.c > +++ b/common/hwconfig.c > @@ -68,8 +68,8 @@ next: > return NULL; > } > > -const char *cpu_hwconfig __attribute__((weak));

Re: [U-Boot] [PATCH v3] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Wolfgang Denk
Dear Kumar Gala, In message <1291150888-20937-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Since board_hwconfig & cpu_hwconfig are defined as weak and dont have a > default value they will get put into the BSS if they aren't defined > elsewhere. This is problematic as we try to utili

Re: [U-Boot] [PATCH v3] powerpc/85xx: Introduce CONFIG_SYS_EXTRA_ENV_RELOC

2010-11-30 Thread Wolfgang Denk
Dear Kumar Gala, In message <1291062731-11647-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Some systems need to relocate the env_addr pointer early because the > location it points to will get invalidated before env_relocate is > called. One example is on systems that might use a L2

Re: [U-Boot] [PATCH] pl01x: use C structs and readl/writel

2010-11-30 Thread Wolfgang Denk
Dear Rabin Vincent, In message <1273031587-32465-1-git-send-email-rabin.vinc...@stericsson.com> you wrote: > Use C structs for registers, and use readl/writel instead of custom > accessors. > > Acked-by: Michael Brandt > Signed-off-by: Rabin Vincent > --- > drivers/serial/serial_pl01x.c | 5

[U-Boot] [PATCH v3] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Kumar Gala
Since board_hwconfig & cpu_hwconfig are defined as weak and dont have a default value they will get put into the BSS if they aren't defined elsewhere. This is problematic as we try to utilize hwconfig before we've relocated and thus BSS isn't setup. Instead of giving dummy values in the board fil

Re: [U-Boot] [PATCH] add Xilinx_abort_fn to Xilinx_Spartan3_Slave_Serial_fns

2010-11-30 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <1272013685-1032-1-git-send-email-w.weg...@astro-kom.de> you wrote: > Currently the hardware was left in an undefined state in case Spartan3 > serial load failed. This patch adds Xilinx_abort_fn to give the board > a possibility to clean up in this case. > > Signe

Re: [U-Boot] [PATCH v2] powerpc/85xx: Add support for booting from NAND on MPC8572DS

2010-11-30 Thread Kumar Gala
On Nov 30, 2010, at 2:21 PM, Scott Wood wrote: > On Mon, 29 Nov 2010 14:35:07 -0600 > Kumar Gala wrote: > >> diff --git a/boards.cfg b/boards.cfg >> index 2209676..a994c8a 100644 >> --- a/boards.cfg >> +++ b/boards.cfg >> @@ -472,6 +472,7 @@ MPC8569MDS_ATM powerpc mpc85xx

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4cf55ade.4010...@free.fr> you wrote: > > > I suppose we should be suspecting the timers? I think I recall hearing > > that the time code can mix poorly with relocation. > > There is no issue with relocation and timers per se, but with the use of > BSS variables bef

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 21:45:19 +0100 Joakim Tjernlund wrote: > On a related note, I am not sure why the I and D cache needs to be flushed, > aren't they coherent? They are not. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

[U-Boot] Pull request: u-boot-arm (master + next)

2010-11-30 Thread Wolfgang Denk
The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Dirk Behme (4): OMAP4: SDP4430: Disable CMD_NFS OMAP3: SDP3430: Fix ARM re

Re: [U-Boot] [PATCH v2] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Scott Wood
On Tue, 30 Nov 2010 13:11:41 -0600 Kumar Gala wrote: > diff --git a/common/hwconfig.c b/common/hwconfig.c > index 3c9759f..752bfc3 100644 > --- a/common/hwconfig.c > +++ b/common/hwconfig.c > @@ -68,8 +68,8 @@ next: > return NULL; > } > > -const char *cpu_hwconfig __attribute__((weak));

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Joakim Tjernlund
> > Dear Joakim Tjernlund, > > In message <1290537223-12160-1-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > > > Signed-off-by: Joakim Tjernlund > > --- > > arch/powerpc/cpu/mpc83xx/start.S |7 --- > > 1 files changed, 0 insertions(+), 7 deletions(-) > > > > diff --git a/

[U-Boot] DA850 USB support

2010-11-30 Thread Paulraj, Sandeep
Looks like this patch got missed http://patchwork.ozlabs.org/patch/71817/ It adds USB support for DA850 --Sandeep ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Please pull u-boot-ti/next

2010-11-30 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1291136354-11693-1-git-send-email-s-paul...@ti.com> you wrote: > The following changes since commit c87f6457bb9cb465e9630b00b4c824847a62c6c5: > Mike Frysinger (1): > ext2: constify file/dir names > > are available in the git repository at: > > git:/

Re: [U-Boot] Please pull u-boot-samsung/master

2010-11-30 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4cf4bc26.7090...@samsung.com> you wrote: > Please pull u-boot-samsung/master. > Thanks. > > The following changes since commit 464ce9489b848f9dfde74da5715b6d1b5db46a5e: > Minkyu Kang (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are avai

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

2010-11-30 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message you wrote: > Hi, Wolfgang, > > Please pull from u-boot-sh.git. > > The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f= > : > > Prepare v2010.12-rc2 (2010-11-28 19:48:11 +0100) > > are available in the git repository at: > ssh+gi

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

2010-11-30 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1291133587-9118-1-git-send-email-s-paul...@ti.com> you wrote: > The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: > Wolfgang Denk (1): > Prepare v2010.12-rc2 > > are available in the git repository at: > > git://git.denx.d

Re: [U-Boot] [PATCH v2] powerpc/85xx: Add support for booting from NAND on MPC8572DS

2010-11-30 Thread Scott Wood
On Mon, 29 Nov 2010 14:35:07 -0600 Kumar Gala wrote: > diff --git a/boards.cfg b/boards.cfg > index 2209676..a994c8a 100644 > --- a/boards.cfg > +++ b/boards.cfg > @@ -472,6 +472,7 @@ MPC8569MDS_ATM powerpc mpc85xx > mpc8569mds freesca > MPC8569MDS_NAND

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

2010-11-30 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1291087730-15875-1-git-send-email-s-paul...@ti.com> you wrote: > Wolfgang, Albert, > > Sorry I don't know who will accept my pull request so addressing both of you. > Please pull u-boot-ti/master. For this release I will still take this stuff. Albert formally

Re: [U-Boot] [GIT PULL] mpc83xx: misc. fixes

2010-11-30 Thread Wolfgang Denk
Dear Kim Phillips, In message <20101128110337.405478de.kim.phill...@freescale.com> you wrote: > Wolfgang Denk, > > Please pull: > > The following changes since commit 844f07d8a1f1330c97631b23fbf6425db2dc1508: > > Coding Style (white space) cleanup (2010-11-27 23:35:14 +0100) > > are availabl

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Albert ARIBAUD
Le 30/11/2010 20:50, Ben Gardiner a écrit : > I suppose we should be suspecting the timers? I think I recall hearing > that the time code can mix poorly with relocation. There is no issue with relocation and timers per se, but with the use of BSS variables before relocation. Any code run in the

Re: [U-Boot] [PATCH] mpc83xx: remove some dead code, saving space

2010-11-30 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1290537223-12160-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > > Signed-off-by: Joakim Tjernlund > --- > arch/powerpc/cpu/mpc83xx/start.S |7 --- > 1 files changed, 0 insertions(+), 7 deletions(-) > > diff --git a/arch/powerpc/cpu/mpc8

Re: [U-Boot] [PATCH v2 0/4] get at91rm9200ek working with ARM relocation

2010-11-30 Thread Reinhard Meyer
Dear Andreas Bießmann, > Dear all, > > this is mostly a copy of > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/89888 > > This series have two relevant changes. Cause of defining the weak symbol > board_reset the previous patch 'arm920t: fix linker skript for -pie linking' > is not longer

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Ben Gardiner
On Tue, Nov 30, 2010 at 10:00 AM, Wolfgang Denk wrote: > Hello everybody. > > I apologise for being a bit late with this announcement: > > * U-Boot v2010.12-rc2 was released on Sunday, November 28. > > * Release "v2010.12" is (still) scheduled in 13 days: >  on December 13, 2010. > > Please help t

[U-Boot] [PATCH v2 3/4] arm920t/at91/reset: board_reset: define weak symbol

2010-11-30 Thread Andreas Bießmann
From: Andreas Bießmann Signed-off-by: Andreas Bießmann --- remove 'arm920t: fix linker skript for -pie linking' in favor of this patch arch/arm/cpu/arm920t/at91/reset.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/arm920t/at91/reset.c b/arch/arm

[U-Boot] [PATCH v2 4/4] arm920t/at91/timer: replace bss variables by gd

2010-11-30 Thread Andreas Bießmann
Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss values in arm920t/at91/timer driver. The usage of bss values in driver before initialisation of bss is forbidden. In that special case some data in .rel.dyn gets corrupted by the arm920t/at91/timer driver. Signed-off-by: And

[U-Boot] [PATCH v2 0/4] get at91rm9200ek working with ARM relocation

2010-11-30 Thread Andreas Bießmann
Dear all, this is mostly a copy of http://article.gmane.org/gmane.comp.boot-loaders.u-boot/89888 This series have two relevant changes. Cause of defining the weak symbol board_reset the previous patch 'arm920t: fix linker skript for -pie linking' is not longer needed. So 'arm920t/at91/reset: boar

[U-Boot] [PATCH v2 2/4] MAKEALL: fix AT91

2010-11-30 Thread Andreas Bießmann
* add boards_by_soc() * remove boards already in boards.cfg from LIST_AT91 Signed-off-by: Andreas Bießmann --- no change since v1 but still in u-boot-atmel/at91 MAKEALL | 18 +++--- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/MAKEALL b/MAKEALL index 767d561..

[U-Boot] [PATCH v2 1/4] at91rm9200ek: add configure target for RAM boot

2010-11-30 Thread Andreas Bießmann
This patch also removes now unnecessary config.mk in board directory and make usage of new features in boards.cfg. Signed-off-by: Andreas Bießmann --- no change since v1 but still in u-boot-atmel/at91 board/atmel/at91rm9200ek/config.mk |2 -- boards.cfg |3 ++- i

[U-Boot] [PATCH v2] hwconfig: Fix dummy initialization of {board, cpu}_hwconfig

2010-11-30 Thread Kumar Gala
Since board_hwconfig & cpu_hwconfig are defined as weak and dont have a default value they will get put into the BSS if they aren't defined elsewhere. This is problematic as we try to utilize hwconfig before we've relocated and thus BSS isn't setup. Instead of giving dummy values in the board fil

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Kumar Gala
On Nov 30, 2010, at 9:23 AM, Joakim Tjernlund wrote: >> >> On Tue, 2010-11-30 at 08:00 -0700, Wolfgang Denk wrote: >>> Hello everybody. >>> >>> I apologise for being a bit late with this announcement: >>> >>> * U-Boot v2010.12-rc2 was released on Sunday, November 28. >>> >>> * Release "v2010.

Re: [U-Boot] Build failures with older toolchain

2010-11-30 Thread Premi, Sanjeev
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Tuesday, November 30, 2010 10:15 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Build failures with older toolchain > > On 30.11.2010 15:25, Premi, Sanjeev wrote: > >> -Origi

Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Alexander Holler > Sent: Tuesday, November 30, 2010 9:59 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...) > > Hello, > > brow

Re: [U-Boot] [PATCH 0/4] get at91rm9200ek working with ARM relocation

2010-11-30 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 30.11.2010 um 07:37 schrieb Andreas Bießmann: > The series includes two patches already in Reinhard's u-boot-atmel/at91-next > branch but the base of at91-next is outdated and they will not apply cleanly. > So feel free to include them or not. Reinhard, any comments? > The

[U-Boot] Your Email Id has won £1,000,000. 00. in the British Xmas Grant Promo. send your

2010-11-30 Thread pat-estes
NameLocation...Country ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] TIMER cleanup RFC, was: [PATCH 4/4] arm920t/at91/timer: replace bss variables by gd

2010-11-30 Thread J. William Campbell
On 11/30/2010 7:48 AM, Reinhard Meyer wrote: > Dear J. William Campbell, >> On 11/30/2010 1:14 AM, Reinhard Meyer wrote: >>> Dear Wolfgang Denk, >>> >>> what we really need is only a 32 bit monotonous free running tick that >>> increments >>> at a rate of at least 1 MHz. As someone pointed out a wh

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

2010-11-30 Thread s-paulraj
The following changes since commit c87f6457bb9cb465e9630b00b4c824847a62c6c5: Mike Frysinger (1): ext2: constify file/dir names are available in the git repository at: git://git.denx.de/u-boot-ti.git next Stefano Babic (3): da850: Enable SPI Flash Davinci 8xx: Move common

Re: [U-Boot] Build failures with older toolchain

2010-11-30 Thread Dirk Behme
On 30.11.2010 15:25, Premi, Sanjeev wrote: >> -Original Message- >> From: u-boot-boun...@lists.denx.de >> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Premi, Sanjeev >> Sent: Monday, November 29, 2010 8:38 PM >> To: Wolfgang Denk >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] Bu

Re: [U-Boot] [PATCH] usb_ether: register usb ethernet gadget at each eth init

2010-11-30 Thread Vitaly Kuzmichev
Hi Lei, Lei Wen wrote: > [...] >>> For current ether.c state, there is no usb_gadget_unregister_driver in >>> it. Even it has, we still need >>> usb_gadget_register_driver call in each eth_init(). >> >> Yes, if we do 'unregister' we should do 'register' somewhere before. If >> we do 'register' we

[U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Alexander Holler
Hello, browsing through some code searching for a reason why an u-boot compiled with gcc 4.5.1 fails to boot on a beagleboard, I've come through another place where bss is used before relocation: gpmc_init (gpmc_cfg) in arch/arm/cpu/armv7/omap3/mem.c. I haven't fixed it up to now, but I want t

Re: [U-Boot] [PATCH 1/1 V7] Add board support for hawkboard

2010-11-30 Thread Paulraj, Sandeep
> > The patch adds basic board support for TI's OMAP-L138 based > Hawkboard. This board is pretty similar to the da850 EVM. Support for > nand and network access is added in this version. > > The following bootup procedure is used. > > At reset, the Rom Boot Loader(RBL), initialises the ddr an

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

2010-11-30 Thread s-paulraj
The following changes since commit d0d2271f8c62e830ec65fb069b6d12dd708e3e2f: Wolfgang Denk (1): Prepare v2010.12-rc2 are available in the git repository at: git://git.denx.de/u-boot-ti.git master Dirk Behme (4): OMAP4: SDP4430: Disable CMD_NFS OMAP3: SDP3430: Fix ARM relo

Re: [U-Boot] [PATCH] usb_ether: register usb ethernet gadget at each eth init

2010-11-30 Thread Lei Wen
Hi Vitaly, On Tue, Nov 30, 2010 at 11:13 PM, Vitaly Kuzmichev wrote: > Hi Lei, > > Lei Wen wrote: >> Hi Vitaly, >> [...] >>> And additional calling of usb_gadget_unregister_driver will at most >>> return an error. >>> >> >> For current ether.c state, there is no usb_gadget_unregister_driver in >>

Re: [U-Boot] TIMER cleanup RFC, was: [PATCH 4/4] arm920t/at91/timer: replace bss variables by gd

2010-11-30 Thread Reinhard Meyer
Dear J. William Campbell, > On 11/30/2010 1:14 AM, Reinhard Meyer wrote: >> Dear Wolfgang Denk, >> >> what we really need is only a 32 bit monotonous free running tick that >> increments >> at a rate of at least 1 MHz. As someone pointed out a while ago, even >> at 1GHz that would >> last for four

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Joakim Tjernlund
> > On Tue, 2010-11-30 at 08:00 -0700, Wolfgang Denk wrote: > > Hello everybody. > > > > I apologise for being a bit late with this announcement: > > > > * U-Boot v2010.12-rc2 was released on Sunday, November 28. > > > > * Release "v2010.12" is (still) scheduled in 13 days: > > on December 13, 20

Re: [U-Boot] [PATCH] usb_ether: register usb ethernet gadget at each eth init

2010-11-30 Thread Vitaly Kuzmichev
Hi Lei, Lei Wen wrote: > Hi Vitaly, > [...] >> And additional calling of usb_gadget_unregister_driver will at most >> return an error. >> > > For current ether.c state, there is no usb_gadget_unregister_driver in > it. Even it has, we still need > usb_gadget_register_driver call in each eth_init(

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Haiying Wang
On Tue, 2010-11-30 at 08:00 -0700, Wolfgang Denk wrote: > Hello everybody. > > I apologise for being a bit late with this announcement: > > * U-Boot v2010.12-rc2 was released on Sunday, November 28. > > * Release "v2010.12" is (still) scheduled in 13 days: > on December 13, 2010. > > Please h

Re: [U-Boot] TIMER cleanup RFC, was: [PATCH 4/4] arm920t/at91/timer: replace bss variables by gd

2010-11-30 Thread J. William Campbell
On 11/30/2010 1:14 AM, Reinhard Meyer wrote: > Dear Wolfgang Denk, > > what we really need is only a 32 bit monotonous free running tick that > increments > at a rate of at least 1 MHz. As someone pointed out a while ago, even at 1GHz > that would > last for four seconds before it rolls over. But

[U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Wolfgang Denk
Hello everybody. I apologise for being a bit late with this announcement: * U-Boot v2010.12-rc2 was released on Sunday, November 28. * Release "v2010.12" is (still) scheduled in 13 days: on December 13, 2010. Please help testing, and check if all your relevant patches have been included. Cu

Re: [U-Boot] [PATCH] MVBLM7: make TSEC2 work again.

2010-11-30 Thread Andre Schwarz
Wolfgang, > Dear Andre Schwarz, > > In message<4cf4fcd6.80...@matrix-vision.de> you wrote: > >> Since I have more stuff pending I'll wait for the merge window to open >> before re-submitting. >> > We have a "next" branch. > understood - will rebase on current master and resubmit im

Re: [U-Boot] [RFC 0/2] Add support for bootstrap stage and compressed U-Boot image

2010-11-30 Thread Luigi 'Comio' Mantellini
Look the following benchmark (qemu-mips board): U-Boot Vanilla 179600 bytes u-boot.bin Bootstrap code w/o compresion (memcpy) 189224 bytes u-boot-bootstrap.bin --> size 105% Bootstrap code using BZIP2 compression 114388 bytes u-boot-bootstrap.bin -->size 64% Bootstrap code using GZIP compressio

Re: [U-Boot] Build failures with older toolchain

2010-11-30 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Premi, Sanjeev > Sent: Monday, November 29, 2010 8:38 PM > To: Wolfgang Denk > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Build failures with older toolchain > [snip]...[s

Re: [U-Boot] [PATCH] MVBLM7: make TSEC2 work again.

2010-11-30 Thread Wolfgang Denk
Dear Andre Schwarz, In message <4cf4fcd6.80...@matrix-vision.de> you wrote: > > Since I have more stuff pending I'll wait for the merge window to open > before re-submitting. We have a "next" branch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev

Re: [U-Boot] [PATCH] MVBLM7: make TSEC2 work again.

2010-11-30 Thread Andre Schwarz
Kim, >> diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h >> index 28e0d1b..431e102 100644 >> --- a/include/configs/MVBLM7.h >> +++ b/include/configs/MVBLM7.h >> @@ -348,7 +348,7 @@ >> #define CONFIG_SYS_SCCR_TSEC1CM1 >> #define CONFIG_SYS_SCCR_TSEC2CM1 >> >> -#define CON

Re: [U-Boot] [PATCH v2 1/7] arm: Add Support for Marvell ARMADA 100 Familiy SoCs.

2010-11-30 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Tuesday, November 30, 2010 12:48 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Eric Miao; Manas Saksena; Lei Wen; Yu Tang; > Ashish Karkare; Kiran Vedere; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH v

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-30 Thread Joakim Tjernlund
> > Wolfgang Denk wrote on 2010/11/23 21:52:11: > > > > Dear Joakim Tjernlund, > > > > In message > > <1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > > > Here goes my attempt to revive true PIC on ppc, starting with 83xx. > > > This uses a a new gcc option(which I h

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-30 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2010/11/23 21:52:11: > > Dear Joakim Tjernlund, > > In message <1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > Here goes my attempt to revive true PIC on ppc, starting with 83xx. > > This uses a a new gcc option(which I have just impl.) to

Re: [U-Boot] [PATCH RFC 3/3] arm920t: do not relocate NULL pointer

2010-11-30 Thread Joakim Tjernlund
"Andreas Bießmann" wrote on 2010/11/30 12:48:41: > > Dear Joakim Tjernlund, > Dear Albert ARIBAUD, > > Am 30.11.2010 10:41, schrieb Joakim Tjernlund: > > Albert ARIBAUD wrote on 2010/11/30 10:02:45: > >> > >> Le 30/11/2010 09:47, Joakim Tjernlund a écrit : > > Le 30/11/2010 08:06, Andre

Re: [U-Boot] [PATCH RFC 3/3] arm920t: do not relocate NULL pointer

2010-11-30 Thread Andreas Bießmann
Dear Joakim Tjernlund, Dear Albert ARIBAUD, Am 30.11.2010 10:41, schrieb Joakim Tjernlund: > Albert ARIBAUD wrote on 2010/11/30 10:02:45: >> >> Le 30/11/2010 09:47, Joakim Tjernlund a écrit : Le 30/11/2010 08:06, Andreas Bießmann a écrit : > Signed-off-by: Andreas Bießmann

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Stefano Babic
On 11/30/2010 04:26 AM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > --- > v2: Use structures instead of defines as Wolfgang proposed > Hi Marek, > drivers/block/Makefile |1 + > drivers/block/mxc_ata.c | 149 > +++ > 2 files changed, 150

[U-Boot] [RFC 2/2] Add support for bootstrap stage to QEMU-MIPS board.

2010-11-30 Thread luigi.mantellini
From: Luigi 'Comio' Mantellini Signed-off-by: Luigi 'Comio' Mantellini --- board/qemu-mips/Makefile | 15 ++- board/qemu-mips/config.mk |7 ++- board/qemu-mips/qemu-mips_bootstrap.c | 48 + board/qemu-mips/u-boot-bootstrap.lds | 73 +++

[U-Boot] [RFC 1/2] Add support for bootstrap stage that allows to have a compressed U-Boot image. The final image will named "u-boot-bootstrap".

2010-11-30 Thread luigi.mantellini
From: Luigi 'Comio' Mantellini The following symbols are allowed: CONFIG_BOOTSTRAP Enable the bootstrap stage. A minimal code is added to uncompress or copy the payload (a full U-Boot image). CONFIG_BOOTSTRAP_TEXT_BASE TEXT_BASE of the bootstrap code. CONFIG_BOOTSTRAP_

  1   2   >