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
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
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
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
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
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
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
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
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 +
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
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
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 =>
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
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
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
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
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_
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
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.
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:
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
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
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
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(+),
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
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
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
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
28 matches
Mail list logo