Re: [U-Boot] [PATCH] at91: Don't initialize watchdog if CONFIG_SYS_WDTC_WDMR_VAL is undefined

2010-07-25 Thread Alexander Stein
Dear Wolfgang, Am Donnerstag, 22. Juli 2010, 15:53:25 schrieben Sie: > > Of course, if CONFIG_HW_WATCHDOG and CONFIG_AT91SAM9_WATCHDOG is set, > > u-boot should use/trigger the watchdog. But (re-)programming the > > watchdog on AT91 is not always necessary. Without programming (using > > CONFIG_SY

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Reinhard Meyer
Mike Frysinger wrote: > On Sunday, July 25, 2010 20:07:31 Reinhard Meyer wrote: > >> I can rename the current driver to like "enc28j60_lpc2292.c" and make the >> two affected boards use it, so they still compile and work. I can't do >> those boards' maintainers work and add the required code to

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Mike Frysinger
On Sunday, July 25, 2010 20:07:31 Reinhard Meyer wrote: > I can rename the current driver to like "enc28j60_lpc2292.c" and make the > two affected boards use it, so they still compile and work. I can't do > those boards' maintainers work and add the required code to use the new > driver and make a

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Mike Frysinger
On Sunday, July 25, 2010 16:06:31 Reinhard Meyer wrote: > Mike Frysinger wrote: > > On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: > >> I would like to generalize that driver and make it also > >> CONFIG_NET_MULTI-able. > > > > someone already has ... look at the archives in december of

Re: [U-Boot] u-boot for rsk7203

2010-07-25 Thread Nobuhiro Iwamatsu
Hi, 2010/7/19 Fabio Giovagnini : > Hi nobuhiro san. > I'have gone ahead on my board, derived from rks7203. > Now the system boots and alse the NOR flash (mine is an SST) works properly. > If you like we can stay in touch for the development > I already fixed my rep. git://git.denx.de/u-boot-sh

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Reinhard Meyer
Ben Warren wrote: > Hi Reinhard, > > On Sun, Jul 25, 2010 at 1:06 PM, Reinhard Meyer < > reinhard.me...@emk-elektronik.de> wrote: > > >> Mike Frysinger wrote: >> >>> On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: >>> >>> I would like to generalize that driver and make

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Ben Warren
Hi Reinhard, On Sun, Jul 25, 2010 at 1:06 PM, Reinhard Meyer < reinhard.me...@emk-elektronik.de> wrote: > Mike Frysinger wrote: > > On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: > > > >> I would like to generalize that driver and make it also > >> CONFIG_NET_MULTI-able. > >> > > > > s

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-07-25 Thread Wolfgang Denk
Dear Kim, In message <20100720170026.fee7f593.kim.phill...@freescale.com> you wrote: > > > Ah! Can you please try the following patch - it's not intended to be a > > fix, just to verify my hypothesis. Thanks in advance. > > indeed, your patch plus the following makes the 8572 boot properly > agai

[U-Boot] Katmai flash configuration

2010-07-25 Thread Wolfgang Denk
Hello Stefan, I have problems understanding the configuration in "include/configs/katmai.h". I read: 188 #define CONFIG_EXTRA_ENV_SETTINGS \ ... 193 "kernel_addr=fff1\0"\ 194 "ramdisk_addr=fff2\0

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Reinhard Meyer
Mike Frysinger wrote: > On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: > >> I would like to generalize that driver and make it also >> CONFIG_NET_MULTI-able. >> > > someone already has ... look at the archives in december of 09 > Thanks for the hint Mike, it seems the thread t

[U-Boot] [PATCH] bootm: fix pointer warning with lzma

2010-07-25 Thread Mike Frysinger
Avoid warning: cmd_bootm.c: In function 'bootm_load_os': cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' from incompatible pointer type For 32 bit systems, this change shouldn't make a difference to code size since sizeof(size_t) and sizeof(unsigned int) are equa

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

2010-07-25 Thread Mike Frysinger
The following changes since commit 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2: fs/fat: Big code cleanup. (2010-07-24 20:54:46 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (6): Blackfin: bf533/bf561 boards: convert to new s

[U-Boot] [PATCH] Blackfin: gpio: use common usage func

2010-07-25 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- arch/blackfin/cpu/cmd_gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/cpu/cmd_gpio.c b/arch/blackfin/cpu/cmd_gpio.c index 9e505b6..21c2bb9 100644 --- a/arch/blackfin/cpu/cmd_gpio.c +++ b/arch/blackfin/cpu/cmd_gpio.c

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

2010-07-25 Thread Mike Frysinger
The following changes since commit 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2: fs/fat: Big code cleanup. (2010-07-24 20:54:46 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (5): Blackfin: bf533/bf561 boards: convert to new s

[U-Boot] splash screen handling in u-boot when booting an OS

2010-07-25 Thread Mike Frysinger
some Blackfin boards support CONFIG_VIDEO so there is a splash screen while u- boot is running. however, we dont always boot a Linux image with a video driver enabled. so sometimes a few weird things can occur due to the DMA always running in the background (such as attempting to suspend to RAM

Re: [U-Boot] Problem when compiling Uboot 1.3.4 use arm-linux-gcc 3.3.2

2010-07-25 Thread Wolfgang Denk
Dear Zheng Zhang, In message you wrote: > > I am porting uboot 1.3.4 to my s3c2440 board, the cross compiler is > arm-linux-gcc 3.3.2, and met a problem as following: U-Boot 1.3.4 is very old (more than 2 years), and gcc 3.3.2 is even older (more than six years). GCC 3.3.2 was already obsolete

[U-Boot] Problem when compiling Uboot 1.3.4 use arm-linux-gcc 3.3.2

2010-07-25 Thread Zheng Zhang
Hi everyone, I am porting uboot 1.3.4 to my s3c2440 board, the cross compiler is arm-linux-gcc 3.3.2, and met a problem as following: cd /home/Fedora/Desktop/utu2440/u-boot-1.3.4 && arm-linux-ld -Bstatic -T /home/Fedora/Desktop/utu2440/u-boot-1.3.4/board/utu2440/u-boot.lds -Ttext 0x33F800

Re: [U-Boot] drivers/net/enc28j60.c - generalisation, how?

2010-07-25 Thread Mike Frysinger
On Saturday, July 24, 2010 02:11:16 Reinhard Meyer wrote: > I would like to generalize that driver and make it also > CONFIG_NET_MULTI-able. someone already has ... look at the archives in december of 09 -mike signature.asc Description: This is a digitally signed message part. __