Re: [U-Boot-Users] [PATCH 13/17] sc520_spunk: Fix multiple warnings

2008-05-18 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] Es sind überhaupt nur die Dummköpfe, die sich den Befehlen der Mäch

Re: [U-Boot-Users] [PATCH 14/17] sc520_spunk: Fix flash

2008-05-18 Thread Wolfgang Denk
++ 1 files changed, 6 insertions(+), 24 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-Users] [PATCH 15/17] sc530_spunk: add missing SOBJS entry

2008-05-18 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/sc520_spunk/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot-Users] [PATCH 16/17] i386: Fix multipple definition of __show_boot_progress

2008-05-18 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] Vulcans never bluff. -- Spock

Re: [U-Boot-Users] [PATCH 17/17] sc520_cdp: Fix multiple warnings

2008-05-18 Thread Wolfgang Denk
pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev) }; static int next_irq_index=0; - char tmp_pin; + u8 tmp_pin; Please use uchar here, too. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot-Users] [PATCH 00/17] x86: Fix warning: type qualifiers ignored on function return type

2008-05-18 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I will change it, when I'll importer the compiler header from linux. Please do NOT import headers which we do not really, really need. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH 02/17] examples/eepro100_eeprom: Fix memcpy to return destination pointer

2008-05-18 Thread Wolfgang Denk
not do this because dst is a void Why not? src is void, too. we can do this char *tmp = dst; while (len-- 0) { *tmp++ = *((char *)src); src++; } return (void *)dst; This is not a bit better. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH 08/17] marabun_pcmcia: Move compile condition to the Makefile

2008-05-18 Thread Wolfgang Denk
/17] pxa_pcmcia: Move compile condition to the Makefile [PATCH 10/17] pcmcia/ti_pci1410a: Move compile condition to the Makefile are not considered bug fixes, so they will go in when the next merge window is open. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot-Users] smc911x: cannot pass the MAC address from U-Boot to the Linux driver via chip registers

2008-05-16 Thread Wolfgang Denk
it with the kernel's boot arguments. ...or implement FDT support for ARM. 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

[U-Boot-Users] [PATCH] environment: fix bug introduced by commit a8409f4f1ac8

2008-05-15 Thread Wolfgang Denk
env_get_char is not a function, but a pointer to one. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- include/environment.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/environment.h b/include/environment.h index 946a393..bf9f669 100644 --- a/include

Re: [U-Boot-Users] Build failure - multiple definition of `env_get_char'

2008-05-15 Thread Wolfgang Denk
arbitrarily). This problem should be fixed. Patch follows in next message. 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-Users] [PATCH 1/1] Fix 8313ERDB board configuration

2008-05-15 Thread Wolfgang Denk
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] Those who do not understand Unix are condemned

Re: [U-Boot-Users] [PATCH] Fix NAND erase progress error

2008-05-15 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] What is wanted is not the will to believe

Re: [U-Boot-Users] [PATCH 1/1] Fix 8313ERDB board configuration

2008-05-15 Thread Wolfgang Denk
-effects. 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] It's a small world, but I wouldn't want

Re: [U-Boot-Users] [PATCH 1/1] Fix 8313ERDB board configuration

2008-05-15 Thread Wolfgang Denk
exactly is the risk? 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] Use C++ to confuse your

Re: [U-Boot-Users] How to specify the size of bin?

2008-05-15 Thread Wolfgang Denk
256k of ramdom data in front of the 256 k image, then [memory filled with 0xFF recommended]. 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

[U-Boot-Users] [PATCH] environment: cleanup prototype declarations of env functions.

2008-05-14 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- api/api.c |3 +-- common/cmd_nvedit.c | 13 - common/env_eeprom.c |4 common/env_nvram.c|3 --- common/ft_build.c |3 --- include/environment.h | 10 ++ 6 files changed, 11

[U-Boot-Users] [PATCH] linkstation_HGLAN: Fix out of tree building.

2008-05-14 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/linkstation/Makefile | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/board/linkstation/Makefile b/board/linkstation/Makefile index 57c84de..8d92d8a 100644 --- a/board/linkstation/Makefile +++ b/board

Re: [U-Boot-Users] old code compiled with new gcc. error: lvalue required

2008-05-14 Thread Wolfgang Denk
old C standard. For old code, use an old toolchain. --=_Part_847_16156442.1210756781558 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline And don't post HTML here. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] i.MX31: question about CFG_HZ and CKIL

2008-05-14 Thread Wolfgang Denk
kHz interrupts on a system that uses polling drivers only. 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

[U-Boot-Users] [PATCH] Fix config files for out-of-tree building

2008-05-14 Thread Wolfgang Denk
for the (normal) in-tree builds, and because 'sinclude' is used no errors get raised even for out-of-tree build tests. But out-of-tree builds use an incomplete and thus usually incorrect configuration... Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/BuS/EB+MCF-EV123/config.mk |2

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

2008-05-14 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The following changes since commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6: Wolfgang Denk (1): Revert pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Wolfgang Denk
qualifiers ignored on function return type textdata bss dec hex filename 1027873904 23844 130535 1fde7 ./u-boot - The problem must be on your side, as already suggested. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Wolfgang Denk
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] I have a theory that it's impossible to prove anything

Re: [U-Boot-Users] [PATCH 2/2] Added support for Aztek Networks cta5000s telecom board.

2008-05-14 Thread Wolfgang Denk
memory + */ These comments, and many others, are not in the requested format for multiline comments. And I dare to ask if this: +/* FPGA memory + */ really requires a multiline comment? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot-Users] U-Boot-Users Digest, Vol 24, Issue 99

2008-05-14 Thread Wolfgang Denk
to read this, now: http://www.catb.org/%7eesr/faqs/smart-questions.html http://www.netmeister.org/news/learn2quote.html 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

[U-Boot-Users] [PATCH] TQM8272: fix out-of-tree building

2008-05-14 Thread Wolfgang Denk
...and add to MAKEALL script Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- MAKEALL|1 + board/tqm8272/Makefile | 23 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/MAKEALL b/MAKEALL index 791eabc..37b4334 100755 --- a/MAKEALL

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-13 Thread Wolfgang Denk
: Design and Building; it contains a detailed step-by-step instruction. 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

[U-Boot-Users] U-Boot v1.3.3 release

2008-05-13 Thread Wolfgang Denk
confident). See http://www.denx.de/wiki/UBoot/ReleaseCycle 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-Users] [PATCH] add memory-pattern-test for lwmon5 fpga-post.

2008-05-13 Thread Wolfgang Denk
; + goto out; + } + }; No semicolon here, please. 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-Users] how to take off CONFIG_S3C2410 setting

2008-05-13 Thread Wolfgang Denk
on this list. 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] In a survey taken several years ago, all

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Wolfgang Denk
please show me simple steps? Thanks in advance. Maybe you can point out which parts of the manual are not clear enough, so that we can improve the documentation? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-12 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I made the patch that applied your comment. This patch skips PCI bridge ( Class code : 0x06XX). Could you check this patch? Thanks - but note that this will not make it in the v1.3.3 release in any case. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH 4/4 v2] Make ads5121 out-of-tree compiling safe

2008-05-12 Thread Wolfgang Denk
a lot. 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] Do we define evil as the absence

[U-Boot-Users] [PATCH] [RFC] memsize.c: support larger memory ranges

2008-05-12 Thread Wolfgang Denk
The long data types used so far in common/memsize.c cause problems with larger memories, i. e. when accessing memory above 0x8000. Pointed out by David Bellavance [EMAIL PROTECTED] on Tue, 1 Apr 2008 14:19:37 -0400 Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- common/memsize.c | 26

Re: [U-Boot-Users] help in understand the address of standalone applications, ARM MCU

2008-05-11 Thread Wolfgang Denk
vectors? I must say that with my dev. board comes an hello world example which is an empty function :-( -- but even I don't know to what address I should load it. Ask the company who provided that port of U-Boot and the example program? Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot-Users] [PATCH] API: remove duplicate syscall check

2008-05-11 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- api/api.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-11 Thread Wolfgang Denk
the complete at91-board series (boards that boot from dataflash or nandflash) are broken. So,we have a serious regression here. That's what I did now: I reverted commit c0559be3. Joakim, please re-submit after the problems were understood and fixed. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] [PATCH] Fix offset calculation for multi-type legacy images.

2008-05-11 Thread Wolfgang Denk
. common/image.c | 13 - 1 files changed, 4 insertions(+), 9 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

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

2008-05-11 Thread Wolfgang Denk
changed, 19 insertions(+), 11 deletions(-) Done, 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-Users] Does exist a u-boot ping daemon applet?

2008-05-11 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I would like to know if there is an application for u-boot that act as a ping responder. None that I know of. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-11 Thread Wolfgang Denk
all Freescale PowerPC boards. Particularly, without #define CONFIG_PCI_SKIP_HOST_BRIDGE I'm getting these errors from the Linux using PCI 3com driver: I now reverted that patch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

[U-Boot-Users] [PATCH] Avoid infinite loop Generating include/autoconf.mk

2008-05-09 Thread Wolfgang Denk
Fix a bogus circular dependency that caused an infinite loop of Generating include/autoconf.mk again and again. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 167a717..6783fec 100644

Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-05-09 Thread Wolfgang Denk
: ``Avoid infinite loop Generating include/autoconf.mk '' which is supposed to fix the problem, without unwanted side effects. Please test. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov [EMAIL PROTECTED] Signed-off-by: Sergei Poselenov [EMAIL PROTECTED] Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/syscon3/syscon3.c | 25 +++ include/configs/syscon3.h | 58 +++- 2 files changed, 50

[U-Boot-Users] [PATCH] syscon3: remove redundant and unused code

2008-05-09 Thread Wolfgang Denk
Remove board_early_init_r() - not used for this board. Remove ft_board_setup() - redundant as now handled by weak default routine, see commit ppc4xx: Add weak default ft_board_setup() routine Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- board/syscon3/syscon3.c | 35

Re: [U-Boot-Users] [PATCH] syscon3: changes to support FDT

2008-05-09 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

[U-Boot-Users] [PATCH] syscon3: fix second TSEC configuration (it is actually TSEC3)

2008-05-09 Thread Wolfgang Denk
From: Sergei Poselenov [EMAIL PROTECTED] Signed-off-by: Sergei Poselenov [EMAIL PROTECTED] --- include/configs/syscon3.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/syscon3.h b/include/configs/syscon3.h index d451a61..3f4725e 100644 ---

[U-Boot-Users] [PATCH] Initial support for ABB Syscon III

2008-05-09 Thread Wolfgang Denk
/syscon3/Makefile @@ -0,0 +1,53 @@ +# +# (C) Copyright 2008 +# Sergei Poselenov, Emcraft Systems, [EMAIL PROTECTED] +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL PROTECTED] +# +# See file CREDITS for list of people who contributed to this +# project

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
that no other prerequisites or conditions are required for hard reset to work. We have the same problem in Linux, too. This is on a custom MPC8548 board... Any ideas what might be causing such behaviour and/or how to avoid this? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] [PATCH] Fixed reset for syscon3

2008-05-09 Thread Wolfgang Denk
before. Since FPGA did not correctly route the HRESET_REQ signal, setting RSTCR did not cause reset. After hardware person fixed the FPGA code, it worked fine. Ummm... This is on a custom design, the syscon3 board. There is no FPGA there... Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] [PATCH] 7450 and 86xx L2 cache invalidate bug corrections

2008-05-09 Thread Wolfgang Denk
/cache.S |2 +- 2 files changed, 21 insertions(+), 2 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

Re: [U-Boot-Users] [PATCH v2] Recognize 'powerpc' As an Alias for IH_ARCH_PPC

2008-05-09 Thread Wolfgang Denk
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] Out of register space (ugh) - vi

Re: [U-Boot-Users] [PATCH][resubmission] three text/comment typos in 1.3.3-rc2

2008-05-09 Thread Wolfgang Denk
the few modifications manually this time, to limit your frustration ;-) 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-Users] [PATCH] ide: Remove spurious second include of io.h

2008-05-09 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] Perfection is reached, not when there is no longer anything

Re: [U-Boot-Users] [PATCH] include/gitignore: update to all architecture

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/include/.gitignore b/include/.gitignore index 03a533c..ef7dd5f 100644 --- a/include/.gitignore +++ b/include/.gitignore Applied, thanks. Best regards, Wolfgang Denk

Re: [U-Boot-Users] [PATCH 1/1] microblaze: Repare intc handling

2008-05-09 Thread Wolfgang Denk
(-) 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] We have phasers, I vote we

Re: [U-Boot-Users] [PATCH] Address change, documentation modified

2008-05-09 Thread Wolfgang Denk
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 easiest way to figure the cost of living is to take

Re: [U-Boot-Users] [PATCH] Fix disk type output in disk/part.c. The recent commit c7057b52 (ata:

2008-05-09 Thread Wolfgang Denk
. [Dropped truncated part of commit message, though.] 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-Users] [PATCH] cosmetic: Adjust coding style for switch statements to be consistent

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Detlev Zundel [EMAIL PROTECTED] --- disk/part.c | 60 +++--- 1 files changed, 36 insertions(+), 24 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] Adding DIU support for FSL MPC5121ADS board

2008-05-09 Thread Wolfgang Denk
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] On my planet, to rest is to rest -- to cease using energy

Re: [U-Boot-Users] [PATCH 3/3] Adding DIU support for Freescale 5121ADS

2008-05-09 Thread Wolfgang Denk
-boot/testing/board/ads5121' make: *** [/tmp/ads5121/board/ads5121/libads5121.a] Error 2 Please also fix the warnings, when you are at it... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot-Users] [PATCH] Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating

2008-05-09 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] When choosing between two

Re: [U-Boot-Users] [GIT PULL] MIPS updates

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Dear Wolfgang, please pull MIPS update. Patch attached below. This will fix build warnings on cache.S. thanks, Shinya --- The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: Wolfgang Denk (1): Merge

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-09 Thread Wolfgang Denk
above is just redundant. Now, if your board does not perform proper relocation for some reason, it should still set GD_FLG_RELOC at the appropriate place, i. e. as soon as U-Boot is ready for and starts running out of RAM. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-05-09 Thread Wolfgang Denk
this is not the case. 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] All I ask is a chance

Re: [U-Boot-Users] [PATCH 1/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-09 Thread Wolfgang Denk
. Kernel - name + data is given during BOOTP. + 2. Initrd - name is stored in initrd_name + 3. device tree blob - name is stored in dtb_name + Fallback are ther flash versions. - Typo? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-09 Thread Wolfgang Denk
generating the binary during the build None of this is necessary. 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-Users] [PATCH] Configuration changes for ADS5121 Rev 3

2008-05-09 Thread Wolfgang Denk
without explanation of their meaning. 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] Philosophy

Re: [U-Boot-Users] [PATCH] Fix Compilation Errors with 'tools/env/fw_printenv'

2008-05-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] When choosing between two evils, I always like

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-09 Thread Wolfgang Denk
deletions(-) Applied (with minor stylistic modifications). 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-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-09 Thread Wolfgang Denk
this merge issue. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- common/cmd_bootm.c | 11 --- common/image.c |4 2 files changed, 0 insertions(+), 15 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot-Users] i.MX31: question about CFG_HZ and CKIL

2008-05-09 Thread Wolfgang Denk
to adjust this value. Note that CFG_HZ is not really configurable, even if the name suggests so. In reality, CFG_HZ is a constant with the value 1000. There are some broken boards which don't handle this correctly, but at least that's what you should set. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH 1/2] ppc: Cleanup get_effective_memsize() use

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Removed duplicated effective memory size calculation code. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- lib_ppc/board.c | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) Applied, thanks. Best regards, Wolfgang Denk

Re: [U-Boot-Users] [RFC] [PATCH 2/2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-05-09 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] Any sufficiently advanced technology

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

2008-05-09 Thread Wolfgang Denk
, 6 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 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED

Re: [U-Boot-Users] [PATCH] mx31ads: fix 32kHz clock handling

2008-05-09 Thread Wolfgang Denk
. Consider it a constant, please. 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] [Braddock:] Mr

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

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://www.denx.de/git/u-boot

Re: [U-Boot-Users] [PATCH 03/26] Add copyright information in Atmel boards partition.c

2008-05-09 Thread Wolfgang Denk
/partition.c |2 ++ board/atmel/at91sam9260ek/partition.c |2 ++ 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

Re: [U-Boot-Users] [PATCH 04/26] Add proper copyright notices in Atmel boards Makefiles

2008-05-09 Thread Wolfgang Denk
at 0001. 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] Always try to do things in chronological

Re: [U-Boot-Users] [PATCH 02/26] Update origin and copyright information in arch-at91sam9 header files

2008-05-09 Thread Wolfgang Denk
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] I often quote myself; it adds

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

2008-05-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Wolfgang Denk, please pull a system performance tweak: The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available

Re: [U-Boot-Users] [PATCH] Support legacy multi-type images without FDT section.

2008-05-09 Thread Wolfgang Denk
/ filesystem. Signed-off-by: Nick Spence [EMAIL PROTECTED] --- lib_ppc/bootm.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5

Re: [U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver

2008-05-08 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] If the odds are a million to one against something occuring, chances

Re: [U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver

2008-05-08 Thread Wolfgang Denk
- did I miss any cons ? 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] I don't know if it's what

Re: [U-Boot-Users] MAC address

2008-05-08 Thread Wolfgang Denk
It inserts these into the device tree. Search for fdt_fixup_ethernet(). 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

[U-Boot-Users] [PATCH] POST: typo fix

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] Signed-off-by: Ilya Yanok [EMAIL PROTECTED] --- post/tests.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/post/tests.c b/post/tests.c index 36473e3..5db59d6 100644 --- a/post/tests.c +++ b/post/tests.c @@ -270,7 +270,7 @@ struct

[U-Boot-Users] [PATCH] POST: OCM test added.

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] Added OCM test for post layer. This version runs before all other tests but still don't interrupt post sequence on failure. Signed-off-by: Ilya Yanok [EMAIL PROTECTED] Signed-off-by: Yuri Tikhonov [EMAIL PROTECTED] --- include/post.h |1 +

[U-Boot-Users] [PATCH] POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] Switch OCM testid with codec one.The reason is that current implementation requeres POST_ROM testid to fit into lower 16 bits and codec test will never run with POST_ROM hopefully. Signed-off-by: Ilya Yanok [EMAIL PROTECTED] --- include/post.h |4 ++--

[U-Boot-Users] [PATCH] POS: add POST_STOP flag

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] If test test marked as POST_STOP, don't run futher tests in case of test failure. Signed-off-by: Ilya Yanok [EMAIL PROTECTED] Signed-off-by: Yuri Tikhonov [EMAIL PROTECTED] --- include/asm-arm/global_data.h|1 + include/asm-avr32/global_data.h

[U-Boot-Users] [PATCH] POST: mark OCM test as POST_STOP

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] Signed-off-by: Ilya Yanok [EMAIL PROTECTED] --- post/tests.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/post/tests.c b/post/tests.c index cdf4c86..a790c78 100644 --- a/post/tests.c +++ b/post/tests.c @@ -66,7 +66,7 @@ struct

[U-Boot-Users] [PATCH] POST: replace the LOGBUFF_INITIALIZED flag

2008-05-08 Thread Wolfgang Denk
From: Yuri Tikhonov [EMAIL PROTECTED] This way we become able to utilize the full post_log_word for POST activities (overwise, POST ECC, which has 0x8000 ID, could be erroneously treated as started in post_output_backlog() even if there was actually no POST ECC run (because of OCM POST failure,

Re: [U-Boot-Users] [PATCH] [new uImage] Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled

2008-05-07 Thread Wolfgang Denk
- debug (## Logbuffer at 0x%08lX , CONFIG_ALT_LB_ADDR); -#endif -#endif Well, it's easy to remove the code here, but if serves a purpose, so it cannot be simply removed without adding it somewhere else. Or am I missing something? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Wolfgang Denk
initialising on many ARM based boards. ^ here for example. PLease fix your mailer before resending. I strongly recommend to use git and git tools for such work. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] [PATCH] Propagate Error Status to the Shell on fw_printenv Errors

2008-05-07 Thread Wolfgang Denk
is that brown paper bag? 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] Data is a lot like humans

Re: [U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

2008-05-07 Thread Wolfgang Denk
. It would be much better if we had real relocation to a (dynamically determined) address on ARM too, instead of such a fixed mapping. 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-Users] 1.3.3-rc3 - release status

2008-05-06 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Microblaze cpu is OK for 1.3.3. Thanks a lot for the confirmation! 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

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-06 Thread Wolfgang Denk
the chance that the patch gets lost. I'd rather see such stuff on the list when the merge window is open only. 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-Users] [PATCH 13/21] Remeber the RAM and NAND detected sizes for later display

2008-05-06 Thread Wolfgang Denk
-bi_dram_size, \n); We really don't need an extra variable here, me thinks. 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-Users] [PATCH 09/21] AT91SAM9261EK support

2008-05-06 Thread Wolfgang Denk
console=ttyS0,115200 \ + root=/dev/mtdblock5 \ + mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) \ Line length!!! Best regards, Wolfgang Denk -- DENX Software Engineering

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