Re: [U-Boot] [PATCH] common: nvedit to protect additional ethernet addresses Part 1/1

2008-12-05 Thread Stefan Althoefer
This patches cmd_nvedit to reject changes for "ethaddr." in addition to "ethaddr" and "serial#". This is intendend to protect changes to additional ethernet addresses (e.g. "ethernet1"). The code was rewritten to be more clear. Signed-off-by: Stefan Althoefer <[EMAIL PROTECTED]> --- diff -uprN

[U-Boot] [PATCH] nand: move board_nand_init to nand.h

2008-12-05 Thread Mike Frysinger
Rather than putting the function prototype for board_nand_init() in the one place where it gets called, put it into nand.h so that every place that also defines it gets the prototype. Otherwise, errors can go silently unnoticed such as using the wrong return value (void rather than int) when defin

[U-Boot] [PATCH-OMAP3] OMAP3: Enable command parser and add boot scripting

2008-12-05 Thread Dirk Behme
Enable "hush" command parser and set default environment to boot from MMC if a bootable card is present, otherwise boot from NAND. Signed-off-by: Steve Sakoman <[EMAIL PROTECTED]> Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- * This patch applies on top of last 6 pending OMAP3 patches (in th

[U-Boot] [PATCH-OMAP3] OMAP3: Check for MMC card

2008-12-05 Thread Dirk Behme
mmc_init was always returning success -- now returns failure if no card is present. Signed-off-by: Steve Sakoman <[EMAIL PROTECTED]> Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- * This patch applies on top of last 5 pending OMAP3 patches (in this order): http://lists.denx.de/pipermail/u-bo

[U-Boot] We have data for Veterinarians, Massage Therapists, Dentists etc..

2008-12-05 Thread Hastings U Gail
Licensed Medical Doctors in the United States Coverage for many different medical specialties you can sort by many different fields Price for this week only = $396 !!! Get These Fr EE with every order this week !!! ++ Hospitals ++ Nursing Homes ++ Visiting Nurses & RN's ++ Chiro

Re: [U-Boot] [PATCH] cmd_elf: CONFIG_ELF_SIMPLE_LOAD: load ELFs according to PHDRs

2008-12-05 Thread Mike Frysinger
On Friday 05 December 2008 17:21:27 Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > The current ELF loading function does a lot of work above and beyond a > > simple "loading". It ignores the real load addresses and loads things > > into their virtual (runtime) address. This

Re: [U-Boot] [PATCH v5] Update U-Boot's build timestamp on every compile

2008-12-05 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > Use the GNU 'date' command to auto-generate a new U-Boot > timestamp on every compile. > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> It seems that a "make mrproper" leaves a "include/timestamp.h"? Could you add this to the cleanu

Re: [U-Boot] [PATCH] lwmon, tqm8xx: Fix build errors

2008-12-05 Thread Wolfgang Denk
Dear Anatolij, In message <[EMAIL PROTECTED]> you wrote: > Commit 6b59e03e0237a40a2305ea385defdfd92000978b > lcd: Let the board code show board-specific info > > introduced some bugs which prevent U-Boot building > for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will > be defined in the board confi

Re: [U-Boot] [PATCH]: FFS/UFS filesystems support

2008-12-05 Thread Wolfgang Denk
Dear Stanislav, In message <[EMAIL PROTECTED]> you wrote: > > There's a new version of the patch. I've also changed the > license to GPL where possible. Sorry, but I'm still concerned about the licensing. > diff -r 83d0dd6dceee fs/ffs/ffs.c > - --- /dev/null Thu Jan 01 00:00:00 1970 +

Re: [U-Boot] [PATCH] cmd_elf: CONFIG_ELF_SIMPLE_LOAD: load ELFs according to PHDRs

2008-12-05 Thread Wolfgang Denk
Dear Mike, In message <[EMAIL PROTECTED]> you wrote: > The current ELF loading function does a lot of work above and beyond a > simple "loading". It ignores the real load addresses and loads things into > their virtual (runtime) address. This is undesirable when we just want it > to load an ELF

Re: [U-Boot] [PATCH] ignore .gdb_history files

2008-12-05 Thread Wolfgang Denk
Dear Mike Frysinger, In message <[EMAIL PROTECTED]> you wrote: > When using gdb, history files will often get generated. So ignore them. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > --- > .gitignore |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Applied, thanks. Bes

Re: [U-Boot] [PATCH V2] FPGA: move fpga drivers to drivers/fpga

2008-12-05 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > add forgeted Makefile > Makefile |1 + > common/Makefile | 11 -- > {common =>

Re: [U-Boot] [ARM] How up-to-date is http://www.denx.de/wiki/U-Boot/PatchStatus ?

2008-12-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:28 Fri 05 Dec , Wolfgang Denk wrote: > Dear "Thomas De Schampheleire", > > In message <[EMAIL PROTECTED]> you wrote: > > > > I stumbled upon the following link: > > http://www.denx.de/wiki/U-Boot/PatchStatus > > It seems to contain some sort of "TODO" for the ARM-code. How > > up-to-da

Re: [U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Wolfgang Denk
Dear Daniel Mack, In message <[EMAIL PROTECTED]> you wrote: > > > So this is a bug, and needs to be fixed. > > Ok. Do you want me to submit some "#ifdef MONAHANS" patch for the pxa > ge_timer() function or is anyone working on major reworks for this > anyway? You best coordinate this with Jean-C

Re: [U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Daniel Mack
On Fri, Dec 05, 2008 at 10:01:44PM +0100, Wolfgang Denk wrote: > > The timer implementation (at least the one for PXA processors) assumes > > that the OSCR register increments 1000 times a second. Which it doesn't > > for PXA3xx variants. Hence, all functions from cpu/pxa/interrupts.c will > > beha

Re: [U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Wolfgang Denk
Dear Daniel Mack, In message <[EMAIL PROTECTED]> you wrote: > > > This is by definition a NO-OP at best, and misleading and wrong > > otherwise. get_timer() is defined to return millisecond resolution, > > and CONFIG_SYS_HZ is supposed to be 1000. > > The timer implementation (at least t

Re: [U-Boot] [PATCH] net/net.c: correct timeout function

2008-12-05 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben Warren, > > In message <[EMAIL PROTECTED]> you wrote: > >>> +static long net_get_timer(long base) >>> +{ >>> + return get_timer(base) / (CONFIG_SYS_HZ / 1000); >>> +} >>> + >>> >>> >> Please change this name to something more meaningful, maybe >> get_

Re: [U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Daniel Mack
Hi, On Fri, Dec 05, 2008 at 09:26:27PM +0100, Wolfgang Denk wrote: > > net/net.c | 15 ++- > > 1 files changed, 10 insertions(+), 5 deletions(-) > > > > diff --git a/net/net.c b/net/net.c > > index 77e83b5..1c48236 100644 > > --- a/net/net.c > > +++ b/net/net.c > > @@ -206,6 +206,1

Re: [U-Boot] [PATCH] net/net.c: correct timeout function

2008-12-05 Thread Wolfgang Denk
Dear Ben Warren, In message <[EMAIL PROTECTED]> you wrote: > > > +static long net_get_timer(long base) > > +{ > > + return get_timer(base) / (CONFIG_SYS_HZ / 1000); > > +} > > + > > > Please change this name to something more meaningful, maybe > get_timer_ms(). Apart from that, looks good.

Re: [U-Boot] [ARM] How up-to-date is http://www.denx.de/wiki/U-Boot/PatchStatus ?

2008-12-05 Thread Wolfgang Denk
Dear "Thomas De Schampheleire", In message <[EMAIL PROTECTED]> you wrote: > > I stumbled upon the following link: http://www.denx.de/wiki/U-Boot/PatchStatus > It seems to contain some sort of "TODO" for the ARM-code. How > up-to-date is this page? Well, the buttom of the page reads:

Re: [U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Wolfgang Denk
Dear Daniel Mack, In message <[EMAIL PROTECTED]> you wrote: > Make timeout implementation in net/net.c take into account the > CONFIG_SYS_HZ variable. This is needed for all CPUs where the default > timer is running on anything else than 1000. > > Signed-off-by: Daniel Mack <[EMAIL PROTECTED]> I

[U-Boot] [ARM] How up-to-date is http://www.denx.de/wiki/U-Boot/PatchStatus ?

2008-12-05 Thread Thomas De Schampheleire
Hi Peter, I stumbled upon the following link: http://www.denx.de/wiki/U-Boot/PatchStatus It seems to contain some sort of "TODO" for the ARM-code. How up-to-date is this page? For example, I searched for 'extern' definitions in ARM code, but there didn't seem to remain so much. Also, I looked for

[U-Boot] [PATCH v2] Add secondary CPUs processor frequency for e500 core

2008-12-05 Thread Haiying Wang
This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS, and prints each CPU's frequency separately. It also fixes up each CPU's frequency in "clock-frequency" of fdt blob. Signed-off-by: James Yang <[EMAIL PROTECTED]> Signed-off-by: Haiying Wang <[EMAIL PROTECTED]> --- This patch

[U-Boot] [PATCH] net/net.c: add get_timer_ms()

2008-12-05 Thread Daniel Mack
Make timeout implementation in net/net.c take into account the CONFIG_SYS_HZ variable. This is needed for all CPUs where the default timer is running on anything else than 1000. Signed-off-by: Daniel Mack <[EMAIL PROTECTED]> --- net/net.c | 15 ++- 1 files changed, 10 insertions(+),

Re: [U-Boot] u-boot-2008.10 nand boot not working for SMDK6400

2008-12-05 Thread Guennadi Liakhovetski
Hi Alagan, On Fri, 5 Dec 2008, Alagan S wrote: > hi Guennadi > thanks for ur immediate reply... > i had flash u-boot-nand.bin into nand, after reseting nothing is coming > in console but 4 LEDs(D11-D14) are glowing.i'm using SMDK6400 rev0.1 I didn't test 2008.10 release on smdk6400, last versio

[U-Boot] [PATCH] V2 NAND_SPL support for phycore imx31

2008-12-05 Thread Maxim Artamonov
V2 NAND_SPL support for phycore imx31 Changelog: * Added bad block verify and skip; * Correct code to codestyle; * Added few comments; Signed-off-by: Maxim Artamonov --- MAKEALL |1 + Makefile|9 ++- board/imx31_phycore/co

Re: [U-Boot] u-boot-2008.10 nand boot not working for SMDK6400

2008-12-05 Thread Alagan S
hi Guennadi thanks for ur immediate reply... i had flash u-boot-nand.bin into nand, after reseting nothing is coming in console but 4 LEDs(D11-D14) are glowing.i'm using SMDK6400 rev0.1 Thanks & Regards Alagan.S --- On Fri, 5/12/08, Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: From: Guennadi

Re: [U-Boot] [patch] make hello world example work for at91sam9261ek and make readme clearer about this

2008-12-05 Thread Remy Bohmer
Hello Jean-Christophe, >> @@ -33,9 +33,13 @@ ifeq ($(ARCH),arm) >> ifeq ($(BOARD),omap2420h4) >> LOAD_ADDR = 0x8030 >> else >> +ifeq ($(BOARD),at91sam9261ek) >> +LOAD_ADDR = 0x2140 >> +else >> LOAD_ADDR = 0xc10 >> endif >> endif >> +endif > Honestly I'll prefer to remove all arch