Re: [U-Boot-Users] [PATCH] [ads5121] Cleanup bus clock names.

2008-01-12 Thread Wolfgang Denk
/global_data.h |2 +- lib_ppc/board.c |2 +- 6 files changed, 12 insertions(+), 12 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

Re: [U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation

2008-01-12 Thread Wolfgang Denk
use the INTEL command set? This makes no sense 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: [EMAIL

Re: [U-Boot-Users] [PATCH 4/5]: add AcTux-3 board support

2008-01-12 Thread Wolfgang Denk
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: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Extended Epstein-Heisenberg Principle

Re: [U-Boot-Users] [PATCH] Fix i2c sdram command for DDR2 DIMMs

2008-01-12 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] Man is the best computer we can put aboard

Re: [U-Boot-Users] [PATCH 1/3] Add the RapidIO framework for U-Boot

2008-01-12 Thread Wolfgang Denk
may be difficult or even impossible with the initial implementation. So I will neither protest against nor insist on such a formal framework. 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 1/3] Add the RapidIO framework for U-Boot

2008-01-12 Thread Wolfgang Denk
afraid I lost track of the status of these patches while reading all the discussion - is this supposed to go into this release as is, or is there some rework going on? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] [PATCH] ppc: Refactor cache routines, so there is only one common set.

2008-01-12 Thread Wolfgang Denk
There have been some changes reqested to this patch; can you estimate if an updated patch will make it into this merge window? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[U-Boot-Users] QE UEC driver compiler warnings...

2008-01-12 Thread Wolfgang Denk
: 'uec_info' may be used uninitialized in this function Please fix. 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

Re: [U-Boot-Users] resend [PATCH 2/5]: add AcTux-1 board support

2008-01-13 Thread Wolfgang Denk
) ---^^^^ Spaces. + lib_generic/vsprintf.o(.text) ---^^-- Spaces. etc. etc. Ditto in the other patches. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH]ppc_4xx:netstal/common define routines used by all boards

2008-01-14 Thread Wolfgang Denk
. And eventually smaller code, too. + } + + /* IP-Adress update */ + { + IPaddr_t ipaddr; + char *ipstring; Please don't do this. Declare the vaiable at entry into this funtion. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

[U-Boot-Users] [PATCH] TK885D: fixes for bigger flash sector sizes on new modules;

2008-01-15 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- include/commproc.h |2 ++ include/configs/TK885D.h |7 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/commproc.h b/include/commproc.h index 6b1b4e8..32a3e1c 100644 --- a/include/commproc.h +++ b

Re: [U-Boot-Users] [PATCH 02/13] [new uImage] Define a API for image handling operations

2008-01-15 Thread Wolfgang Denk
? Yes, but you gave us an URL where I downloaded the missing pieces from... [A repository on pollux would be easier for me, of course.] 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] Can DHCP be used for TFTP booting?

2008-01-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] The use of anthropomorphic terminology when dealing

Re: [U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-16 Thread Wolfgang Denk
of these questions. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Buy land. They've stopped making it. - Mark Twain

[U-Boot-Users] patches / pull requests? mail lost - please resend

2008-01-16 Thread Wolfgang Denk
for the inconvenience. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Gods don't like people not doing much work. People who aren't busy all the time might start to _think_

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

2008-01-16 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The following changes since commit 58d204256cb1ce1bd323847d9f644acf70a72e6a: Wolfgang Denk (1): LWMON5: enable hush shell as command line parser are available in the git repository at: git://www.denx.de/git/u-boot-nand-flash.git master

Re: [U-Boot-Users] CUSTODIANS: List of open issues / not applied patches

2008-01-16 Thread Wolfgang Denk
want to tell us? 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 human mind treats a new idea

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-01-16 Thread Wolfgang Denk
; otherwise you fix the problem when writing the srting but create one when reading 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

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-01-16 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] I can call spirits from the vasty deep. Why so can I, or so can any man

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-01-16 Thread Wolfgang Denk
the boot file name length that BOOTP / DHCP can pass as per RFC. 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] latest (1.3.1) doesn't compile: files missing

2008-01-19 Thread Wolfgang Denk
. This is not a problem with U-Boot 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 Email: [EMAIL PROTECTED] There is an order

Re: [U-Boot-Users] latest (1.3.1) doesn't compile: files missing

2008-01-20 Thread Wolfgang Denk
by a couple of things, and can be a trivial implementation (attached). stdarg.h is a compiler provided file and thus has to be provided by your toolchain. As mentioned before, I don't think that any changes to U-Boot code are necessary. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] latest (1.3.1) doesn't compile: files missing

2008-01-20 Thread Wolfgang Denk
(as include/linux/stddef.h); only host files in tools/ reference host include files. And stdarg.h has to be provided by your compiler. 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] Revised custodian git writeup

2008-01-22 Thread Wolfgang Denk
on a repository that you share. ... 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] e-credibility

Re: [U-Boot-Users] How to patch u-boot?

2008-01-22 Thread Wolfgang Denk
no need to ever update to a newer version (the board is running stable for some years now). Yet we still use the trab board as reference for S3C2400 when testing new U-Boot versions. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [ARM] better ARM9 compileroptions

2008-01-22 Thread Wolfgang Denk
accept this fact and try to find somebody else who could take over this work? Feedback welcome... 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] U-Boot version string in kernel/userspace

2008-01-22 Thread Wolfgang Denk
sense on ARM systems - to me it would also make sense to pass the MAC address as an ATAG. The problem is that you will probably run into problems if youy try pushing such code into the mainline kernel. RMK will likely block it. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-22 Thread Wolfgang Denk
of situations (with earlier versions of git and cogito) that corrupted a repository such that I was not able to repair it. So I try to make sure I can always throw away everything... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-22 Thread Wolfgang Denk
as he could use the main repo. 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 only way you

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-22 Thread Wolfgang Denk
to make co-operation easier. 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

Re: [U-Boot-Users] Doubt on standalone applications license

2008-01-22 Thread Wolfgang Denk
GPLed u-boot's functions, is that right? 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

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

2008-01-23 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Ben submitted a hard SPI driver, and Dave fixed a critical bug for the mpc8315e-rdb. Please pull: The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-23 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] e-credibility: the non-guaranteeable likelihood that the electronic data

Re: [U-Boot-Users] U-Boot ADS5121 USB_TTY

2008-01-23 Thread Wolfgang Denk
step. Are you going to work on such a project? 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] Der

Re: [U-Boot-Users] Pull request - net

2008-01-23 Thread Wolfgang Denk
. The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx are available in the git repository at: git

Re: [U-Boot-Users] [GIT PULL] AVR32 update

2008-01-23 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: 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] [GIT PULL] MIPS updates

2008-01-23 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Dear Wolfgang, please pull MIPS updates. It's a interesting QEMU target. The following changes since commit 4c9e98ace78e7de972adf7da7135a46ec0a4ee7e: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx

Re: [U-Boot-Users] [PATCH] add support for Toradex Colibri module

2008-01-23 Thread Wolfgang Denk
with the state of ARM support myself. Peter, could you please comment on this? Do you have any specific plans for this and a list of other ARM patches? 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] add support for eeprom info

2008-01-23 Thread Wolfgang Denk
function resolves to a NULL pointer? Is this guaranteed? 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 support for eeprom info

2008-01-23 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] The existence of god implies a violation of causality

Re: [U-Boot-Users] RFC: Concise Build Output

2008-01-23 Thread Wolfgang Denk
don't really see the need for a solution between no output and full output. YMMV, of course. Hope I didn't frustrate you - I still appreciate the effort. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D

Re: [U-Boot-Users] [patch] add support for eeprom info

2008-01-24 Thread Wolfgang Denk
you have looks like a flash device 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: [EMAIL PROTECTED

Re: [U-Boot-Users] U- Boot support for Remote Debugging

2008-01-24 Thread Wolfgang Denk
; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline And please don;t post HTML here. 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] RFC: Concise Build Output

2008-01-24 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Wolfgang Denk wrote: So my question is: which problem are you trying to solve that is not already solved by make -s or MAKEALL? I don't really see the need for a solution between no output and full output. YMMV, of course. It's nice to have

Re: [U-Boot-Users] U-Boot-Users Digest, Vol 20, Issue 264

2008-01-24 Thread Wolfgang Denk
--=_Part_429_28785085.1201239635250 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline But don't post HTML here! 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 4/5] [ARM] AT91CAP9 support - board/ files

2008-01-26 Thread Wolfgang Denk
include/configs/at91cap9adk.h There are coding style issues in this patch; indentation not by TAB in board/at91cap9adk/Makefile, board/at91cap9adk/at91cap9adk.c and probably elsewhere; Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH 5/5] [ARM] AT91CAP9 support - macb changes

2008-01-26 Thread Wolfgang Denk
+#define MACB_RMII_SIZE 1 +#define MACB_CLKEN_OFFSET 1 +#define MACB_CLKEN_SIZE 1 Codyng style: indentation not by TAB. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot-Users] [PATCH 2/5] [ARM] AT91CAP9 support - include/ files

2008-01-26 Thread Wolfgang Denk
/clk.h create mode 100644 include/asm-arm/arch-at91cap9/hardware.h create mode 100644 include/asm-arm/arch-at91cap9/memory-map.h create mode 100644 include/asm-arm/dma-mapping.h Coding style: tons of C++ comments; indentation not by TAB, ugly indentation, Best regards, Wolfgang Denk

Re: [U-Boot-Users] support for AT49BV642DT flash

2008-01-27 Thread Wolfgang Denk
. including Signed-off-by line; see http://www.denx.de/wiki/UBoot/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

Re: [U-Boot-Users] [PATCH] Use `ln -sf` rather than `rm -f ln -s`

2008-01-28 Thread Wolfgang Denk
don't avoid the race condition; you're just making it a little less likely at the cost of reduced portability. 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] [rfc] new spiflash subsystem

2008-01-29 Thread Wolfgang Denk
. You can compare *memory* areas of any size that is mapped into the processor's address space. I guess you are talking about storage devices. 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] Disable icache before call the first line of kernel in do_bootelf().

2008-01-29 Thread Wolfgang Denk
available in libblackfin.a :( That should never happen. What is your toolchain? 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-Users] [rfc] new spiflash subsystem

2008-01-29 Thread Wolfgang Denk
of 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] Without freedom of choice there is no creativity

Re: [U-Boot-Users] [rfc] new spiflash subsystem

2008-01-29 Thread Wolfgang Denk
the others. this is how i treated it. This looks as if you were replying to your own postings, when you actualy reply to Mike's text!!! 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] u-boot gitweb has broken links for forked repos

2008-01-30 Thread Wolfgang Denk
/u-boot-blackfin.git but the real path is: git://www.denx.de/git/u-boot-blackfin.git Thanks for the hint. Should be fixed now. 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] NFS Timeout with large files.

2008-01-30 Thread Wolfgang Denk
it fit, if necessary. Could you please re-post this as a proper patch (see http://www.denx.de/wiki/UBoot/Patches); please especially make sure to include your signed-off-by line. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH] make the machid configurable via theenvironment (Was: [PATCH] Changed load address and entrypoint for uImage to ZRELADDR + 6MB)

2008-01-30 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I proposed this patch for a long time, but it was rejected by Wolfgang. Either you did it differently, or I changed my mind. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] [PATCH 1/3 RESEND] ppc4xx: Add initial esd PMC440 board files

2008-01-30 Thread Wolfgang Denk
of git you are using. And -i is IMHO just a good idea.] 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] make the machid configurable via the environment (Was: [PATCH] Changed load address and entry point for uImage to ZRELADDR + 6MB)

2008-01-30 Thread Wolfgang Denk
-by: Wolfgang Denk [EMAIL PROTECTED] 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] There are three

Re: [U-Boot-Users] [PATCH] make the machid configurable via theenvironment (Was: [PATCH] Changed load address and entrypoint for uImage to ZRELADDR + 6MB)

2008-01-30 Thread Wolfgang Denk
for the ARM related parts of U-Boot? Just let me know... BTW: do you actually know what you are commenting about? Did you look up Ulf's proposal and the reject message in the U-Boot mailing list archive? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot-Users] Booting Standalone App?

2008-01-30 Thread Wolfgang Denk
that? No. materials which shows how this is done. I have not changed the code in hello_world, so the entry point should not have moved. Did I use mkimage correctly? This question makes no sense to me. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot-Users] u-boot gitweb has broken links for forked repos

2008-01-31 Thread Wolfgang Denk
you suppose we would fix this if being asked? Of course, if you don't ask it's likely that nothing will happen. 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] [PATCH] ARM926: Display Ethernet info indo_bdinfo only if CONFIG_CMD_NET is defined

2008-02-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: AVR32 passes it through ATAGs. That should be easily portable to ARM. Easily portable from the technical point of view; but it will not be accepted for the ARM Linux kernel tree. See the FAQ. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Wolfgang Denk
once and save them as an environment variable which you can then run. 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] 答复: [U-Boot-Users] Re: 答复: [U-Boot-U sers] HELP: How to make PPC booting easier

2008-02-03 Thread Wolfgang Denk
point, the u boot can also be selectable to boot any kinds of images. Why are you making all this so complicated? What do you need the VxWorks Bootrom for? Just install U-Boot in flash, and let U-Boot boot either Linux or VxWorks. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files

2008-02-03 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] Drawing on my fine command of language, I said

Re: [U-Boot-Users] [PATCH] Fix gcc issues in pxa-regs.h

2008-02-03 Thread Wolfgang Denk
does. Signed-off-by: Stefano Babic [EMAIL PROTECTED] Signed-off-by: Dmitry Ivanov [EMAIL PROTECTED] 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

Re: [U-Boot-Users] [PATCH] add support for Toradex Colibri module

2008-02-03 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] He had been eight years upon a project for extracting

Re: [U-Boot-Users] [PATCH] ARM: Fix at91rm9200dk base address

2008-02-03 Thread Wolfgang Denk
to CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact. I'm sending this patch 4th (!) time in hope it produces at least some reaction. Signed-off-by: Ladislav Michl [EMAIL PROTECTED] Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot-Users] [PATCH] ARM: AT91RM9200 based boards config cleanup

2008-02-03 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Ladislav Michl [EMAIL PROTECTED] Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix indentation. Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot-Users] [PATCH] ARM: Board voiceblue update

2008-02-03 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Ladislav Michl [EMAIL PROTECTED] Board voiceblue update Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

[U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-03 Thread Wolfgang Denk
size is less than 1 KiB. My suggestion is to change the code to use a plain global variable, however I need feedback if we can / want to do that as it effects *ALL* PowerPC boards. Please comment. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: On Mon, Feb 04, 2008 at 12:32:36AM +0100, Wolfgang Denk wrote: So far, it is not clear to me what a better choice for a global register variable could be (i. e. which register we can chose for our purpose without causing the same or other

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-04 Thread Wolfgang Denk
to figure out where U-Boot was relocated to in RAM - just add the offset in struct global_data and you have the relocation offset, for example. 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] ARM: S3C24x0 SoC NAND controller support

2008-02-04 Thread Wolfgang Denk
the coding style: ... warning: 1 line applied after fixing whitespace 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

Re: [U-Boot-Users] [PATCH] ARM: arm920t: Allow use of 'gd' pointer from IRQ

2008-02-04 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This patch allows us to use the 'gd' pointer (and thus environment and everything else associated with it) from interrupt context on arm920t. Signed-off-by: Harald Welte [EMAIL PROTECTED] Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH] ARM926: compile cpu_init_crit function only if CONFIG_SKIP_LOWLEVEL_INIT is not defined

2008-02-04 Thread Wolfgang Denk
this one. Probably the whole cpu_init_crit: part should be placed inside the #ifndef CONFIG_SKIP_LOWLEVEL_INIT part, as it is done for example in cpu/arm920t/start.S ? Not applied. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking

2008-02-04 Thread Wolfgang Denk
does not support interworking in ARMv6 at http://www.denx.de/wiki/UBoot/PatchStatus) has been rejected before. I think the same will happen to this one when Peter Pearse manages to process it. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

2008-02-04 Thread Wolfgang Denk
for us. 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] One of the advantages of being

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-06 Thread Wolfgang Denk
make much sense ;-) 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 refuse to have a battle

Re: [U-Boot-Users] [PATCH 1/1] xsengine: rename board_post_init to board_late_init

2008-02-06 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: missing migration from Cleanup of some init functions in c837dcb1a316745092567bfe4fb266d0941884ff Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Applied. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] [PATCHv2] [ads5121] Set ips dividor to 1/3 of csb clock.

2008-02-06 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Previous setting cause ips clock to be out of spec. This bug was found by John Rigby from Freescale. Signed-off-by: Grzegorz Bernacki [EMAIL PROTECTED] Applied, thanks. - This

Re: [U-Boot-Users] [PPC] PLEASE READ - was: [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-02-07 Thread Wolfgang Denk
... Since nobody else picked up the idea over all the years it seems it's not really needed. 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] How much does U-Boot Replace PMON? Anyone w/ opinions? (from embedded newbie)

2008-02-10 Thread Wolfgang Denk
here xxx to find what you want) You will have to port U-Boot to your hardware, but then it will match all your requirements. 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-Users] How much does U-Boot Replace PMON? Anyone w/ opinions? (from embedded newbie)

2008-02-10 Thread Wolfgang Denk
believe the s/w guys are using ext2 on the CF instead of vfat, but it does work. Seems to work for you? 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] Initially loading uboot into flash on MPC5200

2008-02-10 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] Disc space - the final frontier

Re: [U-Boot-Users] ide support on arm

2008-02-10 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] There's no sense in being precise when you don't

Re: [U-Boot-Users] uboot http server access

2008-02-10 Thread Wolfgang Denk
. --=_Part_6445_32668586.1202689419280 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, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot-Users] 440EPX is not booting from 1Gb/128MB NAND flash

2008-02-11 Thread Wolfgang Denk
== 2048) unless you are absolutley sure that all future devices (say, with 8k or 8k page sizes) will behave identical. Otherwise it will be a mess to clean up that code later. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot-Users] [PATCH] QE: Move FDT support into a common file

2008-02-11 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Move the flat device tree setup for QE related devices into a common file shared between 83xx 85xx platforms that have QE's. Signed-off-by: Kumar Gala [EMAIL PROTECTED] Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot-Users] ColdFire patches

2008-02-11 Thread Wolfgang Denk
a pull request. 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] Small is beautiful

Re: [U-Boot-Users] u-boot patch submission process

2008-02-11 Thread Wolfgang Denk
that and you don't want to hear that, all you want is some faster progress. So please do yourself and me a favour, don't increase the preassure on me and let me continue to work as fast as I can. Even if it's too slow. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot-Users] Delete all env vars except read onlys

2008-02-12 Thread Wolfgang Denk
unintentionally erase their environment. Please don't do passwords in U-Boot (btw - it might be difficult, as the logical way to store these would be in the environment :-) Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] u-boot patch submission process

2008-02-12 Thread Wolfgang Denk
really not complaining about _you_, I'm complaining about the process. I understand this. But the process has bottlenecks, and sitting as a cork in such one while the pressure is building up below my *ss doesn't make me happy either ;-) Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot-Users] Delete all env vars except read onlys

2008-02-12 Thread Wolfgang Denk
way; you may write a small standalone application... 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] QE: Move FDT support into a common file

2008-02-12 Thread Wolfgang Denk
-mpc85xx.git I don't have this one on my list, and I haven't seen a pull request from Andy ? 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] [new uImage] Code available on new-image branch of u-boot-testing repo

2008-02-12 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: For example, I don't believe we have a way today to just decompress a uImage file. Um... it you try hard enough there is one. See http://www.denx.de/wiki/view/DULG/HowCanILoadAndUncompressACompressedImage Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] ramdisk problem (once again?)

2008-02-12 Thread Wolfgang Denk
the PTB for ARM answer this... 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 C-shell doesn't

Re: [U-Boot-Users] 440EPX is not booting from 1Gb/128MB NAND flash

2008-02-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] The people of Gideon have always believed that life is sacred

Re: [U-Boot-Users] ramdisk problem (once again?)

2008-02-12 Thread Wolfgang Denk
, but never made it upstream. See the archives ... 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

  1   2   3   4   5   6   7   8   9   10   >