Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-02 Thread Larry Johnson
Robin Getz wrote: > On Thu 2 Jul 2009 09:56, Richard Stallman pondered: >> > Access to a network may be denied when the modification itself >> > materially and adversely affects the operation of the network >> > or violates the rules and protocols for communication across >> > the n

Re: [U-Boot] use of C99

2009-04-08 Thread Larry Johnson
Kumar Gala wrote: > I was wondering if there was any reason we avoid C99 features in u- > boot source. Maybe the best reason is that the Linux kernel avoids them, and staying consistent with the Linux coding style saves a lot of time and headaches. IMO, this is worth the occasional clumsiness th

Re: [U-Boot] use of C99

2009-04-09 Thread Larry Johnson
Wolfgang Denk wrote: > Dear Pink Boy, > > In message <139940.41801...@web31807.mail.mud.yahoo.com> you wrote: >> Um... my feeling is that if one is going to declare a variable >> inside a #ifdef then that variable ought to be called something >> like >> >> int indx_CONFIG_COOL_FEATURE >> >> and

[U-Boot] [PATCH] ppc4xx: Add variable "korat_usbcf" for Korat board

2009-01-28 Thread Larry Johnson
The new environment variable "korat_usbcf" selects the USB port used by the Korat board's CompactFlash controller. Signed-off-by: Larry Johnson --- board/korat/korat.c | 23 ++- doc/README.korat| 14 ++ 2 files changed, 36 insertions(

[U-Boot] [PATCH] ppc4xx: Clean up configuration file for Korat board

2009-01-28 Thread Larry Johnson
This patch updates the default environmental variables for the Korat PPC 440EPx board, and makes additional minor fixes. Signed-off-by: Larry Johnson --- include/configs/korat.h | 84 --- 1 files changed, 50 insertions(+), 34 deletions(-) diff

Re: [U-Boot] [PATCH] bootm: Reduce the unnecessary memmove

2009-02-22 Thread Larry Johnson
Minkyu Kang wrote: > Although load address and image start address are same address, > bootm command always does memmove. > That is unnecessary memmove and can be taken few milliseconds > (about 500 msec to 1000 msec). > If skip this memmove, we can reduce the boot time. > > Signed-off-by: Minkyu

[U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2009-02-24 Thread Larry Johnson
Signed-off-by: Larry Johnson --- common/cmd_bootm.c |7 ++- common/image.c |3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 6fdeef4..bc38aaa 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -339,11

[U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2010-04-20 Thread Larry Johnson
Signed-off-by: Larry Johnson --- common/cmd_bootm.c |7 ++- common/image.c |3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 452686d..da06009 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -344,11

[U-Boot] [PATCH] Fix typos in Korat board console output

2010-04-20 Thread Larry Johnson
Signed-off-by: Larry Johnson --- board/korat/korat.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/korat/korat.c b/board/korat/korat.c index d5260dc..e5ec694 100644 --- a/board/korat/korat.c +++ b/board/korat/korat.c @@ -1,5 +1,5 @@ /* - * (C) Copyright