Re: [U-Boot-Users] [RFC] [PATCH 2/2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-05-09 Thread Stefan Roese
On Wednesday 07 May 2008, Marian Balakowicz wrote: > Add logbuffer to reserved LMB areas to prevent initrd allocation > from overlaping with it. > > Make sure to use correct logbuffer base address. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Hmmm, this patch breaks all PPC boards with

Re: [U-Boot-Users] [PATCH] Make out-of-tree compiling compatible

2008-05-09 Thread Kumar Gala
On Fri, 9 May 2008, York Sun wrote: > > Signed-off-by: York Sun <[EMAIL PROTECTED]> > --- > board/ads5121/Makefile |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile > index 8ace8a1..9b675f7 100644 > --- a/board/ads5

[U-Boot-Users] [Patch V2] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT with CONFIG_MACH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Friday, May 09, 2008 10:13 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT > withCONFIG_MACH_HAS_INIT_LOWLEVEL > > > Yo

Re: [U-Boot-Users] [PATCH] Make out-of-tree compiling compatible

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Signed-off-by: York Sun <[EMAIL PROTECTED]> > --- > board/ads5121/Makefile |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile > index 8ace8a1..9b675f7 100644 > --- a/boa

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > There must be some mechanism to reset the board if the HRESET_REQ is > connected. If not connected, the board design must accomplish it in > another way. Then the platform code should take care of that. Thanks a lot. I see only a 1k pull-up in the sch

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > >> TLB entries */ > >> typedef enum { > >>IBAT0 = 0, IBAT1, IBAT2, IBAT3, > >>DBAT0, DBAT1, DBAT2, DBAT3 > >> +#ifdef CONFIG_HIGH_BATS > >> + , IBAT4, IBAT5, IBAT6, IBAT7, > >> + DBAT4, DBAT5, DBAT6, DBAT7 > >> +#endif > > > > C allows traili

Re: [U-Boot-Users] [PATCH] PPC: fix map_physmem build warning

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > map_physmem currently generates a warning when CONFIG_PHYS_64BIT is > enabled. This quiets the warning. > > Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> > --- > include/asm-ppc/io.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Appli

Re: [U-Boot-Users] [PATCH] Update pci code to use phys_addr_t

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Physical addrs need to be represented by phys_addr_t, not > unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT > are going to fail mightily. > > Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> > --- > drivers/pci/pci.c |8 > inclu

Re: [U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Hm... either Alzheimer > > I know that I have problems remembering things (:)), but... I meant: on my side (i. e. that I forgot to send them). But it seems SF dropped some other mails, too. Best regards, Wolfgang Denk -- DENX Software Engineeri

Re: [U-Boot-Users] [PATCH] Support legacy multi-type images without FDT section.

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch enables legacy multi-type images containing only a Linux kernel > and root file system to be loaded, maintaining compatibility with previous > versions of u-boot. > > This is required when using old image files such as a Linux 2.4 kernel / > f

Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk, > > please pull a system performance tweak: > > The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: > Wolfgang Denk (1): > Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master > > are

Re: [U-Boot-Users] [PATCH 01/26] Fix @ -> substitution

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When applying the AT91CAP9 patches upstream, something transformed > the '@' character into the ' ' sequence. > > The patch below restores the original form in all the places where > it has been modified (the AT91CAP9 files, the AT91SAM9260 files which

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When doing the AT91CAP9/AT91SAM9 port, a number of header files were > copied from the Linux kernel sources. This patch explicitly specifies > this origin for all the copied headers, and for those missing copyright > information, adds it. > > Additionaly

Re: [U-Boot-Users] [PATCH 04/26] Add proper copyright notices in Atmel boards Makefiles

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete > copyright notice. This patch adds the missing pieces. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > board/atmel/at91cap9adk/Makefile |4 > board/atmel/at91sam926

Re: [U-Boot-Users] [PATCH 03/26] Add copyright information in Atmel boards partition.c

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When Ulf did the dataflash.c cleanup, he didn't add his copyright on > the new created files. This patch fixes the problem. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > board/atmel/at91cap9adk/partition.c |2 ++ > board/atmel/at91rm9

Re: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: > Wolfgang Denk (1): > Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master > > are available in the git repository at: > > git://www.denx.de/git/

Re: [U-Boot-Users] [PATCH] mx31ads: fix 32kHz clock handling

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz > oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value. > Also fix a typo when verifying a jumper configuration. While at it, make > two needlessly global f

Re: [U-Boot-Users] Please pull u-boot-mpc85xx.git

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git master > > Andy Fleming (1): > 85xx: Limit CPU2 workaround to parts that have the errata > > board/freescale/mpc8548cds/mpc8548cds.c |7 ++- > 1 files

Re: [U-Boot-Users] [RFC] [PATCH 2/2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add logbuffer to reserved LMB areas to prevent initrd allocation > from overlaping with it. > > Make sure to use correct logbuffer base address. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- > > This patch attempts to assure that initrd

Re: [U-Boot-Users] [PATCH 1/2] ppc: Cleanup get_effective_memsize() use

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Removed duplicated effective memory size calculation code. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > lib_ppc/board.c | 11 --- > 1 files changed, 0 insertions(+), 11 deletions(-) Applied, thanks. Best regards, Wolf

Re: [U-Boot-Users] i.MX31: question about CFG_HZ and CKIL

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > If CKIL is the above mentioned 32 kHz clock, the resulting deviation in > the timers is "only" about 2.4% as long as CFG_HZ in mx31ads.h is 32000 > Hz. Although it works with the current definition, I'd like to know your > opinions, whether it is ne

Re: [U-Boot-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Recent modifcations to LOGBUFFER handling code were incorrecly > introduced to fit_check_kernel() routine during > "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", > commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. > > This patch clean

Re: [U-Boot-Users] [PATCH 19/26] Remember the detected NAND size for later display

2008-05-09 Thread Stelian Pop
Le vendredi 09 mai 2008 à 10:00 -0500, Scott Wood a écrit : > On Thu, May 08, 2008 at 10:52:27PM +0200, Stelian Pop wrote: > > This patch adds a field in 'struct bd_info' for saving the detected > > NAND size (result of nand_init() routine). This field can be used later > > (for example in the lcd

Re: [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver

2008-05-09 Thread Stelian Pop
Le vendredi 09 mai 2008 à 12:57 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > > +void lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue) > ^ > Please choose one coding style please Sure. Here is an updated patch. It replaces patches 18, 19 and 20. Tha

Re: [U-Boot-Users] [PATCH 14/26] AT91SAM9261EK support

2008-05-09 Thread Stelian Pop
Le vendredi 09 mai 2008 à 12:41 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > > +/* #define CONFIG_ENV_OVERWRITE1 */ > If no need please remove Ok, here is an additional patch for this. Stelian. -8<8<--- >From c821a395fa280e209270dd754c

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Changed implementation such that fw_printenv returns failure status when one > or more specified variables do not exist or when incorrect command syntax is > used. > > This aids scripting fw_printenv such that the script can key of the return > status

Re: [U-Boot-Users] [RFC/PATCH] SPI API improvements

2008-05-09 Thread Mike Frysinger
On Friday 09 May 2008, Haavard Skinnemoen wrote: > This patch hasn't been tested on all the boards involved, so there are > probably a few issues. For now, I'd like some comments on the new > interface -- if it looks good, we should spend some additional effort > to validate that it doesn't introdu

Re: [U-Boot-Users] [PATCH] Fix Compilation Errors with 'tools/env/fw_printenv'

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > In the current top-of-tree, 1.3.3.-rc2, the optional tool > 'tools/env/fw_printenv' fails to compile for two reasons: > > 1) The header watchdog.h cannot be found. > 2) The header zlib.h is picked up from the tool chain rather than the project > causin

Re: [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This includes changes to the ref clock, memory size, > the addition of PCI functionality and Makefile options > to build either the Rev 3 or Rev 2 U-Boot. > The new README explains these options. ... > -ads5121_PCI_config \ > - :uncon

[U-Boot-Users] Make ADS5121 out-of-tree compiling compatible

2008-05-09 Thread York Sun
Wolfgang, Please review the following patch which fixes the out-of-tree compiling. Regards, York - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still ti

[U-Boot-Users] [PATCH] Make out-of-tree compiling compatible

2008-05-09 Thread York Sun
Signed-off-by: York Sun <[EMAIL PROTECTED]> --- board/ads5121/Makefile |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile index 8ace8a1..9b675f7 100644 --- a/board/ads5121/Makefile +++ b/board/ads5121/Makefile @@ -23,9 +2

Re: [U-Boot-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The bitmap is also a binary file, so difficult to handle with patches. > Have you any idea how to solve this? Use git. Git handles binary blobs just fine. > ==> Is this not for the custodians to sort out as a special case? It is not a special case.

Re: [U-Boot-Users] [PATCH 1/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This is a multi-part message in MIME format. > --050700010403060204060205 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > Add MPC8343 based board mvBlueLYNX-M7. > It's a single board stereo camera system.

[U-Boot-Users] [PATCH 3/4 V3] PPC: Add print_bats() to lib_ppc/bat_rw.c

2008-05-09 Thread becky . bruce
From: Becky Bruce <[EMAIL PROTECTED]> This function prints the values of all the BAT register pairs - I needed this for debug earlier this week; adding it to lib_ppc so others can use it (and add it to reginfo commands if so desired). Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- Resend - el

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Hmm...maybe this is a stupid question, but why can't it _always_ use > the RAM area to look up the environment? env_init() is one of the first > things to be called during bootstrap... One of the first accesses to the environment happens when we need

[U-Boot-Users] [PATCH 2/4 V3] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread becky . bruce
From: Becky Bruce <[EMAIL PROTECTED]> Currently, this code only deals with BATs 0-3, which makes it useless on systems that support BATs 4-7. Add the support for these registers. Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- resend, moving comma in enum as requested on list include/asm-p

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Commit c0559be371b2a64b1a817088c3308688e2182f93 introduces a bug in > the environment setting storage in U-boot-1.3.3-rc3. > Settings are retrieved from dataflash when only settings in RAM are > valid, resulting in corrupt environment settings, failing

Re: [U-Boot-Users] [GIT PULL] MIPS updates

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Dear Wolfgang, > > please pull MIPS update. > Patch attached below. This will fix build warnings on cache.S. > > thanks, > > Shinya > > --- > > The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: > Wolfgang Denk (1): >

Re: [U-Boot-Users] [PATCH] Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: James Yang <[EMAIL PROTECTED]> > > When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't > work before relocating to RAM because command history is written into > a global array that is not writable before relocation. This patch >

Re: [U-Boot-Users] [PATCH 3/3] Adding DIU support for Freescale 5121ADS

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add DIU and cfb console support to FSL 5121ADS board. > > Use #define CONFIG_VIDEO in config file to enable fb console. > > Signed-off-by: York Sun <[EMAIL PROTECTED]> > --- > board/ads5121/Makefile |2 +- > board/ads5121/ads5121.c | 62

Re: [U-Boot-Users] Adding DIU support for FSL MPC5121ADS board

2008-05-09 Thread Wolfgang Denk
Dear York, in message <[EMAIL PROTECTED]> you wrote: > > Please review the following patchset. It adds DIU support to > 5121ADS board, using the existing DIU driver. I really appreciate these patches. With a little cleanup they will go into the next release. There is just a Makefile issue with

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Jerry Van Baren
Stefan Roese wrote: > On Friday 09 May 2008, Jerry Van Baren wrote: C allows trailing commas on such lists; no need to move it inside the ifdef. >>> Dangling commas bother me in the extreme. If this is the concensus, >>> I'll move it, but I prefer it where it is. >>> >>> -B >> +1 for mov

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Becky Bruce
On May 9, 2008, at 2:14 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:45 Fri 09 May , Jerry Van Baren wrote: >> Becky Bruce wrote: >>> On May 9, 2008, at 10:28 AM, Scott Wood wrote: On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] wrote: > diff --git a/include/as

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread York Sun
On Fri, 2008-05-09 at 19:43 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > I don't think this patch is necessary because for all e500v2 core, > > setting RSTCR is the right way to reset the board. > > Agreed,t hat's how it should wor. But it doesn't on the syscon3

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:45 Fri 09 May , Jerry Van Baren wrote: > Becky Bruce wrote: > > On May 9, 2008, at 10:28 AM, Scott Wood wrote: > >> On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] > >> wrote: > >>> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h > >>> index 49d6860..f836270 10064

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Stefan Roese
On Friday 09 May 2008, Jerry Van Baren wrote: > >> C allows trailing commas on such lists; no need to move it inside the > >> ifdef. > > > > Dangling commas bother me in the extreme. If this is the concensus, > > I'll move it, but I prefer it where it is. > > > > -B > > +1 for moving. Dangling co

Re: [U-Boot-Users] [PATCH] cosmetic: Adjust coding style for switch statements to be consistent

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> > --- > disk/part.c | 60 +++--- > 1 files changed, 36 insertions(+), 24 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Softwar

Re: [U-Boot-Users] [PATCH] Fix disk type output in disk/part.c. The recent commit c7057b52 (ata:

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> > --- > disk/part.c | 32 ++-- > 1 files changed, 14 insertions(+), 18 deletions(-) > > diff --git a/disk/part.c b/disk/part.c > index 3c71208..1f8538a 100644 Applied, thank

Re: [U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Stefan Roese
Hi Wolfgang, On Friday 09 May 2008, Wolfgang Denk wrote: > > > board/syscon3/syscon3.c | 25 +++ > > > include/configs/syscon3.h | 58 > > > +++- 2 files changed, 50 > > > insertions(+), 33 deletions(-) > > > > I can't find this board s

Re: [U-Boot-Users] [PATCH] Address change, documentation modified

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> > > --- > MAINTAINERS |2 +- > board/qemu-mips/README |6 +- > board/qemu-mips/qemu-mips.c |2 +- > 3 files changed, 7 insertions(+), 3 deletions(-) Applied, thanks.

Re: [U-Boot-Users] [PATCH 1/1] microblaze: Repare intc handling

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > include/configs/ml401.h | 21 +++-- > include/configs/xupv2p.h | 21 +++-- > 2 files changed, 38 insertions(+), 4

Re: [U-Boot-Users] [PATCH] include/gitignore: update to all architecture

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/include/.gitignore b/include/.gitignore > index 03a533c..ef7dd5f 100644 > --- a/include/.gitignore > +++ b/include/.gitignore Applied, thanks. Best regards, Wolfgang

Re: [U-Boot-Users] [PATCH] ide: Remove spurious second include of io.h

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Removed the second include, with all the #ifdef around as suggested by > Wolfgang. > > Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> > --- > common/cmd_ide.c |4 > 1 files changed, 0 insertions(+), 4 deletions(-) Applied, thanks. Best r

Re: [U-Boot-Users] [PATCH][resubmission] three text/comment typos in 1.3.3-rc2

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I strongly recommend to use git-format-patch to generate trhe patch, > > and use git-send-email to send it. ... > Sorry about that. This patch applies cleanly to 1.3.3-rc3. Maybe it did before you sent it by e-mail... Now it fails again: App

Re: [U-Boot-Users] [PATCH v2] Recognize 'powerpc' As an Alias for IH_ARCH_PPC

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add support for the recognition of 'powerpc' as an alias for the PowerPC > architecture type since Linux is already trending in that direction, > preferring 'powerpc' to 'ppc'. > > Signed-off-by: Grant Erickson <[EMAIL PROTECTED]> > --- Applied, thanks.

Re: [U-Boot-Users] [PATCH] 7450 and 86xx L2 cache invalidate bug corrections

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The 7610 and related parts have an L2IP bit in the L2CR that is > monitored to signal when the L2 cache invalidate is complete whereas the > 7450 and related parts utilize L2I for this purpose. However, the > current code does not account for this dif

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Jerry Van Baren
Becky Bruce wrote: > On May 9, 2008, at 10:28 AM, Scott Wood wrote: >> On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] >> wrote: >>> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h >>> index 49d6860..f836270 100644 >>> --- a/include/asm-ppc/mmu.h >>> +++ b/include/asm-ppc/m

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Becky Bruce
On May 9, 2008, at 10:28 AM, Scott Wood wrote: > On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] > wrote: >> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h >> index 49d6860..f836270 100644 >> --- a/include/asm-ppc/mmu.h >> +++ b/include/asm-ppc/mmu.h >> @@ -141,6 +141,10

Re: [U-Boot-Users] [PATCH 3/4 V2] PPC: Add print_bats() to lib_ppc/bat_rw.c

2008-05-09 Thread Becky Bruce
Yeah, I noticed that this morning. I cut and pasted that particular block from another file, and somehow ended up with spaces. I'll respin this one. On May 9, 2008, at 10:29 AM, Scott Wood wrote: > On Thu, May 08, 2008 at 07:02:38PM -0500, [EMAIL PROTECTED] > wrote: >> +printf ("\t

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I don't think this patch is necessary because for all e500v2 core, > setting RSTCR is the right way to reset the board. Agreed,t hat's how it should wor. But it doesn't on the syscon3 board. > I think you should check board FPGA. I met the similar pr

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Haiying Wang
Wolfgang, I don't think this patch is necessary because for all e500v2 core, setting RSTCR is the right way to reset the board. I think you should check board FPGA. I met the similar problem before. Since FPGA did not correctly route the HRESET_REQ signal, setting RSTCR did not cause reset. After

[U-Boot-Users] [RFC/PATCH] SPI API improvements

2008-05-09 Thread Haavard Skinnemoen
From: Haavard Skinnemoen <[EMAIL PROTECTED]> This patch gets rid of the spi_chipsel table and adds a handful of new functions that makes the SPI layer cleaner and more flexible. Instead of the spi_chipsel table, each board that wants to use SPI gets to implement three hooks: * spi_cs_activate()

Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-05-09 Thread Grant Erickson
On 5/9/08 1:22 AM, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> When building against non-local, non-disk-backed file systems (e.g. NFS, >> tmpfs), the u-boot build can iterate forever, attempting to re-generate >> "include/autoconf.mk". This occurs because $(VERSION_FILE) (a

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
Hi Andy, could you please have a look at this patch? The situation is that we don't understand why it's necessary - we have verified that the correct register (RSTCR at IMMR+0xe00b0) is updated with the correct value (0x2), but this doesn't cause a reset. Documentation states that no other

Re: [U-Boot-Users] [PATCH 2/4 V2] PPC: Change lib_ppc/bat_rw.c to use high bats

2008-05-09 Thread Scott Wood
On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] wrote: > diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h > index 49d6860..f836270 100644 > --- a/include/asm-ppc/mmu.h > +++ b/include/asm-ppc/mmu.h > @@ -141,6 +141,10 @@ extern void _tlbia(void);/* invalidate

Re: [U-Boot-Users] [PATCH 3/4 V2] PPC: Add print_bats() to lib_ppc/bat_rw.c

2008-05-09 Thread Scott Wood
On Thu, May 08, 2008 at 07:02:38PM -0500, [EMAIL PROTECTED] wrote: > +printf ("\tIBAT0L = 0x%08X ", mfspr (IBAT0L)); > +printf ("\tIBAT0U = 0x%08X\n", mfspr (IBAT0U)); > +printf ("\tDBAT0L = 0x%08X ", mfspr (DBAT0L)); > +printf ("\tDBAT0U = 0x%08X\n", mfspr (DBAT0U))

[U-Boot-Users] [RFC/PATCH] atmel_spi: Driver for the Atmel SPI controller

2008-05-09 Thread Haavard Skinnemoen
From: Hans-Christian Egtvedt <[EMAIL PROTECTED]> This adds a driver for the SPI controller found on most AT91 and AVR32 chips. Currently, AT91RM9200 seems to have a SPI framework on its own. It probably makes sense to merge the two drivers and make AT91RM9200 use the framework everyone else uses

Re: [U-Boot-Users] [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT with CONFIG_MACH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Sascha Hauer
On Fri, May 09, 2008 at 07:08:12AM -0500, Menon, Nishanth wrote: > Sascha, > > -Original Message- > > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 09, 2008 3:08 AM > > To: Menon, Nishanth > > Cc: u-boot-users@lists.sourceforge.net > > Subject: Re: [Patch] U-Boot-V2: Re

Re: [U-Boot-Users] [PATCH 19/26] Remember the detected NAND size for later display

2008-05-09 Thread Scott Wood
On Thu, May 08, 2008 at 10:52:27PM +0200, Stelian Pop wrote: > This patch adds a field in 'struct bd_info' for saving the detected > NAND size (result of nand_init() routine). This field can be used later > (for example in the lcd driver) to print out detailed information about > the board memories

[U-Boot-Users] [PATCH] Initial support for ABB Syscon III

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- MAKEALL |1 + Makefile |3 + board/syscon3/Makefile| 53 ++ board/syscon3/config.mk | 30 board/syscon3/law.c | 57 +++ boar

[U-Boot-Users] [PATCH] syscon3: fix second TSEC configuration (it is actually TSEC3)

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- include/configs/syscon3.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/syscon3.h b/include/configs/syscon3.h index d451a61..3f4725e 100644 ---

[U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- cpu/mpc85xx/cpu.c | 23 ++- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 74b210c..9873383 100644 --- a/cpu/mpc85x

Re: [U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Wolfgang Denk
Deare Stefan, in message <[EMAIL PROTECTED]> you wrote: > > > board/syscon3/syscon3.c | 25 +++ > > include/configs/syscon3.h | 58 > > +++- 2 files changed, 50 > > insertions(+), 33 deletions(-) > > I can't find this board support. An

[U-Boot-Users] [PATCH] syscon3: remove redundant and unused code

2008-05-09 Thread Wolfgang Denk
Remove board_early_init_r() - not used for this board. Remove ft_board_setup() - redundant as now handled by weak default routine, see commit "ppc4xx: Add weak default ft_board_setup() routine" Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/syscon3/syscon3.c | 35 -

[U-Boot-Users] Help needed Urgent (How to shift TEXT_BASE)

2008-05-09 Thread RamaBhaskar
Hi Experts,  I am new bee to u-boot. I have u-boot image running on my PPC board.  I need to create dual boot loader and I have the concept working fine, except I have to change the TEXT_BASE for each image. Here are details:   If I have boot loaders at 0xfff0, looks like I have to set TEXT_B

Re: [U-Boot-Users] [Help Need Urgent]u-boot CFG_RAMBOOT (u-boot running from DDR not from NOR) mpc85xx based board

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This is kinda urgent. In this case I recommed to start reading here: http://catb.org/esr/faqs/smart-questions.html#urgent > I am using a custom mpc85xx SOC based EVB and my requirement is to compile > u-boot such that the image be copied to DDR and th

[U-Boot-Users] [Help Need Urgent]u-boot CFG_RAMBOOT (u-boot running from DDR not from NOR) mpc85xx based board

2008-05-09 Thread Manish Jaggi
Hi All, This is kinda urgent. I am using a custom mpc85xx SOC based EVB and my requirement is to compile u-boot such that the image be copied to DDR and then run from there itself. This is similar to CFG_RAMBOOT in mpc83xx. I think i have to put a lot of initialization code in cpu/mpc85xx/start.S

Re: [U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Stefan Roese
On Friday 09 May 2008, Wolfgang Denk wrote: > From: Sergei Poselenov <[EMAIL PROTECTED]> > > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > board/syscon3/syscon3.c | 25 +++ > include/configs/syscon3.h | 58 > +++

Re: [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
Patch series apply in branch testing-V2 of u-boot-at91 tree Best Regards, J. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use pr

Re: [U-Boot-Users] [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT with CONFIG_MACH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Friday, May 09, 2008 3:08 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT > withCONFIG_MACH_HAS_INIT_LOWLEVEL > > This h

Re: [U-Boot-Users] [Patch] U-Boot-V2: Introduce CONFIG_ARCH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Friday, May 09, 2008 2:45 AM > To: Menon, Nishanth > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [Patch] U-Boot-V2: Introduce CONFIG_ARCH_HAS_INIT_LOWLEVEL > > This won't work out. The user is pr

Re: [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +/* configurable parameters */ > +#define ATMEL_LCDC_CVAL_DEFAULT 0xc8 > +#define ATMEL_LCDC_DMA_BURST_LEN 8 > + > +#if defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91CAP9) > +#define ATMEL_LCDC_FIFO_SIZE 2048 > +#else > +#define ATMEL_LCDC_FIFO_SIZE 512 >

Re: [U-Boot-Users] [PATCH 17/26] AT91SAM9RLEK support

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> + */ > +#define CONFIG_ATMEL_USART 1 > +#undef CONFIG_USART0 > +#undef CONFIG_USART1 > +#undef CONFIG_USART2 > +#define CONFIG_USART31 /* USART 3 is DBGU */ > + > +#define CONFIG_BOOTDELAY 3 > + > +/* #define CONFIG_ENV_OVERWRITE 1 */ If no need please remove > +

Re: [U-Boot-Users] [PATCH 16/26] AT91SAM9263EK support [part 2 of 2]

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> diff --git a/drivers/net/macb.c b/drivers/net/macb.c > index 703784e..e5733f6 100644 > --- a/drivers/net/macb.c > +++ b/drivers/net/macb.c > @@ -417,13 +417,15 @@ static int macb_init(struct eth_device *netdev, bd_t > *bd) > > /* choose RMII or MII mode. This depends on the board */ > #

Re: [U-Boot-Users] [PATCH 14/26] AT91SAM9261EK support

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> +#define CONFIG_ATMEL_USART 1 > +#undef CONFIG_USART0 > +#undef CONFIG_USART1 > +#undef CONFIG_USART2 > +#define CONFIG_USART31 /* USART 3 is DBGU */ > + > +#define CONFIG_BOOTDELAY 3 > + > +/* #define CONFIG_ENV_OVERWRITE 1 */ If no need please remove > + > +/* >

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:57 Fri 09 May , Stelian Pop wrote: > > Le jeudi 08 mai 2008 à 23:26 +0200, Jean-Christophe PLAGNIOL-VILLARD a > écrit : > > > > +#include > > Is not supposed to br > > #include > > Argl, of course it is supposed to be at91sam9_smc. I seen this typo in > the patch before sending it,

Re: [U-Boot-Users] [PATCH] Support legacy multi-type images without FDT section.

2008-05-09 Thread Bartlomiej Sieka
Nick Spence wrote: > This patch enables legacy multi-type images containing only a Linux kernel > and root file system to be loaded, maintaining compatibility with previous > versions of u-boot. > > This is required when using old image files such as a Linux 2.4 kernel / > filesystem. > > Signed-

Re: [U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver

2008-05-09 Thread Haavard Skinnemoen
Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > > Of course, your solution will work with multiple, different SPI > > > controllers while mine won't, but is that really necessary? > > > > > > Your solution comes with more error checking as well, whic

Re: [U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver

2008-05-09 Thread Haavard Skinnemoen
Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > Yes, perhaps we need that. But I was sort of thinking that once you > > initialize a slave, it will just stick around until you boot an OS or > > reset. Most drivers don't seem to have any cleanup hooks any

Re: [U-Boot-Users] [PATCH] POST: OCM test added.

2008-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:59 Thu 08 May , Wolfgang Denk wrote: > From: Yuri Tikhonov <[EMAIL PROTECTED]> > > Added OCM test for post layer. This version runs before all other tests > but still don't interrupt post sequence on failure. > > Signed-off-by: Ilya Yanok <[EMAIL PROTECTED]> > Signed-off-by: Yuri Tikhon

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-09 Thread Stelian Pop
Le jeudi 08 mai 2008 à 23:26 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > > +#include > Is not supposed to br > #include Argl, of course it is supposed to be at91sam9_smc. I seen this typo in the patch before sending it, corrected it, did a test build, and somehow managed to send the w

Re: [U-Boot-Users] [PATCH v2 ARM/AT91 0/26] AT91SAM/CAP patches for U-Boot 1.3.4

2008-05-09 Thread Stelian Pop
Le jeudi 08 mai 2008 à 23:29 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 22:52 Thu 08 May , Stelian Pop wrote: > > Hi, > > > > This is the second version of the AT91CAP9/AT91SAM9 patches, > > which hopefully addresses all the feedbacks I got on the first one. > > [...] > Could yo

[U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/syscon3/syscon3.c | 25 +++ include/configs/syscon3.h | 58 +++- 2 files changed,

Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When building against non-local, non-disk-backed file systems (e.g. NFS, > tmpfs), the u-boot build can iterate forever, attempting to re-generate > "include/autoconf.mk". This occurs because $(VERSION_FILE) (aka > ${ROOT}/u-boot/build/include/version_aut

[U-Boot-Users] [PATCH] Avoid infinite loop "Generating include/autoconf.mk"

2008-05-09 Thread Wolfgang Denk
Fix a bogus circular dependency that caused an infinite loop of "Generating include/autoconf.mk" again and again. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 167a717..6783fec 1006

[U-Boot-Users] Little build system issue in 1.3.3-rc3

2008-05-09 Thread Matthias Fuchs
Hi, while doing some tests with post/cpu/ppc4xx/ether.c I noticed that ether.c is not rebuild when changed. I can even remove the ether.o object and make does not complain. I think there are some dependencies missing in the post Makefiles. Is this a bug or intention? Matthias ---

Re: [U-Boot-Users] [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT with CONFIG_MACH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Sascha Hauer
On Thu, May 08, 2008 at 11:49:37AM -0500, Menon, Nishanth wrote: > Hi Sascha, > Based on > http://sourceforge.net/mailarchive/forum.php?thread_name=20080508151609.GB9467%40pengutronix.de&forum_name=u-boot-users > This is the second separate patch which introducing Machine dependent init > lowleve

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-09 Thread Mike Montour
Wolfgang Denk wrote: > So please - help test the new code, and report any problems / post > remaining fixes within the next few days. I don't know why, but commit de109d909707e2dfe806be5efc3cdb103b47c8ad "Makefile: fix parallel builds" results in a "bricked" Openmoko GTA01/Neo1973 device (sc

Re: [U-Boot-Users] [Patch] U-Boot-V2: Introduce CONFIG_ARCH_HAS_INIT_LOWLEVEL

2008-05-09 Thread Sascha Hauer
On Thu, May 08, 2008 at 11:42:18AM -0500, Menon, Nishanth wrote: > Based on > http://sourceforge.net/mailarchive/forum.php?thread_name=20080508151609.GB9467%40pengutronix.de&forum_name=u-boot-users > I am splitting the patches into two. This is the first one for introducing > arch specific config