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

2008-09-09 Thread Wolfgang Denk
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 commits, though. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

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 Denk

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

2008-09-09 Thread Wolfgang Denk
please add your Signed-off-by: line and repost? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

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

2008-09-09 Thread Wolfgang Denk
is included just two lines above. Please check. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

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 Detlev

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: Wolfgang

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

2008-09-09 Thread Wolfgang Denk
-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Note: the comment (diff in v2: ...) should have been put *below* the '---' line. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

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

2008-09-09 Thread Wolfgang Denk
\ + $(SRCTREE)/board/xilinx/ml507/config.mk SRCTREE is the source directory; when using out-of-tree builds, no file must ever written to or created in that directory tree. You are allowed to create only files in the $(obj) tree. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

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

2008-09-09 Thread Wolfgang Denk
eliminates duplicates. By courtesy of Detlev Zundel who suggested this approach. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- common/Makefile |9 + drivers/rtc/Makefile|6 +++--- drivers/serial/Makefile |2 +- 3 files changed, 9 insertions(+), 8 deletions

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

2008-09-09 Thread Wolfgang Denk
|2 - include/configs/NETTA.h |2 - include/configs/NETTA2.h |2 - include/configs/NETVIA.h |2 - 8 files changed, 3 insertions(+), 113 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering

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

2008-09-09 Thread Wolfgang Denk
merge. Cannot fall back to three-way merge. Patch failed at 0001. Please rebase and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax

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
] --- common/image.c | 61 ++ include/image.h |1 + 2 files changed, 57 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

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, MD

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

2008-09-09 Thread Wolfgang Denk
this up. No need to repost. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Making files

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

2008-09-09 Thread Wolfgang Denk
. It was printing Device 0: not available because the IF_TYPE_USB was not included into the switch statement. --- u-boot-1.3.4.original/disk/part.c 2008-08-12 11:08:38.0 -0300 +++ u-boot-1.3.4/disk/part.c 2008-09-04 14:48:55.0 -0300 Applied, thanks. Best regards, Wolfgang Denk

[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] 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 have more luck

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

2008-09-09 Thread Wolfgang Denk
it. This problem is now fixed in both the upper as low-level layer. Signed-off-by: Remy Bohmer [EMAIL PROTECTED] --- common/usb.c | 13 + drivers/usb/usb_ohci.c |4 +++- 2 files changed, 12 insertions(+), 5 deletions(-) Aplied, thanks. Best regards, Wolfgang Denk

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

2008-09-09 Thread Wolfgang Denk
! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Many companies that have made themselves dependent

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

2008-09-09 Thread Wolfgang Denk
. Signed-off-by: Ryan Chen [EMAIL PROTECTED] Acked-by: Markus klotzbuecher [EMAIL PROTECTED] Wolfgang, please apply! Done, thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

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
it? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] G's Third Law: In spite of all

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

2008-09-09 Thread Wolfgang Denk
a remainder from the copy paste of the old code), but on the other hand they don't hurt either, and they make the argument's easier to parse, at least to my eyes. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

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 GmbH

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

2008-09-09 Thread Wolfgang Denk
+ drivers/mtd/spi/stmicro.c| 356 ++ 4 files changed, 363 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/spi/stmicro.c Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

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

2008-09-09 Thread Wolfgang Denk
unconditionally includes asm/string.h, so including asm/string.h another time in makes no sense to me. Can you please dig a bit deeper what's happening there? gcc -E might help... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

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] [U-Boot-Users] [PATCH] add board_eth_init() for sh7785lcr board

2008-09-09 Thread Wolfgang Denk
. Ben, I hope this is OK with you. It looked harmelss enough to me... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email

Re: [U-Boot] [POWERPC] muas3001: activate WDT for the muas3001 board.

2008-09-10 Thread Wolfgang Denk
, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Obviously, a major malfunction has occurred

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Wolfgang Denk
for this nitpicking: Acked-by: Wolfgang Denk [EMAIL PROTECTED] Kumar, what do you think? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989

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

2008-09-10 Thread Wolfgang Denk
deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] As far as we know

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

2008-09-10 Thread Wolfgang Denk
++ drivers/hwmon/lm75.c |4 2 files changed, 10 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142

Re: [U-Boot] [PATCH] autoscr: Fix one-character lines and non-newline terminated scripts

2008-09-10 Thread Wolfgang Denk
] --- common/cmd_autoscript.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10

Re: [U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings

2008-09-10 Thread Wolfgang Denk
deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Mr. Cole's Axiom

[U-Boot] New video custodian?

2008-09-10 Thread Wolfgang Denk
that there was anything wrong with your work, it's just that I think that Anatolij has been much more active in this area. I would like to ask what others think about this. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

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

2008-09-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: I've work on this in the past and send patch for fix all x86 Could you take a look on it Please always provide a link to such messages - which exact patch are you talking about? Best regards, Wolfgang Denk

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-10 Thread Wolfgang Denk
for this. sure. Please submit it so we can see what you are talking about. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80

Re: [U-Boot] ctrl-c detection (on 4xx platforms)

2008-09-11 Thread Wolfgang Denk
is not detected. Any idea? Do you happen to have CONFIG_AUTOBOOT_KEYED set in your board configuration? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax

Re: [U-Boot] Merge window questions

2008-09-11 Thread Wolfgang Denk
. This might be used as a base for things like your patches. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

Re: [U-Boot] U-Boot and ELDK

2008-09-12 Thread Wolfgang Denk
-Boot running and go forward to porting Linux :-) Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

Re: [U-Boot] ctrl-c detection (on 4xx platforms)

2008-09-12 Thread Wolfgang Denk
Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] When the ax entered the forest, the trees said, The handle is one of us

Re: [U-Boot] embedded standalone app for AVR32

2008-09-12 Thread Wolfgang Denk
returning to U-Boot. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Testing can show

[U-Boot] [PATCH] MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s

2008-09-12 Thread Wolfgang Denk
Previous timeout was 50 seconds which is a pain to wait for if you have a system with no ethernet cable attached. Reduce this to 2.5 seconds as a compomise between fast boot and time needed by the PHY. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- drivers/net/mpc512x_fec.c |2 +- 1

Re: [U-Boot] ARM Pull Request

2008-09-12 Thread Wolfgang Denk
(-) create mode 100644 README.imx31 create mode 100644 doc/README.mx31 mode change 100644 = 100755 include/configs/omap1510.h mode change 100644 = 100755 include/configs/omap730.h Best Regards, Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

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

2008-09-12 Thread Wolfgang Denk
(+), 101 deletions(-) create mode 100644 board/avnet/v5fx30teval/.gitignore create mode 100644 board/xilinx/ml507/.gitignore create mode 100644 board/xilinx/ppc440-generic/.gitignore Applied thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] Makefile cleanup secound step Pull request

2008-09-12 Thread Wolfgang Denk
CONFIG_FLASH_CFI_DRIVER ... 830 files changed, 3978 insertions(+), 4050 deletions(-) rename common/{environment.c = env_embedded.c} (98%) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] Inefficient code in NetLoop() ?

2008-09-12 Thread Wolfgang Denk
be done just once, before we start a network transfer, or when we actually switch interfaces, but not for each and every call to NetLoop() ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

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

2008-09-12 Thread Wolfgang Denk
comments. See http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/28148/focus=28409 and http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/29027 Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] Pull request: nand-flash

2008-09-12 Thread Wolfgang Denk
/fsl_elbc_nand.c | 56 +++--- 5 files changed, 138 insertions(+), 19 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-12 Thread Wolfgang Denk
errors. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Space is big. You just won't believe how

Re: [U-Boot] [PATCH v3] powerpc: Fix bootm to boot up again with a Ramdisk

2008-09-12 Thread Wolfgang Denk
, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] The software required `Windows 95

Re: [U-Boot] [PATCH] sh: Fix compile error for r2dplus

2008-09-12 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message [EMAIL PROTECTED] you wrote: netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk

Re: [U-Boot] unassigned-patches/30: [PATCH] 85xx: socrates: Add support for new image format.

2008-09-12 Thread Wolfgang Denk
Dear Detlev, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Detlev Zundel [EMAIL PROTECTED] include/configs/socrates.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) Applied, thanks. Andy, I hope / guess this is OK with you. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] unassigned-patches/31: [PATCH] 85xx: socrates: autoprobe Lime chip

2008-09-12 Thread Wolfgang Denk
-by: Anatolij Gustschin [EMAIL PROTECTED] --- board/socrates/socrates.c | 58 +--- 1 files changed, 43 insertions(+), 15 deletions(-) Applied, thanks. Andy, I hope / guess this is OK with you. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot] [PATCH] Update mailing list email and archive addresses

2008-09-12 Thread Wolfgang Denk
, 5 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Wolfgang Denk
+ +sdr_reinit: + mov r1, r9 + mov r9, #0xff + b sdr_init + +sdr_init_done: This whole test makes not much sense to me. I think the code should be changed to use the standard get_ram_size() funciton instead (see common/memsize.c). Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] resent: [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Wolfgang Denk
. Please make sure to fix your mailer before resubmitting. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Wolfgang Denk
errors, and it doesn't hurt... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] A wise person makes his

[U-Boot] v2008.10-rc2, u-boot-next branch

2008-09-13 Thread Wolfgang Denk
-Christophe is preparing. Note that the u-boot-next branch can and will be rebased without prior announcement. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142

Re: [U-Boot] Watchdog support.

2008-09-14 Thread Wolfgang Denk
on Watchdog under u-boot, tell my any comments or suggestion in my application the watchdog is mandatory (i cannot stop the _watchdog_). It's a standard feature being used actively on several boards, some of them in mass production. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH 00/11 v1] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-09-14 Thread Wolfgang Denk
- I intend to pull these in first on the -next branch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] Silent booting of Uboot and Linux

2008-09-14 Thread Wolfgang Denk
the archives? For example, try passing a quiet boot argument to Linux. And note tlat Linux questions are actually off topic here. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
. The slowdown is so extreme that it negatively impacts +timers such as the autoboot countdown. That means the code is unusable as is and needs to be fixed first? Please repost after fixing. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
maybe that one has to be applied first), and make sure that each patch is complete in itself. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-09-15 Thread Wolfgang Denk
of some parts of the patches series while omitting other parts makes it really difficult for me, too, to track what's going on. I can only trust that Jean-Christophe keeps this is a working state. Please help testing the code! Thanks. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] ARM Pull Request

2008-09-16 Thread Wolfgang Denk
to the diuscussions on the mailing list. Can you please fix this, and check in the patch with the original subject? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] [PATCH 0/2] Revert ARM: set GD_FLG_RELOC for boards skipping relocation to RAM

2008-09-16 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d. And what exactly is the reason to revert this patch? Please explain. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH 1/2] ARM: set GD_FLG_RELOC at board init

2008-09-16 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Maybe you should add a little explanation of what you are doing here, and why, etc. ? Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH] TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

2008-09-16 Thread Wolfgang Denk
After switching to using the CFI flash driver, the correct remapping of the flash banks was forgotten. Also, some boards were not adapted, and the old legacy flash driver was not removed yet. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/tqc/tqm8xx/Makefile |2 +- board/tqc

Re: [U-Boot] [ppc440epx] D-CACHE

2008-09-16 Thread Wolfgang Denk
board, nor your code, nor your intentions. (The comment said that it needs further testing.) Which comment said that? And in which context? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] booting initramfs

2008-09-17 Thread Wolfgang Denk
? No. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Most people would like to be delivered

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Wolfgang Denk
for characters to arrive or to be sent. Obviously you missed to add such code. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-18 Thread Wolfgang Denk
advantages, so we tend to avoid it. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

Re: [U-Boot] [PATCH 04/11 v1] ARM: OMAP3: Add assembly startup and sys_info common files

2008-09-18 Thread Wolfgang Denk
-Boot maintainers want cpu/arm_cortexa8/xxx, I wonder if we could do this using git to move the files once the patches are applied? It I think we shoud try and start without the xxx part. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH v2] ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz

2008-09-21 Thread Wolfgang Denk
would like to wait for the final patch. What do you think? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] Pull request: u-boot-sh

2008-09-21 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message [EMAIL PROTECTED] you wrote: Please pull u-boot-sh repositry. The following changes since commit c0d2f87d6c450128b88e73eea715fa3654f65b6c: Wolfgang Denk (1): Prepare v2008.10-rc2 are available in the git repository at: git://git.denx.de

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

2008-09-21 Thread Wolfgang Denk
. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Quantum Mechanics is God's version of Trust me

Re: [U-Boot] [PATCH 1/1] i.MX31: switch to CFG_HZ=1000

2008-09-21 Thread Wolfgang Denk
the patch, sent it back to the list and the author without your Sob and without explaining what and why you modified. This is indeed not the way it should be done. Jean-Christophe, please fix. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] ARM u-boot-next pull request

2008-09-21 Thread Wolfgang Denk
b0fd6cda4ff3a4c608fce70383410332eca9: Jean-Christophe PLAGNIOL-VILLARD (1): update uImgae FIT multi documentation Sorry, this will have to wait until you fixed the previous issues in the ARM master branch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH] socrates: fix SPD EEPROM address

2008-09-22 Thread Wolfgang Denk
/configs/socrates.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Andy, I hope this is OK with you - the patch affects only this single board. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH] socrates: change default mtest address range

2008-09-22 Thread Wolfgang Denk
] --- include/configs/socrates.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Andy, I hope this is OK with you - the patch affects only this single board. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] [PATCH] Remove duplicate Spartan-3E definition.

2008-09-22 Thread Wolfgang Denk
. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Peace was the way. -- Kirk, The City

Re: [U-Boot] [PATCH] Fix Spartan-3 definitions.

2008-09-22 Thread Wolfgang Denk
deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] He had quite a powerful

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-22 Thread Wolfgang Denk
, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] The universe is all a spin-off of the Big Bang

Re: [U-Boot] [PATCH V2] 8xx: prevent a machine check in scc_init().

2008-09-22 Thread Wolfgang Denk
PROTECTED] --- cpu/mpc8xx/scc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Applied, with minor re-editing to make the code look similar to what we have in cpu/mpc8xx/fec.c Thanks. Bein, I hope it is OK with you that I pulled this directly. Best regards, Wolfgang Denk

Re: [U-Boot] [PATCH] Minor corrections for i386 (v2008.10-rc2)

2008-09-22 Thread Wolfgang Denk
included implicitly by #include common.h, but you use the variable before that, so it will always be undefined, which is probably not what you intend. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D

Re: [U-Boot] [PATCH] i386 - resolve conflicting definitions of show_boot_progress

2008-09-22 Thread Wolfgang Denk
function anyway? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Maintain an awareness for contribution

Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-22 Thread Wolfgang Denk
to change this into milliseconds as discussed before. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-22 Thread Wolfgang Denk
they were artificially chosen to use a still unused letter. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-22 Thread Wolfgang Denk
this in a maze of conditional statements. Or we could use a small state machine. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142

Re: [U-Boot] [patch 1/1] Add missing device types to dev_print() in part.c

2008-09-22 Thread Wolfgang Denk
Dear Remy Bohmer, In message [EMAIL PROTECTED] you wrote: Add all missing types to dev_print() in part.c Signed-off-by: Remy Bohmer [EMAIL PROTECTED] --- disk/part.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] multi kernel needed

2008-09-22 Thread Wolfgang Denk
of the second image. h ow can i do that?. It requires a two-step procedure. The first step is reading the documentation, for example the example in section 14.2.11.3. Hush shell scripts: http://www.denx.de/wiki/view/DULG/CommandLineParsing#Section_14.2.11.3. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup

2008-09-22 Thread Wolfgang Denk
. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/amcc/canyonlands/canyonlands.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) Applied, thanks. Hope it's OK that I pulled this directly. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-22 Thread Wolfgang Denk
:-) Sorry, I'm not even thinking about any actual code yet. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL

Re: [U-Boot] [RFC][PATCH v2] bootm: Add sub commands

2008-09-23 Thread Wolfgang Denk
for some other commands that take subcommands..] Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

Re: [U-Boot] [RFC] exposing finding a command for subcommands

2008-09-23 Thread Wolfgang Denk
think INIT is not a good name here. To me it sounds like a macro to use just once. How about ENTRY or MKENT or something like this? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] What's needed for new cpu subdirectory?

2008-09-23 Thread Wolfgang Denk
only OMAP3 specific files? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Randal said it would

Re: [U-Boot] Uboot-1.2.0 on MPC8360EMDS board

2008-09-23 Thread Wolfgang Denk
code instead. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] The X11 source code style

Re: [U-Boot] [PATCH 1/3] ppc4xx: Initial support of the AMCC dual PPC460GT Arches reference board.

2008-09-24 Thread Wolfgang Denk
); + bus = hose-last_busno + 1; + } + } +} +#endif /* CONFIG_PCI */ All this looks liek verbatim copies of the canyonlands code. Similar for the rest of the code. I think we should avoid such an extensive code duplication. NAK. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH 3/3] ppc4xx: Add routine to retrieve the CPU number for boards with multiple CPU's.

2008-09-24 Thread Wolfgang Denk
(CPU: ); + cpu_num = get_cpu_num(); + if (cpu_num = 0) get_cpu_num() return an unsigned ... Please fix. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] U-Boot configuration and latter Linux MMU init failures

2008-09-24 Thread Wolfgang Denk
code). I would *speculate* that the address of the stuff in your dcache no longer points to valid memory. Also let's keep in mind that cache flushing means accessing the RAM in burst mode, so have a look at FAQ # 1. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

<    1   2   3   4   5   6   7   8   9   10   >