Re: [U-Boot] LAN Timeout

2008-09-09 Thread Manuel Sahm
Hello, does anybody have an idea to fix this problem ? Which paramter is for the "lan connection timeout" ? Please, please help me Thanks a lot Manuel Sahm >>> "Manuel Sahm" <[EMAIL PROTECTED]> 26.08.2008 10:44 >>> Hello, I have a problem concnering the LAN Connection Timeout. I us

Re: [U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-09 Thread Stefan Roese
Victor, On Wednesday 10 September 2008, Victor Gallardo wrote: > On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and > glacier. This patch is not really ppc4xx related, so please replace the "ppc4xx:" from the subject line with "DTT:". Other than this: Acked-by: Stefan Roes

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

2008-09-09 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Andrew Klossner (1): Fix printf errors under -DDEBUG Kumar Gala (1): 85xx: Ensure timebase is zero on secondary cores The rest is stuff you cherry-picked, and a merge Anatolij Gustschin (1):

Re: [U-Boot] MPC85xx unapplied patches

2008-09-09 Thread Andy Fleming
On Sat, Sep 6, 2008 at 6:38 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Andy, > > I have a couple of unapplied patches in my list which seem to fall > into your area of responsibility. Can you please have a look at > these: > > 4316 07/18 Timur Tabi [U-Boot-Users] [PATCH] Update F

[U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-09 Thread Victor Gallardo
On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Add description for CFG_I2C_DTT_ADDR to README README |6 ++ drivers/hwmon/lm75.c |4 2 files changed, 10 insertions(+),

Re: [U-Boot] [PATCH] [resubmit] Fix printf errors under -DDEBUG

2008-09-09 Thread Andy Fleming
On Thu, Aug 21, 2008 at 9:12 AM, Andrew Klossner <[EMAIL PROTECTED]> wrote: > Fix printf format-string/arg mismatches under -DDEBUG. > > These warnings occur with DEBUG defined for a platform using > cpu/mpc85xx. Users of other architectures can unearth similar > problems by adding the line "CFLAG

Re: [U-Boot] [PATCH v2] 85xx: Ensure timebase is zero on secondary cores

2008-09-09 Thread Andy Fleming
On Mon, Sep 8, 2008 at 8:51 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > The e500um says the timebase is volatile out of reset. To ensure > TB sync works we need to make sure its zero. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > Swapped mftbl,mftbu at Scott's request.. it doesnt mater

Re: [U-Boot] [U-Boot-Users] [PATCH] add board_eth_init() for sh7785lcr board

2008-09-09 Thread Wolfgang Denk
Dear Yoshihiro Shimoda, In message <[EMAIL PROTECTED]> you wrote: > Fix the problem that cannot work RTL8169 on sh7785lcr board. > > Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> > --- > board/sh7785lcr/sh7785lcr.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) Applied,

Re: [U-Boot] [PATCH 2/2] bootm_load_os: fix load_end debug message

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > print load_end value not pointer > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.

Re: [U-Boot] [PATCH 1/2] bootm: active fdt support only on ppc, m68k and sparc as done in image.c

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-09 Thread Wolfgang Denk
Dear Victor Gallardo, In message <[EMAIL PROTECTED]> you wrote: > On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and > glacier. > > This patch allows DTT_I2C_DEV_CODE to be configured by CFG_I2C_DTT_ADDR > > Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> > --- > driver

Re: [U-Boot] [PATCH] common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)

2008-09-09 Thread Wolfgang Denk
Dear Markus Heidelberg, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> > --- > common/cmd_mem.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [U-Boot-Users] [PATCH] gitignore: add tags files and Vim swap file

2008-09-09 Thread Wolfgang Denk
Dear Markus Heidelberg, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> > --- > .gitignore |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Wolfgang Denk
Dear "Graeme Russ", In message <[EMAIL PROTECTED]> you wrote: > > >> @@ -40,7 +40,7 @@ > >> #include > >> #include > >> #include > >> - > >> +#include > >> #else > > > > Including seems bogus to me as this is already done in > > which is included just two lines above. Please > > ch

Re: [U-Boot] [GIT PULL] Please pull coldfire tree

2008-09-09 Thread Wolfgang Denk
Dear John Rigby, In message <[EMAIL PROTECTED]> you wrote: > > This patch was approved before the window closed but fell through the cracks. > > The following changes since commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011: >Ryan CHEN (1): > Correct drv_usb_kbd_init function > > are

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Wolfgang Denk
Dear JerryVanBaren, In message <[EMAIL PROTECTED]> you wrote: > > Time for that beer we all owe you. You can put the first one on my tab. Here it is. Sorry, it's just a virtual one. Make sure to correctly initialize your TLBs... Best regards, Wolfgang Denk -- DENX Software Engineering G

Re: [U-Boot] [PATCH v2] ARM: Use do_div() instead of division for "long long".

2008-09-09 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > > + do_div(val, (data[i][0] - data[i-1][0])); > > Looking at how do_div() is defined, and it handles its parameters > carefully, one shouldn't need the extra parenthesis here, i.e., The are not exactly need (and actual

Re: [U-Boot] [PATCH 1/2] bootm: active fdt support only on ppc, m68k and sparc as done in image.c

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c

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

2008-09-09 Thread Andy Fleming
On Tue, Sep 9, 2008 at 3:15 PM, Kumar Gala <[EMAIL PROTECTED]> wrote: >> I NAK the CONFIG_SHOW_ACTIVITY patch. Please remove this from your >> repo. Please see my "[PATCH 3/3] lib_ppc/interrupts.c: make >> board_show_activity() a weak function" posting instead. >> >> I cherry-picked the other comm

Re: [U-Boot] [PATCH v2] ARM: Use do_div() instead of division for "long long".

2008-09-09 Thread Guennadi Liakhovetski
On Tue, 9 Sep 2008, Wolfgang Denk wrote: > diff --git a/board/trab/tsc2000.c b/board/trab/tsc2000.c > index 382a85b..f13a5a9 100644 > --- a/board/trab/tsc2000.c > +++ b/board/trab/tsc2000.c > @@ -27,6 +27,7 @@ > > #include > #include > +#include > #include "tsc2000.h" > > #include "Pt10

[U-Boot] [PATCH 2/2] bootm_load_os: fix load_end debug message

2008-09-09 Thread Jean-Christophe PLAGNIOL-VILLARD
print load_end value not pointer Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/cmd_bootm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 2b4df80..9c63e04 100644 --- a/common/cmd_bootm.c ++

[U-Boot] [PATCH 1/2] bootm: active fdt support only on ppc, m68k and sparc as done in image.c

2008-09-09 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/cmd_bootm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 861712b..2b4df80 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -251,6 +25

Re: [U-Boot] [Add tlbentry problem]

2008-09-09 Thread Feng Kan
Hi Yshim: Please check your EBC CR value, if you configure for 2M, then thats what you will get. Feng Kan 김영순 wrote: > > > I’ve worked on my custum board based on SEQUOIA. > > > > I’d like to add new device (DSP, SIZE=256M, CS4). > > I added tlbentry(256M) in init.S and defined CS4 in sequoia

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

2008-09-09 Thread Kumar Gala
On Sep 9, 2008, at 3:17 AM, Wolfgang Denk wrote: > Dear Andy Fleming, > > In message <[EMAIL PROTECTED]> > you wrote: >> are available in the git repository at: >> >> git://www.denx.de/git/u-boot-mpc85xx.git master >> >> Anatolij Gustschin (1): >> 85xx: socrates: Enable Lime support. >> >

[U-Boot] [PATCH] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-09 Thread Victor Gallardo
On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. This patch allows DTT_I2C_DEV_CODE to be configured by CFG_I2C_DTT_ADDR Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- drivers/hwmon/lm75.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

[U-Boot] [GIT PULL] Please pull coldfire tree

2008-09-09 Thread John Rigby
Wolfgang, This patch was approved before the window closed but fell through the cracks. The following changes since commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011: Ryan CHEN (1): Correct drv_usb_kbd_init function are available in the git repository at: git://git.denx.de/u-boot-c

Re: [U-Boot] [PATCH] common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)

2008-09-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:51 Tue 09 Sep , Markus Heidelberg wrote: > Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> > --- > common/cmd_mem.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/common/cmd_mem.c b/common/cmd_mem.c > index 4766c24..d0a6ca8 100644 > --- a/common/cmd_

[U-Boot] [PATCH] common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)

2008-09-09 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> --- common/cmd_mem.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 4766c24..d0a6ca8 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -1227,7 +1227,6 @@ int do_unzip ( c

[U-Boot] [PATCH] trab: fix build problem after change to use do_div()

2008-09-09 Thread Wolfgang Denk
We must link with libgeneric now. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/trab/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/trab/Makefile b/board/trab/Makefile index 2402577..6dfcb87 100644 --- a/board/trab/Makefile +++ b/board/trab/Ma

Re: [U-Boot] [U-Boot-Users] [PATCH] gitignore: add tags files and Vim swap file

2008-09-09 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> --- .gitignore |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 96c1b4a..9c53f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.swp *.patch # @@ -49,6 +50

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:10 Tue 09 Sep , JerryVanBaren wrote: > Wolfgang Denk wrote: > > Dear Andreas Engel, > > > > In message <[EMAIL PROTECTED]> you wrote: > >> Wolfgang Denk wrote: > >>> [...] > >>> "COBJS = $(sort COBJS-y)" which eliminates duplicates. > >>> [...] > >>> +COBJS := $(sort COBJS-y) > >>> [...

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread JerryVanBaren
Wolfgang Denk wrote: > Dear Andreas Engel, > > In message <[EMAIL PROTECTED]> you wrote: >> Wolfgang Denk wrote: >>> [...] >>> "COBJS = $(sort COBJS-y)" which eliminates duplicates. >>> [...] >>> +COBJS := $(sort COBJS-y) >>> [...] >>> +COBJS := $(sort COBJS-y) >>> [...] >>> +COBJS := $(sort CO

Re: [U-Boot] [PATCH] Correct drv_usb_kbd_init function

2008-09-09 Thread Wolfgang Denk
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=, In message <[EMAIL PROTECTED]> you wrote: > while we're at it... > > On Wed, Aug 20, 2008 at 01:00:17PM -0400, Ryan CHEN wrote: > > The patch is that check if usb_get_dev_index() function return valid > > pointer. > > If valid, continue. Otherwise retu

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-09 Thread Hugo Villeneuve
git diff ${GITDIFF_OPTS} ${commit} >> [EMAIL PROTECTED] wrote: > Dear Georg Schardt, > > In message <[EMAIL PROTECTED]> you wrote: >> >> - create my own testing branch: "git branch testing" >> - switch to this branch: "git checkout testing" >> - copy/modify files >> - add the new files with "git

Re: [U-Boot] [PATCH] Correct drv_usb_kbd_init function

2008-09-09 Thread Wolfgang Denk
Dear Ryan CHEN, In message <[EMAIL PROTECTED]> you wrote: > The patch is that check if usb_get_dev_index() function return valid pointer. > If valid, continue. Otherwise return -1. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- > common/usb_kbd.c |2 ++ > 1 files changed, 2 insert

[U-Boot] [PATCH v2] Support for multiple SGMII/TBI interfaces for TSEC ethernet

2008-09-09 Thread Peter Tyser
Fix TBI PHY accesses to use the proper offset in CPU register space. The previous code would incorrectly access the TBI PHY by reading/writing to CPU register space at the same location as would be used to access external PHYs. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- I replaced the ha

Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Wolfgang Denk
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=, In message <[EMAIL PROTECTED]> you wrote: > > > This problem is now fixed in both the upper as low-level layer. > > > > Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]> > > Acked-by: Markus Klotzbuecher <[EMAIL PROTECTED]> > > Wolfgang, please apply! D

Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Wolfgang Denk
Dear Remy Bohmer, In message <[EMAIL PROTECTED]>> you wrote: > A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) > enabled the usb_stop() command in common/cmd_bootm.c which was > not enabled for some time, because no board did actually set the > CFG_CMD_USB flag. So, now the usb_stop() i

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Wolfgang Denk
Dear Andreas Engel, In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk wrote: > > [...] > > "COBJS = $(sort COBJS-y)" which eliminates duplicates. > > [...] > > +COBJS := $(sort COBJS-y) > > [...] > > +COBJS := $(sort COBJS-y) > > [...] > > +COBJS := $(sort COBJS-y) > > I think you'll h

[U-Boot] [PATCH] Makefile: fix bug introduced by commit 47ffd6c2

2008-09-09 Thread Wolfgang Denk
--- common/Makefile |2 +- drivers/rtc/Makefile|2 +- drivers/serial/Makefile |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index d3888d6..8d4a426 100644 --- a/common/Makefile +++ b/common/Makefile @@ -153,7 +153,7 @

Re: [U-Boot] [PATCH] Correct drv_usb_kbd_init function

2008-09-09 Thread Markus Klotzbücher
while we're at it... On Wed, Aug 20, 2008 at 01:00:17PM -0400, Ryan CHEN wrote: > The patch is that check if usb_get_dev_index() function return valid pointer. > If valid, continue. Otherwise return -1. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> Acked-by: Markus klotzbuecher <[EMAIL PROTEC

Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Markus Klotzbücher
On Wed, Aug 20, 2008 at 11:22:02AM +0200, Remy Bohmer wrote: > A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) > enabled the usb_stop() command in common/cmd_bootm.c which was > not enabled for some time, because no board did actually set the > CFG_CMD_USB flag. So, now the usb_stop() is

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Andreas Engel
Wolfgang Denk wrote: > [...] > "COBJS = $(sort COBJS-y)" which eliminates duplicates. > [...] > +COBJS := $(sort COBJS-y) > [...] > +COBJS := $(sort COBJS-y) > [...] > +COBJS := $(sort COBJS-y) I think you'll have more luck with $(sort $(COBJS-y)). Regards, Andreas _

Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Wolfgang Denk
Dear =?iso-8859-1?q?N=EDcolas_Carneiro_Lebedenco?=, In message <[EMAIL PROTECTED]> you wrote: > > Here it goes. I'm not sure if I got you right. Is it ok, now ? As Markus mentioned, there were still a few formal issues. I cleaned these up for you. > It fixes the output of the command usb storag

Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Wolfgang Denk
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=, In message <[EMAIL PROTECTED]> you wrote: > > Sorry for beeing so pedantic, but could you fix this and resend once > more without context? This is so we can use git-am to apply your > patch! You are right, but I'm in a generous mode today. I will clea

[U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build v2

2008-09-09 Thread Ricardo Ribalda Delgado
This patch solves the problems compiling ml507, v5fx30teval and ppc440-generic out of tree. Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- Makefile | 46 --- board/avnet/v5fx30teval/.gitignore |1 - board/avnet/v5

Re: [U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build

2008-09-09 Thread Ricardo Ribalda Delgado
Hello Wolfgang I just wanted to avoid the creation of one config.mk per board. A new version is in the mailbox. Best regards On Tue, Sep 9, 2008 at 09:18, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Ricardo Ribalda Delgado, > > In message <[EMAIL PROTECTED]> you wrote: >> This

Re: [U-Boot] [PATCH 2/2] FIT: make iminfo check hashes of all images in FIT, return 1 on failed check

2008-09-09 Thread Wolfgang Denk
Dear Bartlomiej Sieka, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH 1/2] FIT: add ability to check hashes of all images in FIT, improve output

2008-09-09 Thread Wolfgang Denk
Dear Bartlomiej Sieka, In message <[EMAIL PROTECTED]> you wrote: > - add function fit_all_image_check_hashes() that verifies if all hashes of all > images in the FIT are valid > - improve output of fit_image_check_hashes() when the hash check fails > > Signed-off-by: Bartlomiej Sieka <[EMAIL PR

Re: [U-Boot] [PATCH V2] qemu_mips: move env storage just after u-boot

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > Use CFG_MONITOR_LEN instead of value > include/configs/qemu-mips.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Does not

Re: [U-Boot] [PATCH] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > lib_mips/Makefile |4 ++ > lib_mips/bootm_qemu_mips.c | 76 > > 2 files chang

Re: [U-Boot] [PATCH v2] Add support for booting of INTEGRITY operating system uImages

2008-09-09 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > > This should be applied after "[PATCH v2] Remove support for booting ARTOS > images". > > README|5 ++- > common/cmd_bootm.c

Re: [U-Boot] [PATCH 1/1] mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > lib_mips/bootm.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX S

Re: [U-Boot] [PATCH v2] Remove support for booting ARTOS images

2008-09-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Pantelis Antoniou stated: > AFAIK, it is still used but the products using PPC are long gone. > Nuke it plz (from orbit). > > So remove it since it cleans up a usage of env_get_char outside of > the environment code. > > Si

Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Nícolas Carneiro Lebedenco
Em Tue, 09 de September de 2008 06:41:25 Wolfgang Denk escreveu: > Dear =?iso-8859-1?q?N=EDcolas_Carneiro_Lebedenco?=, > > In message <[EMAIL PROTECTED]> you wrote: > > here is a quick fix for the output of the command usb storage. It was > > print= ing = > > > > "Device 0: not available" because

[U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Wolfgang Denk
Several source files need to be compiled and linked when one or more config options are selected. To allow for easy selection in the Makefiles yet to avoild multiple compilation (which costs build time) and especially multiple linking (which causes errors), we use "COBJS = $(sort COBJS-y)" which el

Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Markus Klotzbücher
Dear Nicholas, On Tue, Sep 09, 2008 at 10:13:47AM -0300, Nícolas Carneiro Lebedenco wrote: > > Here it goes. I'm not sure if I got you right. Is it ok, now ? Almost. > Signed-off-by: Nicolas Lebedenco <[EMAIL PROTECTED]> This line should go _after_ the Changelog entry... > It fixes the outpu

Re: [U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build

2008-09-09 Thread Wolfgang Denk
Dear Ricardo Ribalda Delgado, In message <[EMAIL PROTECTED]> you wrote: > This patch solves the problems compiling ml507, v5fx30teval and > ppc440-generic out of tree. > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > Makefile | 49 > ++

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
Hi Ricardo, if such an architecture is wanted i can try to create it ? but i'm stil a beginner in u-boot and not very firm in git, so i think i ask many things here on the list :) Georg Ricardo wrote: > Hello Georg > > Its a pleasure to help. > > >>> 2) Try to unificate the fx12mm board unde

Re: [U-Boot] FSBBP: uboot Programming on to the flash for MPC8548 for bootup

2008-09-09 Thread JerryVanBaren
Andy Fleming wrote: > On Wed, Aug 27, 2008 at 12:16 AM, Ajeesh Kumar <[EMAIL PROTECTED]> wrote: >> hi sir/madam, >> >> I'm using a MPC8548E processor(power pc) also, i've interfaced a nor flash >> of 128 MB to the processor. >> i've read few documents and got to know that the uboot.bin should be >>

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Ricardo
Hello Georg Its a pleasure to help. >> 2) Try to unificate the fx12mm board under a more global board, like >> the ml507 with is now in mainstream >> > > you mean, that i create only a new config file and use the ml507 board code > ? > is this better than create new board specific files under bo

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-09 Thread Wolfgang Denk
Dear Andreas Engel, In message <[EMAIL PROTECTED]> you wrote: > They only differ in the init function. > This also adds the missing watchdog support for the PL011. > > Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> > --- > > Updated patch to the current git head as of today. > > drivers/ser

Re: [U-Boot] [PATCH] ml507: update gitignore with generated fileu-boot.lds

2008-09-09 Thread Ricardo
Hello This is not needed anymore on the last version. The u-boot.lds is not generated. Instead of this, config.mk points a generic linking script Regards On Tue, Sep 9, 2008 at 06:04, Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VI

[U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build

2008-09-09 Thread Ricardo Ribalda Delgado
This patch solves the problems compiling ml507, v5fx30teval and ppc440-generic out of tree. Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- Makefile | 49 +++--- board/xilinx/ppc440-generic/Makefile |4 +- 2 files change

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-09 Thread Ricardo
Hello Wolfgang The version on your repositore do not create that file. It should be an ancient file of older versions Best Regards On Tue, Sep 9, 2008 at 03:33, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Ricardo, > > I wrote: > >> With the latest code changes applied, out-of-tree

[U-Boot] [PATCH 1/2] FIT: add ability to check hashes of all images in FIT, improve output

2008-09-09 Thread Bartlomiej Sieka
- add function fit_all_image_check_hashes() that verifies if all hashes of all images in the FIT are valid - improve output of fit_image_check_hashes() when the hash check fails Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- common/image.c | 61 ++

[U-Boot] FIT: add image hash validation in iminfo command

2008-09-09 Thread Bartlomiej Sieka
The following two patches extend the iminfo command with the ability to check if hashes in a FIT image are valid. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/2] FIT: make iminfo check hashes of all images in FIT, return 1 on failed check

2008-09-09 Thread Bartlomiej Sieka
Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- common/cmd_bootm.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 8dbab02..e537418 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -854,6 +854,12 @@ stat

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Graeme Russ
On Tue, Sep 9, 2008 at 7:49 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Graeme Russ, > > In message <[EMAIL PROTECTED]> you wrote: >> Attempt to bring i386 / sc520 inline with master > > To make some progress, I manually fixed the wrapped lines (you owe me > a beer for that) and applied mos

[U-Boot] [PATCH] ml507: update gitignore with generated file u-boot.lds

2008-09-09 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore index 6896ef6..61ec30b 100644 --- a/board/xilinx/ml507/.gitignore +++ b/board/xilinx/ml507/.gitignore @@ -1 +1,2 @@ /config.mk +/u-boot.lds -- 1.5.6.5 _

Re: [U-Boot] [PATCH] Remove gap fill in srec object v2

2008-09-09 Thread Wolfgang Denk
Dear Ricardo Ribalda Delgado, In message <[EMAIL PROTECTED]> you wrote: > SREC files do not need gap fill: The load address is specified in the file. > On the other hand, it can't be avoided in a .bin object. It has no > information about memory location. > > diff in v2: > -Change comment (wd) >

Re: [U-Boot] [U-Boot-Users] [PATCH] doc: fix missing subdirectory

2008-09-09 Thread Wolfgang Denk
Dear Markus Heidelberg, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]> > --- > README |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wo

Re: [U-Boot] [U-Boot-Users] [PATCH] gitignore: add tags files and Vim swap file

2008-09-09 Thread Wolfgang Denk
Dear Markus Heidelberg, In message <[EMAIL PROTECTED]> you wrote: > --- > .gitignore |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) Please provide a Signed-off-by: line for your patch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & De

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Wolfgang Denk
Dear Graeme Russ, In message <[EMAIL PROTECTED]> you wrote: > Attempt to bring i386 / sc520 inline with master To make some progress, I manually fixed the wrapped lines (you owe me a beer for that) and applied most of your patch. I omitted this part though: > diff --git a/include/image.h b/incl

Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Wolfgang Denk
Dear =?iso-8859-1?q?N=EDcolas_Carneiro_Lebedenco?=, In message <[EMAIL PROTECTED]> you wrote: > > here is a quick fix for the output of the command usb storage. It was print= > ing = > > "Device 0: not available" because the IF_TYPE_USB was not included into the = > > switch statement. Thanks

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
sorry, just pressed ctrl-r without thinking about georg > [600+ lines of quote deleted] > > was there any need to re-quote the 600+ lines of your own posting? > > Best regards, > > Wolfgang Denk > > ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants

2008-09-09 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> > --- > Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang De

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Wolfgang Denk
Dear Georg Schardt, In message <[EMAIL PROTECTED]> you wrote: > > > On Mon, Sep 8, 2008 at 14:07, schardt <[EMAIL PROTECTED]> wrote: > > > >> From: schardt <[EMAIL PROTECTED](none)> [600+ lines of quote deleted] was there any need to re-quote the 600+ lines of your own posting? Best regards,

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

2008-09-09 Thread Wolfgang Denk
Dear Andy Fleming, In message <[EMAIL PROTECTED]> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git master > > Anatolij Gustschin (1): > 85xx: socrates: Enable Lime support. > > Andy Fleming (1): > Remove CONFIG_SHOW_ACTIVITY from st

[U-Boot] [PATCH 1/3] NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions

2008-09-09 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/netta2/netta2.c| 14 -- include/configs/NETTA2.h |1 - 2 files changed, 0 insertions(+), 15 deletions(-) diff --git a/board/netta2/netta2.c b/board/netta2/netta2.c index a97c14c..1dbdde1 100644 --- a/board/netta2/net

[U-Boot] [PATCH 2/3] stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions

2008-09-09 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/stxxtc/stxxtc.c| 14 -- include/configs/stxxtc.h |1 - 2 files changed, 0 insertions(+), 15 deletions(-) diff --git a/board/stxxtc/stxxtc.c b/board/stxxtc/stxxtc.c index a750374..4bb2d68 100644 --- a/board/stxxtc/stx

[U-Boot] [PATCH 3/3] lib_ppc/interrupts.c: make board_show_activity() a weak function

2008-09-09 Thread Wolfgang Denk
This allows to use show_activity() without having to define an empty board_show_activity() function. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- lib_ppc/interrupts.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lib_ppc/interrupts.c b/lib_ppc/interrupts.c

Re: [U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants

2008-09-09 Thread Stefan Roese
On Tuesday 09 September 2008, Matthias Fuchs wrote: > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> Acked-by: Stefan Roese <[EMAIL PROTECTED]> Matthias, thanks for the quick fix. Best regards, Stefan = DENX Software Enginee

[U-Boot] [PATCH] ppc4xx: Fix out-of-tree building of CPCI405 variants

2008-09-09 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 73421db..251cdec 100644 --- a/Makefile +++ b/Makefile @@ -1248,6 +1248,7 @@ CPCI405_config: unconfig CPCI4052_config

Re: [U-Boot] [PATCH] Remove CONFIG_SHOW_ACTIVITY from stx boards which don't support it

2008-09-09 Thread Wolfgang Denk
Dear Andy Fleming, In message <[EMAIL PROTECTED]> you wrote: > commit 9cff4448a9cb882defe6c8bde73b77fc0c636799 removed the mpc85xx version > of timer_interrupt, which was overriding the lib_ppc version. The lib_ppc > version tries to invoke board_show_activity() if CONFIG_SHOW_ACTIVITY is > defin

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-09 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694: > Wolfgang Denk (1): > Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master > > are available in the git repository at: > > git://

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-09 Thread Wolfgang Denk
Dear Ricardo, I wrote: > With the latest code changes applied, out-of-tree building now breaks > for the ml507, ml507_flash, v5fx30teval, v5fx30teval_flash, > xilinx-ppc440-generic and xilinx-ppc440-generic_flash configurations: Also, the code does not clean up correctly. It leaves a

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
Hello Ricardo, thanks for your comments. i have some more questions : > 1) The board is manufactured by avnet, you must create it under the > folder boards/avnet/fx12mm > your are right, i will move it > 2) Try to unificate the fx12mm board under a more global board, like > the ml507 with is n

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-09 Thread Wolfgang Denk
Dear Ricardo, In message <[EMAIL PROTECTED]> you wrote: > > It has change, there is no more copies. Instead of that I used the > method that you sugggested for re-using linking scripts. If you keep > you patch you will have a conflict merging. With the latest code changes applied, out-of-tree

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-09 Thread Haavard Skinnemoen
Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Haavard Skinnemoen wrote: > > Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > >> That's a bit more than expected. Is this with or without --gc-sections? > >> Linking with --gc-sections should make simple_strtoull() go away unless > >> it's actually used.