Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Markus Klotzbücher
On Tue, Sep 02, 2008 at 01:56:24AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > For USB settings CONFIG_USE or CONFIG_SYS_PCI_ Huh? I guess you meant s/USE/USB/ and s/PCI/USB/ ? Best regards Markus -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235

Re: [U-Boot] Burning U-boot on 460EX using BDI3000

2008-09-01 Thread Victor Gallardo
Hi Felix, Here is my BDI configuration file for Canyonlands. This one should work for you. This one configures OCM instead DDR. -Victor Gallardo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felix Radensky Sent: Monday, September 01, 2008 9:43 AM T

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > 2) Extra config > > > > For memory settings CONFIG_MEM_ or CONFIG_SYS_MEM_ > > > > For PCI settings CONFIG_PCI_ or CONFIG_SYS_PCI_ > > > > For USB settings CONFIG_USE or CONFIG_SYS_PCI_ > > > > For flash settings CONFIG_FLASH or CONFIG_SYS_FLASH_ > > > > For nand

[U-Boot] [PATCH V2] doc/qemu_mips: add doc howto debug u-boot with gdb

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- diff with V1 remove unrelated changement doc/README.qemu_mips | 64 +- 1 files changed, 63 insertions(+), 1 deletions(-) diff --git a/doc/README.qemu_mips b/doc/README.qemu_mi

[U-Boot] [PATCH 1/1] doc/qemu_mips: add doc howto debug u-boot with gdb

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- doc/README.qemu_mips | 64 +- include/bcd.h|7 - lib_generic/Makefile |1 + 3 files changed, 69 insertions(+), 3 deletions(-) diff --git a/doc/README.qemu_

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > As announce during OLS conference, it's plain to s/plain/planned/ > * Configuration _OPTIONS_: > These are selectable by the user and have names beginning with > "CONFIG_". > >

Re: [U-Boot] unassigned-patches/24: [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-09-01 Thread Ben Warren
Hi Detlev, On Mon, Sep 1, 2008 at 3:48 PM, Detlev Zundel <[EMAIL PROTECTED]> wrote: > Hi Ben, > >> It looks like this one slipped through the cracks. I've looked through >> my e-mails and found one from Wolfgang on 6/8 where he said he'd apply >> it, so I acked the patch rather than pulling it mys

[U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, As announce during OLS conference, it's plain to use kconfig to manage board configuration. For this purpose and Makefile conditional compile we're move CFG_ macro to new CONFIG_ marco For memory There are two classes of configuration variable

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > As you know, in the tool we have to decide at run-time whether we are > dealing with a single environment copy or with current / redundant > configuration. With NAND support when _writing_ environment to NAND you > have

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Guennadi Liakhovetski
On Tue, 2 Sep 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > 1. do not use the union > > > > well, I would still prefer to use it and I hope I will be allowed to do so > > in a separate NAND-tool. I agree, it would be better to use the definition > > from the en

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Wolfgang Denk
I wrote: > > > to prevent that the pointer will not be use for an other register > > > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > > > Er. What? If a device is registered multiple times, that sounds like > > something which should be fixed, not papered over like

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Wolfgang Denk
Dear Jean-Christophe, In message <[EMAIL PROTECTED]> Haavard Skinnemoen wrote: > > > to prevent that the pointer will not be use for an other register > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > Er. What? If a device is registered multiple times, that sounds l

Re: [U-Boot] [PATCH] Don't tftp to unknown flash

2008-09-01 Thread Wolfgang Denk
Dear Jochen Friedrich, In message <[EMAIL PROTECTED]> you wrote: > If a board has a variable number of flash banks, there are empty entries > in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with > "Outside available Flash". This patch skips flash banks with unknown > flash ids. >

Re: [U-Boot] unassigned-patches/24: [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-09-01 Thread Detlev Zundel
Hi Ben, > It looks like this one slipped through the cracks. I've looked through > my e-mails and found one from Wolfgang on 6/8 where he said he'd apply > it, so I acked the patch rather than pulling it myself. For whatever > reason, it didn't make it in. > > I've rejigged the patch to apply to T

Re: [U-Boot] [PATCH 7/7 v7] ARM: Add support for S3C6400 based SMDK6400 board

2008-09-01 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > Looks like the problem is with the build system somewhere. After a > distclean it builds cleanly. Whereas, just tried it after "kilauea" > without any clean - was flooded with errors. A look in the log reveals, Indeed -

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > This seems to be also the case in the mainline version, and fixing it > would take a bit more than a oneliner - just including produces > a couple of "redefeined" warnings. Hm. This used to work before. Can you bisect i

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > 1. do not use the union > > well, I would still prefer to use it and I hope I will be allowed to do so > in a separate NAND-tool. I agree, it would be better to use the definition > from the environment.h directly. But:

Re: [U-Boot] [U-Boot-Users] Request: s3c24xx getting its own start.S file ?

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:31 Fri 22 Aug , Harald Welte wrote: > Hi Jean-Christophe, > > On Mon, Aug 18, 2008 at 11:03:32PM +0200, Wolfgang Denk wrote: > > In message <[EMAIL PROTECTED]> Harald Welte wrote: > > > > > > the problem is tha the main makefile always wants to build > > > cpu/arm920t/start.o, and I don

Re: [U-Boot] unassigned-patches/24: [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-09-01 Thread Ben Warren
Hi Detlev, Detlev Zundel wrote: > Hi Ben, > > >> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> >> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> >> >> --- >> Added to GNATS database as unassigned-patches/24 >> >>> Responsible:patch-coord >>> Message-Id: <[EMAIL PROTECTED]>

Re: [U-Boot] [PATCH 1/2] net: smc911x: Add pkt_data_pull and pkt_data_push function

2008-09-01 Thread Ben Warren
Nobuhiro Iwamatsu wrote: > The RSK7203 board has the SMSC9118 wired up 'incorrectly'. > Byte-swapping is necessary, and so poor performance is inevitable. > This problem cannot evade by the swap function of CHIP, this can > evade by software Byte-swapping. > And this has problem by FIFO access only

[U-Boot] [PATCH] rtc: allow rtc_set to return an error and use it in cmd_date

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- board/bmw/m48t59y.c |4 ++-- board/cray/L1/L1.c |4 ++-- board/etin/debris/phantom.c |4 +++- board/mousse/m48t59y.c |4 ++-- common/cmd_date.c | 28 ---

Re: [U-Boot] [PATCH] ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

2008-09-01 Thread Hugo Villeneuve
On Mon, 2008-09-01 at 19:16 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 12:00 Mon 01 Sep , Hugo Villeneuve wrote: > > ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c > > > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > > > --- > > > > Remove duplicate

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:15 Mon 01 Sep , Haavard Skinnemoen wrote: > Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > > Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > > > to prevent that the pointer will not be use for an other register > > > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[

[U-Boot] Fwd: [U-Boot-Users] [PATCH] bdinfo not showing correct info about memory size

2008-09-01 Thread Ricardo Ribalda Delgado
For the record: What Stefan says is completely true. Last version of u-boot does not give wrong info without my patch. Regards On Wed, Jul 30, 2008 at 07:54, Stefan Roese <[EMAIL PROTECTED]> wrote: > Ricardo, > > On Wednesday 30 July 2008, Ricardo Ribalda Delgado wrote: >> I don't th

[U-Boot] AT91RM9200 relocation

2008-09-01 Thread Nícolas Carneiro Lebedenco
Hi, I'm porting u-boot to a custom board based on the at91rm9200-dk (only exception is that only parallel nor flash is available on my board) Soon I realized that I could load u-boot 1.1.4 from flash but not u-boot 1.3.4. It really bugged me until I noticed some differences in cpu/arm920t/star

Re: [U-Boot] [PATCH] ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:00 Mon 01 Sep , Hugo Villeneuve wrote: > ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > Remove duplicate code in a if/else block in > cpu/arm926ejs/davinci/dp83848.c. > > cpu/arm926ejs/config.mk

Re: [U-Boot] unassigned-patches/25: [PATCH] USB EHCI: reset root hub

2008-09-01 Thread Markus Klotzbücher
Hi Detlev, On Mon, Sep 01, 2008 at 05:41:48PM +0200, Detlev Zundel wrote: > > Some of multi-function USB controllers (e.g. ISP1562) allow root hub > > resetting only via EHCI registers. So, this patch adds the corresponding > > kind of reset to OHCI's hc_reset() if the newly introduced > > CONF

Re: [U-Boot] Burning U-boot on 460EX using BDI3000

2008-09-01 Thread David Hawkins
Hi Felix, > Can U-boot be burned on 460EX based board (using BDI3000) > without configuring DDR controller? The BDI configuration file > for Canyonlands board on Denx site > http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1. > has no DDR setup, but also doesn't work on Canyonlands > (fails o

[U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v4

2008-09-01 Thread Ricardo Ribalda Delgado
This patch provides an unificated way of handling xilinx v5 ppc440 boards. It unificates 3 different things: 1) Source code A new board called ppc440-generic has been created. This board includes a generic tlb initialization (Maps the whole memory into virtual) and defines board_pre_init, checkbo

[U-Boot] Burning U-boot on 460EX using BDI3000

2008-09-01 Thread Felix Radensky
Hi, Can U-boot be burned on 460EX based board (using BDI3000) without configuring DDR controller ? The BDI configuration file for Canyonlands board on Denx site http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1. has no DDR setup, but also doesn't work on Canyonlands (fails on flash erase). T

Re: [U-Boot] [PATCH] mtd: SPI Flash: Support the STMicro Flash

2008-09-01 Thread Haavard Skinnemoen
John Rigby <[EMAIL PROTECTED]> wrote: > Any problem with this going in via the coldfire tree? Or does someone > else want to pick it up? Fine with me. Haavard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Haavard Skinnemoen
Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > > to prevent that the pointer will not be use for an other register > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > Er. What? If a device is registered m

Re: [U-Boot] [PATCH] ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

2008-09-01 Thread ksi
On Mon, 1 Sep 2008, Hugo Villeneuve wrote: ACK-by: Sergey Kubushyn <[EMAIL PROTECTED]> > ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > Remove duplicate code in a if/else block in > cpu/arm926ejs/davinci/dp8

[U-Boot] [PATCH] ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

2008-09-01 Thread Hugo Villeneuve
ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- Remove duplicate code in a if/else block in cpu/arm926ejs/davinci/dp83848.c. cpu/arm926ejs/config.mk |2 +- cpu/arm926ejs/davinci/dp83848.c | 32 +-

Re: [U-Boot] U-Boot Versioning

2008-09-01 Thread Robert Schwebel
On Sat, Aug 30, 2008 at 01:12:31AM +0200, Wolfgang Denk wrote: > Or use colors. > > The next release will then be the Yellow Submarine :) We've also considered to name toolchain releases after food. So for example if gcc-4.3.2 would be spagetti, binutils-2.18 would be tomatos, glibc-2.8 would be

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > to prevent that the pointer will not be use for an other register > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Er. What? If a device is registered multiple times, that sounds like something which should be fi

Re: [U-Boot] unassigned-patches/25: [PATCH] USB EHCI: reset root hub

2008-09-01 Thread Detlev Zundel
Hi Markus, > Some of multi-function USB controllers (e.g. ISP1562) allow root hub > resetting only via EHCI registers. So, this patch adds the corresponding > kind of reset to OHCI's hc_reset() if the newly introduced > CONFIG_PCI_EHCI_DEVNO > option is set (e.g. for Socrates board). > > Signed-

Re: [U-Boot] unassigned-patches/23: [PATCH] RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().

2008-09-01 Thread Detlev Zundel
Hi Wolfgang, > Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> > > --- > Added to GNATS database as unassigned-patches/23 >>Responsible:patch-coord >>Message-Id: <[EMAIL PROTECTED]> >>In-Reply-To:<[EMAIL PROTECTED]> >>References: <[EMAIL PROTECTED]> >>Patch-Date: Fri Aug 15 15

Re: [U-Boot] unassigned-patches/24: [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-09-01 Thread Detlev Zundel
Hi Ben, > Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > > --- > Added to GNATS database as unassigned-patches/24 >>Responsible:patch-coord >>Message-Id: <[EMAIL PROTECTED]> >>In-Reply-To: >>References: >>Patch-Date: Fr

[U-Boot] [PATCH] Don't tftp to unknown flash

2008-09-01 Thread Jochen Friedrich
If a board has a variable number of flash banks, there are empty entries in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with "Outside available Flash". This patch skips flash banks with unknown flash ids. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- net/tftp.c |3

[U-Boot] [PATCH 1/1] device: clone device on register

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
to prevent that the pointer will not be use for an other register Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/devices.c | 24 +++- include/devices.h |1 + 2 files changed, 24 insertions(+), 1 deletions(-) diff --git a/common/devices.c

[U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-09-01 Thread Haavard Skinnemoen
The information displayed when CONFIG_LCD_INFO is set is inherently board-specific, so it should be done by the board code. The current code dealing with this only handles two cases, and is already a horrible mess of #ifdeffery. Yes, this duplicates some code, but it also allows boards to print mo

[U-Boot] [PATCH 4/5] lcd: Set lcd_is_enabled before clearing the screen

2008-09-01 Thread Haavard Skinnemoen
This allows the logo/info rendering routines to use the regular lcd_putc/lcd_puts/lcd_printf calls. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- common/lcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index 82e557e..6ad2133 1

[U-Boot] [PATCH 3/5] lcd: Implement lcd_printf()

2008-09-01 Thread Haavard Skinnemoen
lcd_printf() has a prototype in include/lcd.h but no implementation. Fix this by borrowing the lcd_printf() implementation from the cogent board code (which appears to use its own LCD framework.) Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- common/lcd.c | 14 ++ 1 files

[U-Boot] [PATCH 2/5] atmel_lcdfb: Straighten out funky vl_sync logic

2008-09-01 Thread Haavard Skinnemoen
If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED, otherwise we don't. WTF? Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- drivers/video/atmel_lcdfb.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/video/atmel_lcdfb.c b/driver

[U-Boot] [PATCH 1/5] atmel_lcdfb: Eliminate unneeded #include

2008-09-01 Thread Haavard Skinnemoen
atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It includes a file that does, asm/arch/gpio.h, but this file doesn't include like it's supposed to. Add the missing include to asm/arch/gpio.h and remove the workaround from the atmel_lcdfb driver. This makes the driver compile

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

2008-09-01 Thread Detlev Zundel
Hi Andy, > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git master > [...] > Kumar Gala (18): [...] > FSL DDR: Convert socrates to new DDR code. [...] That's really nice that we get the socrates board converted to the new style DDR, but I wonder wh

Re: [U-Boot] Close bug

2008-09-01 Thread Detlev Zundel
Hi Ricardo, > I have been taken a look to http://bugs.denx.de/databases/u-boot and the > bug > http://bugs.denx.de/databases/u-boot/prs/8 has been already solved in > d0039d4ed275e6ca09fb417895024ad02be118c4 > > Anyone with permissions, please close it. Ok, done. > BTW, could anyone expl

Re: [U-Boot] unassigned-patches/8

2008-09-01 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] I2C Monitor chip ADT7460 support State-Changed-From-To: open->closed State-Changed-By: dzu State-Changed-When: Mon, 01 Sep 2008 15:43:30 +0200 State-Changed-Why: Applied in commit d0039d4ed275e6ca09fb417895024ad02be118c4

[U-Boot] [PATCH v2 4/9] avr32: Add gclk helper functions

2008-09-01 Thread Haavard Skinnemoen
Add two helper functions for configuring and enabling generic clocks: - gclk_enable_output: Enables output on a GCLKx pin - gclk_set_rate: Configures a gclk to run at a specific rate This should eliminate any reason to go mucking about with PM registers from board code. Signed-off-by: Haavard

[U-Boot] [PATCH v2 9/9] avr32: Add support for "GPIO" port mux

2008-09-01 Thread Haavard Skinnemoen
The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and all later AVR32 chips. This patch adds a driver for it, implementing the same API as the existing portmux-pio driver but with more functionality. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- cpu/at32ap/Makefile

[U-Boot] [PATCH v2 0/9] avr32 cleanups and GPIO port mux support

2008-09-01 Thread Haavard Skinnemoen
The following patch series is a round of cleanups to the avr32 code, including board code. It shouldn't result in any functional changes or significant changes in the size of the u-boot image, but it should make it easier to add support for new chips and boards in the future, and it also makes some

[U-Boot] [PATCH v2 7/9] avr32: use board_early_init_r instead of board_init_info

2008-09-01 Thread Haavard Skinnemoen
Replace the avr32-specific board_init_info hook by the standard board_early_init_r hook and make it optional. board_early_init_r() runs somewhat earlier than board_init_info used to do, but this isn't a problem for any of the in-tree boards. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> -

[U-Boot] [PATCH v2 2/9] avr32: data_bits should reflect the actual number of data bits

2008-09-01 Thread Haavard Skinnemoen
Make the data_bits enum in struct sdram_config reflect the actual number of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean 32 bits is just too confusing. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- include/asm-avr32/sdram.h |4 ++-- 1 files changed, 2 inse

[U-Boot] [PATCH v2 5/9] hammerhead: Use gclk helper functions

2008-09-01 Thread Haavard Skinnemoen
Use the new gclk helper functions to set up the PHY clock instead of accessing the PM registers directly. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- board/miromico/hammerhead/hammerhead.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/board/miromi

[U-Boot] [PATCH v2 1/9] avr32: Update README

2008-09-01 Thread Haavard Skinnemoen
Remove some outdated and/or unnecessary information, and add updated information about the toolchain and buildroot. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- doc/README.AVR32 | 24 1 files changed, 8 insertions(+), 16 deletions(-) diff --git a/doc/READM

[U-Boot] [PATCH v2 6/9] avr32: Use board_postclk_init instead of gclk_init

2008-09-01 Thread Haavard Skinnemoen
Replace the avr32-specific gclk_init() board hook with the standard board_postclk_init() hook which is supposed to run at the same point during initialization. Provide a dummy weak alias for boards not implementing this hook. The cost of this is: - 2 bytes for the dummy function (retal 0) - 2

[U-Boot] [PATCH v2 8/9] atstk1000: Convert to new-style makefile

2008-09-01 Thread Haavard Skinnemoen
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- board/atmel/atstk1000/Makefile |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/board/atmel/atstk1000/Makefile b/board/atmel/atstk1000/Makefile index 155d46a..f9b26e5 100644 --- a/board/atmel/atstk1000/Makefi

[U-Boot] [PATCH] ppc4xx: Remove reference to common/lists.o from some esd linker scripts

2008-09-01 Thread Stefan Roese
This patch removes some direct references to common/lists.o from some esd linker scripts. This is necessary because the lists source was moved and is not in the "common" directory anymore. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- Matthias, even better would be to remove the references t

[U-Boot] [BUG] common/console.c

2008-09-01 Thread Heiko Schocher
Hello Jean-Christophe, I compilied actual u-boot for the muas3001 board and tried to start it, but it crashes in common/console.c console_init_r () ... After reversing your Patch: http://git.denx.de/?p=u-boot.git;a=commitdiff;h=c1de7a6daf9c657484e1c6d433f01fccd49a7f48#patch4 it works again fine

Re: [U-Boot] [PATCH v2 01/17] Introduce netdev.h header file and remove externs

2008-09-01 Thread Haavard Skinnemoen
Ben Warren <[EMAIL PROTECTED]> wrote: > This addresses all drivers whose initializers have already > been moved to board_eth_init()/cpu_eth_init(). > > Signed-off-by: Ben Warren <[EMAIL PROTECTED]> Acked-by: Haavard Skinnemoen <[EMAIL PROTECTED]> ___ U-

Re: [U-Boot] u-boot-arm pull request

2008-09-01 Thread Guennadi Liakhovetski
On Sun, 31 Aug 2008, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi Wolfgang, > please pull > The following changes since commit 33aa4eac66b71c797bbc13b3afe432a2132947d4: > Wolfgang Denk (1): > Merge branch 'master' of /home/wd/git/u-boot/custodians > > are available in the git repository

Re: [U-Boot] [PATCH 7/7 v7] ARM: Add support for S3C6400 based SMDK6400 board

2008-09-01 Thread Guennadi Liakhovetski
On Mon, 1 Sep 2008, Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message <[EMAIL PROTECTED]> you wrote: > > SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl > > driver for it too. The board can also boot from the NOR flash, but due to > > hardware limitations

[U-Boot] New Board: Avnet/Memec Virtex4FX12 Minimodul

2008-09-01 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, i have create a new board-configuration and want to submit some patches. i am new to git and have some questions: - - i clone the u-boot repository with "git-clone git://git.denx.de/u-boot/" - - copy the new/changed files to the new created

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Guennadi Liakhovetski
On Mon, 1 Sep 2008, Guennadi Liakhovetski wrote: > > New issue: I just noted that the default environment built into the > > fw_ tool has not much to do with the default environment build into > > the U-Boot binary image; in theory both should be the same. Don;t > > know yet if this is a n

[U-Boot] U-boot Support for Intel P30 strata (NOR) flash

2008-09-01 Thread Lejin K Joy
Hi, 1) I am looking for u-boot which can support Intel P30 strata flash. 2) The board is IMX27 based. The u-boot_v2 is getting hung after it prints Free scale IMX27.. Could anyone help me out please... Thanks, Lejin __

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-01 Thread Guennadi Liakhovetski
On Sun, 31 Aug 2008, Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message <[EMAIL PROTECTED]> you wrote: > > > > Ok, how about this: we leave the current fw_env.c as it is, I submit > > _exactly_ the state after applying my 6 patches as a new file, with > > suitable changes to the