[U-Boot-Users] [PATCH ARM] AT91CAP9 support : move board files to Atmel vendor directory.

2008-02-04 Thread Stelian Pop
Le dimanche 03 février 2008 à 13:54 +0100, Haavard Skinnemoen a écrit : > I think they should be collected according to board manufacturer or > brand, not cpu type. So boards/atmel is for boards manufactured by > Atmel, not all boards that happen to have an Atmel cpu on them. > > Or at least tha

Re: [U-Boot-Users] [PATCH ARM] AT91CAP9 support : move board files to Atmel vendor directory.

2008-02-04 Thread Stefan Roese
On Monday 04 February 2008, Stelian Pop wrote: > Le dimanche 03 février 2008 à 13:54 +0100, Haavard Skinnemoen a écrit : > > I think they should be collected according to board manufacturer or > > brand, not cpu type. So boards/atmel is for boards manufactured by > > Atmel, not all boards that happ

Re: [U-Boot-Users] [patch] do not use cmd_reset uninitialized in cfi_flash.c

2008-02-04 Thread Stefan Roese
On Sunday 03 February 2008, Michael Schwingen wrote: > Stefan Roese wrote: > > But you need to know what FLASH chips you are using in this case (Intel > > or AMD/Spansion). But you are right, they are not pin compatible, so it > > should be fixed for one board and your solution should be ok. The bo

Re: [U-Boot-Users] [PATCH ARM] AT91CAP9 support : move board files to Atmel vendordirectory.

2008-02-04 Thread Peter Pearse
Thanks Stelian Peter > -Original Message- > From: Stelian Pop [mailto:[EMAIL PROTECTED] > Sent: 04 February 2008 09:43 > To: Haavard Skinnemoen > Cc: Stefan Roese; u-boot-users@lists.sourceforge.net; Peter Pearse > Subject: [PATCH ARM] AT91CAP9 support : move board files to > Atmel vend

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Stefan Roese
Hi Wolfgang, On Monday 04 February 2008, Wolfgang Denk wrote: > A possible approach to this problem is to avoid using a global > register variable and use a plain global variable instead. The > necessary code for this is already there (just commented out); when I > implemented this i

[U-Boot-Users] [PATCH 2/3] ppc4xx: HCU4/5. Fix make O=../xx

2008-02-04 Thread Niklaus Giger
Avoid errors for make O=../build and ./MAKEALL hcu4 hcu5. Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- board/netstal/hcu4/Makefile | 12 board/netstal/hcu5/Makefile | 10 -- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/board/netstal/hcu4/Makefil

Re: [U-Boot-Users] [PATCH 1/3] ppc4xx: PPC405GPr add missing EIRR register

2008-02-04 Thread Stefan Roese
Hi Niklaus, On Monday 04 February 2008, Niklaus Giger wrote: > Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> Thanks for splitting this out. But still I have a question. See below. > --- > include/ppc405.h |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/includ

Re: [U-Boot-Users] u-boot relocation?

2008-02-04 Thread Grant Likely
On 2/4/08, Joakim Tjernlund <[EMAIL PROTECTED]> wrote: > Hi Grant > > Can you tell me what happened to the relocation stuff you added > and why it was disabled? > Because it broke on gcc < 4.0.x and gcc > 4.0x. :-( And I didn't have enough time to figure out what went wrong (nor did I have any o

Re: [U-Boot-Users] [patch] do not use cmd_reset uninitialized in cfi_flash.c

2008-02-04 Thread Michael Schwingen
Stefan Roese wrote: >> However, I wonder if it would be possible to simply issue *both* reset >> commands - if the flash safely ignores the second (unknown) command, >> this should be fine, but it is relying on undocumented behaviour. >> > > Good idea. Do you (or somebody else) have HW availab

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Scott Wood
On Mon, Feb 04, 2008 at 12:32:36AM +0100, Wolfgang Denk wrote: > So far, it is not clear to me what a better choice for a global > register variable could be (i. e. which register we can chose for our > purpose without causing the same or other problems. r2 is generally used for this purpose

Re: [U-Boot-Users] [patch] do not use cmd_reset uninitialized in cfi_flash.c

2008-02-04 Thread Stefan Roese
On Monday 04 February 2008, Michael Schwingen wrote: > Stefan Roese wrote: > >> However, I wonder if it would be possible to simply issue *both* reset > >> commands - if the flash safely ignores the second (unknown) command, > >> this should be fine, but it is relying on undocumented behaviour. > >

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Timur Tabi
Wolfgang Denk wrote: > Except for the declaration of the variable itself, *nothing* changes. > What do you mean would become simpler? A normal global variable is simpler than one that's tied to a specific register, wouldn't you say? I wasn't trying to be that insightful. -- Timur Tabi Linux

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > A possible approach to this problem is to avoid using a global > > register variable and use a plain global variable instead. > > Sounds like a good idea to me. If the code works, then this would simplify > things a great deal. The

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Timur Tabi
Wolfgang Denk wrote: > A possible approach to this problem is to avoid using a global > register variable and use a plain global variable instead. Sounds like a good idea to me. If the code works, then this would simplify things a great deal. The code that reads and writes the g

Re: [U-Boot-Users] [PATCH 1/3] ppc4xx: PPC405GPr add missing EIRR register

2008-02-04 Thread Niklaus Giger
Stefan Roese wrote: > Hi Niklaus, > > On Monday 04 February 2008, Niklaus Giger wrote: >> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> > > Thanks for splitting this out. But still I have a question. See below. > >> --- >> include/ppc405.h |4 >> 1 files changed, 4 insertions(+), 0

[U-Boot-Users] [PATCH 3/3] ppc4xx: HCU4/5. Cleanups

2008-02-04 Thread Niklaus Giger
- Fix some coding style violations. - Use in/out_u16/32 where appropriate. - Use register names from ppc405.h. - Fix trace useage for Lauterbach. - Fix detection of vxWorks EDR. - Remove obsolete generation HCU2. - Renamed fixed_hcu4_sdram to init_ppc405_sdram. Signed-off-by: Niklaus Giger <[EMAIL

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Scott Wood
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> On Mon, Feb 04, 2008 at 12:32:36AM +0100, Wolfgang Denk wrote: >>> So far, it is not clear to me what a better choice for a global >>> register variable could be (i. e. which register we can chose for our >>> purpose without

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > On Mon, Feb 04, 2008 at 12:32:36AM +0100, Wolfgang Denk wrote: > > So far, it is not clear to me what a better choice for a global > > register variable could be (i. e. which register we can chose for our > > purpose without causing the same or othe

Re: [U-Boot-Users] [PATCH 3/3] ppc4xx: HCU4/5. Cleanups

2008-02-04 Thread Stefan Roese
Hi Niklaus, On Monday 04 February 2008, Niklaus Giger wrote: > - Fix some coding style violations. > - Use in/out_u16/32 where appropriate. > - Use register names from ppc405.h. > - Fix trace useage for Lauterbach. > - Fix detection of vxWorks EDR. > - Remove obsolete generation HCU2. > - Renamed

[U-Boot-Users] [PATCH] ppc4xx: HCU4/5. Fix make O=../xx: second part

2008-02-04 Thread Niklaus Giger
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 0f6cc59..b3a1d2f 100644 --- a/Makefile +++ b/Makefile @@ -1225,9 +1225,11 @@ G2000_config:unconfig @$(MKCONFIG) $(@:_config

[U-Boot-Users] [PATCH 1/3] ppc4xx: PPC405GPr add missing EIRR register

2008-02-04 Thread Niklaus Giger
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- include/ppc405.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/ppc405.h b/include/ppc405.h index b5ad38f..fbfb681 100644 --- a/include/ppc405.h +++ b/include/ppc405.h @@ -784,6 +784,10 @@ #define reset (

Re: [U-Boot-Users] NAND driver question

2008-02-04 Thread Craig Millen
>I may have noted this before, but I suggest you move the CFG_NAND_ADDR to 0x9000 as done on Bamboo, since 0xd000 is reserved for PCI memory on 440EP. I have done this and it didn't make any difference, same exception >How is SDR0_CUST0 configured. Please read is in a runn

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Except for the declaration of the variable itself, *nothing* changes. > > What do you mean would become simpler? > > A normal global variable is simpler than one that's tied to a specific > register, > wouldn't you say? I wasn't trying to be that

Re: [U-Boot-Users] [PATCH] ColdFire: Fix missing code flash size for M5485EVB

2008-02-04 Thread Luigi 'Comio' Mantellini
Hi u-boot ml, Hi Tsi Chung Liew, I have the following error compiling the M5475xxx targets: [code] make[1]: Leaving directory `/mnt/devel/idf/u-boot/common' make -C libfdt/ make[1]: Entering directory `/mnt/devel/idf/u-boot/libfdt' m68k-elf-ar crv libfdt.a make[1]: Leaving directory `/mnt/devel/

Re: [U-Boot-Users] [PATCH] ARM: S3C24x0 SoC NAND controller support

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch adds NAND support to the S3C24x0 SoC code in u-boot > > Signed-off-by: Harald Welte <[EMAIL PROTECTED]> Applied, thanks - but ... > Index: u-boot/cpu/arm920t/s3c24x0/Makefile >

Re: [U-Boot-Users] [PATCH] ARM: arm920t: Allow use of 'gd' pointer from IRQ

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch allows us to use the 'gd' pointer (and thus environment > and everything else associated with it) from interrupt context on > arm920t. > > Signed-off-by: Harald Welte <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DEN

Re: [U-Boot-Users] [PATCH] ARM926: compile cpu_init_crit function only if CONFIG_SKIP_LOWLEVEL_INIT is not defined

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This patches allows cpu_init_crit function to be compilled only if > CONFIG_SKIP_LOWLEVEL_INIT is not defined. At present irrespective of > CONFIG_SKIP_LOWLEVEL_INIT, cpu_init_crit is always compilled. This is for > arm926ejs module. I'm not sure abo

Re: [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking

2008-02-04 Thread Wolfgang Denk
Hello, in message <[EMAIL PROTECTED]> you wrote: > > This Patch removes compiler warning about target cpu not supporting > interworking for arm926ejs processor. > > Signed-off-by: K R Gururaja Hebbar <[EMAIL PROTECTED]> A more or less identical patch (see entry "[PATCH] Remove warning: targe

Re: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This Patch adds if define to bdinfo command to display ethernet information > only if CONFIG_CMD_NET is defined for arm modules. > > > Signed-off-by: K R Gururaja Hebbar <[EMAIL PROTECTED]> There were no negative comments to this modification (just

Re: [U-Boot-Users] [PATCH] ColdFire: Fix missing code flash sizefor M5485EVB

2008-02-04 Thread Liew Tsi Chung
Luigi, Is the problem you encountered after you implemented the "Move PPC and M68K ramdiskloading to a common routine" patch or before? Regards, TsiChung -Original Message- From: Luigi 'Comio' Mantellini [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 5:04 PM To: Lie

Re: [U-Boot-Users] [PATCH] ARM: S3C24x0 SoC NAND controller support

2008-02-04 Thread Harald Welte
On Mon, Feb 04, 2008 at 11:55:47PM +0100, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > This patch adds NAND support to the S3C24x0 SoC code in u-boot > > > > Signed-off-by: Harald Welte <[EMAIL PROTECTED]> > > Applied, thanks - but ... > > > - usb.o usb_ohci.o > > +

[U-Boot-Users] mpc83xx_spi.c breaks non-ppc ports

2008-02-04 Thread Mike Frysinger
Commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb introduced the mpc83xx_spi.c driver which gets compiled for everyone, but this obviously only builds for the ppc port. I haven't been following the latest build updates, but the attached patch is one way to fix things. Signed-off-by: Mike Frysinger

Re: [U-Boot-Users] [PATCH] ARM: I2C Init function call in lib_arm/board.c

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This Patch adds I2C init func call to init sequence for arm boards. This is > present in ppc,blackfin and other processor init sequence. > > Signed-off-by: K R Gururaja Hebbar <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DE

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > allow to use a different server as set in serverip > add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length > if not defined the max length will be at 128 > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Applied, than

[U-Boot-Users] Pull request u-boot-blackfin.git

2008-02-04 Thread Mike Frysinger
This should get the Blackfin port building/running fine with mainline u-boot and a bunch of cleanups in the process. More/bigger things to come ... The following changes since commit 2c5260f711168d5ee91c70ddbb7d897013eefc46: Ladislav Michl (1): ARM: AT91RM9200 based boards config cleanu

Re: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

2008-02-04 Thread Gururaja Hebbar K R
Hi Wolfgang, Thanks. Will sure learn about GIT Process. Regards Gururaja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 2:19 PM To: Gururaja Hebbar K R Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] [PATCH] ARM92

[U-Boot-Users] [patch] only update version header as needed

2008-02-04 Thread Mike Frysinger
Constantly rebuilding the version header will force useless relinking, so we simply need to compare the new header with the existing one before updating it. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/Makefile b/Makefile index 0f6cc59..7655b23 100644 --- a/Makefile +++ b/Mak

Re: [U-Boot-Users] [PATCH] ARM: arm920/s3c24xx: IRQ demulitplexer callback

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, > plus a stub implementation of it for the S3C2410. > > The purpose is to allow arm920t implementations suhc as the s3c24x0 to > implement interrupt handlers in u-boot without havi

Re: [U-Boot-Users] [PATCH] ARM: s3c24xx: Multiple serial port support

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's > > Signed-off-by: Harald Welte <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Mun

Re: [U-Boot-Users] [PATCH] OMAP5912: fix FIFO handling in UART driver

2008-02-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > According to the OMAP5912 Serial Interfaces Reference Guide (see > http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the > FIFO_EN enable bit in the FIFO Control Register (FCR) can only be > changed when the baud clock is not running, i. e. whe

Re: [U-Boot-Users] 85xx, 86xx: Determine I2C clock frequencies and store in global_data

2008-02-04 Thread Wolfgang Denk
Hello Andy & Jon, in message <[EMAIL PROTECTED]> Jon wrote: > Andy Fleming wrote: > > On Jan 9, 2008 2:35 PM, Timur Tabi <[EMAIL PROTECTED]> wrote: > >> Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. > >> > >> Update the get_clocks() function in 85xx and 86xx to determine the

Re: [U-Boot-Users] 85xx, 86xx: Determine I2C clock frequencies and store in global_data

2008-02-04 Thread Jon Loeliger
Wolfgang Denk wrote: > Hello Andy & Jon, > > in message <[EMAIL PROTECTED]> Jon wrote: >> Andy Fleming wrote: >>> On Jan 9, 2008 2:35 PM, Timur Tabi <[EMAIL PROTECTED]> wrote: Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. Update the get_clocks() function in 85

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

2008-02-04 Thread Andy Fleming
are found in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git Timur Tabi (1): 85xx,86xx: Determine I2C clock frequencies and store in global_data cpu/mpc85xx/speed.c |3 +++ cpu/mpc86xx/speed.c |2 ++ include/asm-ppc/global_data.h |6 --

Re: [U-Boot-Users] 85xx, 86xx: Determine I2C clock frequencies and store in global_data

2008-02-04 Thread Andy Fleming
On Feb 4, 2008 5:22 PM, Jon Loeliger <[EMAIL PROTECTED]> wrote: > >>> On Jan 9, 2008 2:35 PM, Timur Tabi <[EMAIL PROTECTED]> wrote: > Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. > > Update the get_clocks() function in 85xx and 86xx to determine the I2C >

Re: [U-Boot-Users] [PATCH] 85xx: Add the concept of CFG_CCSRBAR_PHYS

2008-02-04 Thread Andy Fleming
On Jan 30, 2008 3:28 PM, Kumar Gala <[EMAIL PROTECTED]> wrote: > When we go to 36-bit physical addresses we need to keep the concept of > the physical CCSRBAR address seperate from the virtual one. > > For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR > > Signed-off-by: Kumar Gala <[EMAIL P

Re: [U-Boot-Users] [PATCH] 85xx: Added support for multicore boot mechanism

2008-02-04 Thread Andy Fleming
On Feb 1, 2008 10:19 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > Added the cpu command that provides a generic mechanism to get status, > reset, and release secondary cores in multicore processors. > > Added support for using the ePAPR defined spin-table mechanism on 85xx. > > Signed-off-by: Kumar

Re: [U-Boot-Users] mpc83xx_spi.c breaks non-ppc ports

2008-02-04 Thread Kim Phillips
On Mon, 4 Feb 2008 17:57:23 -0500 Mike Frysinger <[EMAIL PROTECTED]> wrote: > Commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb introduced the mpc83xx_spi.c > driver which gets compiled for everyone, but this obviously only builds for > the ppc port. I haven't been following the latest build update

Re: [U-Boot-Users] [PATCH] ARM926: compile cpu_init_crit function only if CONFIG_SKIP_LOWLEVEL_INIT is not defined

2008-02-04 Thread Hebbar
Hi Wolfgang , At Present the call to "cpu_init_crit" in uboot/cpu/arm926ejs/start.S (142) is under ifndef #ifndef CONFIG_SKIP_LOWLEVEL_INIT bl cpu_init_crit #endif But the function definition (203) isn't under this ifndef. So irrespective of CONFIG_SKIP_LOWLEVEL_INIT, this functi

Re: [U-Boot-Users] mpc83xx_spi.c breaks non-ppc ports

2008-02-04 Thread Mike Frysinger
On Monday 04 February 2008, Kim Phillips wrote: > Mike Frysinger <[EMAIL PROTECTED]> wrote: > > Commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb introduced the > > mpc83xx_spi.c driver which gets compiled for everyone, but this obviously > > only builds for the ppc port. I haven't been following th

[U-Boot-Users] sh: Fix register address of SH7722

2008-02-04 Thread Nobuhiro Iwamatsu
The address of SH7722 is wrong by old document. This patch fixes this problem. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- include/asm-sh/cpu_sh7722.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/asm-sh/cpu_sh7722.h b/include/asm-sh/cpu_

[U-Boot-Users] [PATCH] Add AT2440 (S3C2440) board support

2008-02-04 Thread roger . esoft
Signed-off-by:Roger Huang Add AT2440 EVB support, it's base on Samsung S3C2440 SOC with 64MB SDRAM & 64M NAND. It enable as followed feature: 1. Booting from NAND 2. Follow newer MTD NAND implement --- 本郵件來自HiNet WebMail ---diff --git a/Makefile b/Makefile index 0f6cc59..661ee0e 100

Re: [U-Boot-Users] [PATCH 1/3] ppc4xx: PPC405GPr add missing EIRR register

2008-02-04 Thread Stefan Roese
On Monday 04 February 2008, Niklaus Giger wrote: > > Why is 405GPr needed here? Is this register not available in 405GP? > > I found the following comments in the Migration guide for the PPC405GP -> > PPC405GPr (PPC405GP_AN2023_405GPrMigration__v1_01.pdf). > > > The 405GPr provides the ability to a

Re: [U-Boot-Users] [PATCH 1/3] ppc4xx: PPC405GPr add missing EIRR register

2008-02-04 Thread Stefan Roese
On Tuesday 05 February 2008, Stefan Roese wrote: > > Therefore I concluded that it is very PPC405GPr specific. But I did not > > check all other PPC405 variants. > > Yes, you seem to be right here. This *is* 405GPr specific. But I don't > think it is worth adding this CONFIG_405GPr. Right now by se

Re: [U-Boot-Users] [PATCH 3/3] ppc4xx: HCU4/5. Cleanups

2008-02-04 Thread Stefan Roese
On Monday 04 February 2008, Stefan Roese wrote: > > - Fix some coding style violations. > > - Use in/out_u16/32 where appropriate. > > - Use register names from ppc405.h. > > - Fix trace useage for Lauterbach. > > - Fix detection of vxWorks EDR. > > - Remove obsolete generation HCU2. > > - Renamed

[U-Boot-Users] Dream of You

2008-02-04 Thread west
Your Friend and Lover http://213.60.136.120/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___

Re: [U-Boot-Users] NAND driver question

2008-02-04 Thread Stefan Roese
On Monday 04 February 2008, Craig Millen wrote: > > I may have noted this before, but I suggest you move the CFG_NAND_ADDR > > to 0x9000 as done on Bamboo, since 0xd000 is reserved for PCI > > memory on 440EP. > > I have done this and it didn't make any difference, same > exception I