Re: [U-Boot] U-boot env variables parsing

2010-04-01 Thread Detlev Zundel
, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 1/2 v2] net, fec_mxc: only setup the device enetaddr with eeprom value, if ethaddr is not setup

2010-03-31 Thread Detlev Zundel
to keep the discussion close to the effects on the code base. Cheers Detlev -- #!/usr/bin/perl $c=print\\#\!\/usr\/bin\/perl\ \\\$c\=\.quotemeta\(\$c\)\.\;\\n\$c;\; print#!/usr/bin/perl\n\$c=\.quotemeta($c).\;\n$c;; -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] may i get in

2010-03-31 Thread Detlev Zundel
faces a crossroads. One path leads to despair and utter hopelessness. The other to total extinction. Let us pray, we have the wisdom to choose correctly. -- Woody Allen -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] Saving environment variables in MMC

2010-03-31 Thread Detlev Zundel
it. -- Richard E. Fairley -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH 1/2 v2] net, fec_mxc: only setup the device enetaddr with eeprom value, if ethaddr is not setup

2010-03-31 Thread Detlev Zundel
Hi Ben, Hi Detlev, On Wed, Mar 31, 2010 at 6:44 AM, Detlev Zundel d...@denx.de wrote: Hi Ben, Hold on a second.  This patch is wrong.  As Mike has pointed out, the net library already gets the MAC address from the environment.  The correct flow is: 1. Read

[U-Boot] [PATCH] net: Trivial coding style issue with empty for statement

2010-03-31 Thread Detlev Zundel
Signed-off-by: Detlev Zundel d...@denx.de CC: Ben Warren biggerbadder...@gmail.com --- net/eth.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/eth.c b/net/eth.c index b650a20..aff6987 100644 --- a/net/eth.c +++ b/net/eth.c @@ -1,5 +1,5 @@ /* - * (C) Copyright

Re: [U-Boot] net, kirkwood_egiga: init mac address before using network commands

2010-03-30 Thread Detlev Zundel
on the suen3 board. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Detlev Zundel d...@denx.de My question about why doing this can negatively effect U-Boot still stands. I also actively request the U-Boot community to give feedback here - after all, this _is_ a community project

Re: [U-Boot] net, fec_mxc: init mac address before using network commands

2010-03-30 Thread Detlev Zundel
on the magnesium board. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- I think that level of generalization is too abstract for useful thinking. -- Richard Stallman in e19n344-0006q9...@fencepost.gnu.org -- DENX Software

Re: [U-Boot] net, kirkwood_egiga: init mac address before using network commands

2010-03-30 Thread Detlev Zundel
Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] mpc8548cds can't support uhci usb

2010-03-30 Thread Detlev Zundel
Detlev -- Zivilisation ist der Zaubertrick, der uns unsere wahre Natur verbirgt. -- Salman Rushdie -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] [PATCH] cmd_bmp.c: added standard subcommand handling

2010-03-29 Thread Detlev Zundel
Hi Frans, Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com Looks good, so Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Restrict Digital Restrictions Management: If you can't copy it - don't buy it -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH] cmd_onenand.c: moved to standard subcommand handling

2010-03-29 Thread Detlev Zundel
to be called off in 1945, when it was realized that the next time the game was played would be the last. -- Noam Chomsky -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] cant not enter uboot command line

2010-03-29 Thread Detlev Zundel
banner output as input. But that's just a pure guess, the number of unreadable output messages in your log is overwhelming. Cheers Detlev -- Less talking -- more hacking -- Olin Shivers -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] git merge summary

2010-03-29 Thread Detlev Zundel
the feature. Wolfgang, what do you think? Cheers Detlev -- Mit einem Leben wie dem meinen, Doktor - wer braucht da noch Traeume? - Alex Portnoy -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH] cmd_onenand.c: moved to standard subcommand handling

2010-03-29 Thread Detlev Zundel
Hi Frans, 2010/3/29 Detlev Zundel d...@denx.de: Hi Frans, Forgot this disclaimer, thought I added it, sry. NOTE: This code is untested as I have no board with onenand support. However, it compiles properly (tested by building opap3_evm, which uses this). The changes I did are purely

[U-Boot] Design principles (was: Re: [PATCH] net, fec_mxc: use mac address stored in env before looking in eeprom)

2010-03-26 Thread Detlev Zundel
Hi Wolfgang, Dear Detlev Zundel, In message m2tys4k0c8@ohwell.denx.de you wrote: The question to me is why fec_probe() is called at all, even in cases where U-Boot does not use any network related commands. This is IMO wrong. Eventually somebody comes up with patches to fix

Re: [U-Boot] Killed Sheeva Plug

2010-03-26 Thread Detlev Zundel
to revive your brick ;) So I'd suggest to get the CPU documentation and find the relevant parts. Cheers Detlev -- There are three kinds of people in the world; those who can count and those who can't. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] What's wrong with this code?

2010-03-26 Thread Detlev Zundel
were doing, we wouldn't call it research. -- Einstein -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] [review request] cmd_bmp.c: added standard subcommand handling

2010-03-26 Thread Detlev Zundel
wonders of the world. Forced to choose between Emacs and, say, any pyramid, I'd take Emacs. -- Robert Boyer -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142

Re: [U-Boot] [PATCH] cmd_usb.c: implemented standard subcommand handling

2010-03-26 Thread Detlev Zundel
-- The number you have dialed is imaginary. Please rotate your phone 90 degrees and try again. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] sheevaplug issue

2010-03-26 Thread Detlev Zundel
: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [PATCH 5/5:q i2c: made unused function i2c_mux_add_device static

2010-03-26 Thread Detlev Zundel
-- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] What's wrong with this code?

2010-03-26 Thread Detlev Zundel
a proper review of the change you propose. Cheers Detlev -- You live and learn -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] Design principles

2010-03-26 Thread Detlev Zundel
include in your fix statement. Can you tell me exactly what you meant by this? Cheers Detlev -- A change in language can transform our appreciation of the cosmos -- Benjamin Lee Whorf -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] Design principles

2010-03-26 Thread Detlev Zundel
Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [OT]Need help getting Linux past init

2010-03-26 Thread Detlev Zundel
;) Cheers Detlev -- Old mathematicians never die; they just lose some of their functions. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] console_buffer

2010-03-25 Thread Detlev Zundel
think of them as cowards. -- Richard M. Stallman -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH] net, fec_mxc: use mac address stored in env before looking in eeprom

2010-03-25 Thread Detlev Zundel
Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] MPC5200: Add initial support for Matrix Vision mvSMR board

2010-03-24 Thread Detlev Zundel
: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [PATCH] net, fec_mxc: use mac address stored in env before looking in eeprom

2010-03-24 Thread Detlev Zundel
from 400 years ago is Shakespeare [..] and stuff from 2000 years ago is History. -- James Kibo Parry in kibo-1207032212000...@10.0.1.2 -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] Environmentvar. ipaddr - microblaze

2010-03-23 Thread Detlev Zundel
Hi Michal, Detlev Zundel wrote: Hi Michal, Detlev Zundel wrote: Hi Horst, in lib_microblaze/board.c board_init() the function env_relocate() should be called before getenv_IPaddr() otherwise there is no chance to save an ip-address in the environment (like in lib_ppc/board.c). Horst

Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-23 Thread Detlev Zundel
to 2.7 discussing release numbering of the Linux kernel] Let the bike-shed-painting begin. -- Linus Torvalds -- 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 POST

2010-03-22 Thread Detlev Zundel
. -- Donald Knuth -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list

Re: [U-Boot] Location of headers for IP blocks

2010-03-22 Thread Detlev Zundel
-- Another helpful hint for successful MIME processing: application/msword; rm -f %s; description=MS Word Text; -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142

Re: [U-Boot] Environmentvar. ipaddr - microblaze

2010-03-22 Thread Detlev Zundel
Hi Michal, Detlev Zundel wrote: Hi Horst, in lib_microblaze/board.c board_init() the function env_relocate() should be called before getenv_IPaddr() otherwise there is no chance to save an ip-address in the environment (like in lib_ppc/board.c). Horst: Give me step-by-step manual how

Re: [U-Boot] soft_spi.c crash while saveenv

2010-03-18 Thread Detlev Zundel
Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] Environmentvar. ipaddr - microblaze

2010-03-18 Thread Detlev Zundel
on the web page[1]. Actually I put Michal on CC on this mail already. Thanks Detlev [1] http://www.denx.de/wiki/U-Boot/Custodians -- One of my most productive days was throwing away 1000 lines of code. - Ken Thompson. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Detlev Zundel
. Cheers Detlev -- The limits of my language stand for the limits of my world. -- Ludwig Wittgenstein -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] [PATCH v2] mpc5xxx: Remove all references to MGT5100

2010-03-15 Thread Detlev Zundel
Hi Wolfgang, Dear Detlev Zundel, In message 1268384472-30152-1-git-send-email-...@denx.de you wrote: We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel d...@denx.de [...] Actually this fixes a build warnings in the current code (Total5100

Re: [U-Boot] EABI 4.2

2010-03-12 Thread Detlev Zundel
: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [PATCH] mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.

2010-03-12 Thread Detlev Zundel
Hi Wolfgang, Dear Detlev Zundel, In message 1268054661-25699-1-git-send-email-...@denx.de you wrote: This code has compile problems and the company does not even exist any more. So we take the liberty to drop support for it. Signed-off-by: Detlev Zundel d...@denx.de CC: Wolfgang Denk w

Re: [U-Boot] Question about fw_printenv settings

2010-03-10 Thread Detlev Zundel
- including the linux mtd partitioning - again, then do some basic calculations to arrive at the correct parameters. It is not _that_ hard. Cheers Detlev -- System going down at 1:45 this afternoon for disk crashing. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] EABI 4.2

2010-03-10 Thread Detlev Zundel
-- Woman who seek to be equal with men lack ambition -- Timothy Leary -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] bootcounter implementation for OMAP3

2010-03-09 Thread Detlev Zundel
and a banana? A: |elephant| * |banana| * sin(theta) -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [Patch] ./net/net.c - make Microsoft dns servers happy with random_port() numbers

2010-03-09 Thread Detlev Zundel
house. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH] mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.

2010-03-08 Thread Detlev Zundel
This code has compile problems and the company does not even exist any more. So we take the liberty to drop support for it. Signed-off-by: Detlev Zundel d...@denx.de CC: Wolfgang Denk w...@denx.de CC: Ben Warren biggerbadder...@gmail.com --- The patch is too large for the ML, so it can be found

Re: [U-Boot] [PATCH] mpc5xxx: Remove all references to MGT5100

2010-03-08 Thread Detlev Zundel
Detlev Zundel d...@denx.de writes: We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel d...@denx.de --- This is really -next stuff. The patch was tested on lite5200b and on TQM5200. [...] diff --git a/MAKEALL b/MAKEALL index 1e660b6..977a9f3

Re: [U-Boot] [PATCH] POST progress API

2010-03-08 Thread Detlev Zundel
Hi Michael, Added POST progress API implemented as weak calls before and after each call to the POST test callback in the post_run_single routine of the post.c file. Signed-off-by: Michael Zaidman michael.zaid...@gmail.com Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- It's bad

Re: [U-Boot] What is CONFIG_HAS_DATAFLASH?

2010-03-08 Thread Detlev Zundel
.-- Joseph Lagrange -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing

Re: [U-Boot] (patch) segfault when calling fit_check_format() on corrupt FIT images

2010-03-08 Thread Detlev Zundel
it :) -- Greg KH 20090420225358.gc28...@kroah.com -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH 5/5] cmd_i2c.c: added i2c read to memory function

2010-02-26 Thread Detlev Zundel
.-- Joseph Lagrange -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH] cmd_itest.c: also support environment variables as arguments

2010-02-26 Thread Detlev Zundel
the throwaway to customers. - Fred Brooks, The Mythical Man Month -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH 7/7] cmd_setexpr: allow memory addresses and env vars in expressions

2010-02-26 Thread Detlev Zundel
Detlev -- vi vi vi - the roman numeral of the beast. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH 5/5] cmd_i2c.c: added i2c read to memory function

2010-02-26 Thread Detlev Zundel
springs in good shape? -- Jonh McCarthy -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] memory display question

2010-02-25 Thread Detlev Zundel
was going to boot. What accesses do you perform in this setup to read the memory? Cheers Detlev -- You get 3 opportunities to advertise your Rock band, no more. -- Proposed Symbolics guidelines for mail messages (1984) -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] subcmd handling

2010-02-24 Thread Detlev Zundel
- then wait for the year -- Donald Knuth -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] [PATCH 2/2] cmd_itest.c: fix pointer dereferencing

2010-02-23 Thread Detlev Zundel
Hi Frans, fix pointer dereferencing if the size is .b and .w an 8 or 16 bit access is done. Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com You could have included my previously given Acked-by. But anyway: Acked-by: Detlev Zundel d...@denx.de --- common/cmd_itest.c |9

Re: [U-Boot] [PATCH] cmd_mtdparts.c: prevent printbuffer overflows

2010-02-23 Thread Detlev Zundel
instead of fixing the caller sites. Thanks Detlev -- Man sei weder unzufrieden mit sich selbst - denn das waere Kleinmut - noch selbstzufrieden - denn das waere Dummheit. --- Baltasar Gracian -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-22 Thread Detlev Zundel
smooth, but he's only C^1. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot

Re: [U-Boot] [PATCH 2/2] cmd_itest.c: fix pointer dereferencing

2010-02-22 Thread Detlev Zundel
errors - Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Our enemies are innovative and resourceful, and so are we. They never stop thinking about new ways to harm our country and our people, and neither do we. -- George W. Bush during a defense bill ceremony on 5. Aug 2004

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-22 Thread Detlev Zundel
Gerum -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH] added i2c read function

2010-02-19 Thread Detlev Zundel
trying to find the square root of pi using roman numerals. -- The UNIX Haters Handbook -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax

Re: [U-Boot] Taskit Portux920T port - Some issues

2010-02-19 Thread Detlev Zundel
for reading this mail Thanks for improving U-Boot :) Cheers Detlev -- #!/usr/bin/perl $c=print\\#\!\/usr\/bin\/perl\ \\\$c\=\.quotemeta\(\$c\)\.\;\\n\$c;\; print#!/usr/bin/perl\n\$c=\.quotemeta($c).\;\n$c;; -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-18 Thread Detlev Zundel
Fragen gehalten. -- Richard Buckminster Fuller -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] Boot based on I2C EEPROM value

2010-02-18 Thread Detlev Zundel
not zero = Cheers Detlev -- An elephant is a mouse with an operating system. -- Donald Knuth -- 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] Boot based on I2C EEPROM value

2010-02-18 Thread Detlev Zundel
house. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot

Re: [U-Boot] Booting from NAND on MX51

2010-02-16 Thread Detlev Zundel
die Gruende, die uns daran hindern es zu sein. -- Marcel Proust -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142

Re: [U-Boot] The post_list array order change

2010-02-15 Thread Detlev Zundel
for useful thinking. -- Richard Stallman in e19n344-0006q9...@fencepost.gnu.org -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] The post_list array order change

2010-02-15 Thread Detlev Zundel
Hi Michael, On Mon, Feb 15, 2010 at 11:30 AM, Detlev Zundel d...@denx.de wrote: Hi Michael, In continuation to my post where I explained necessity of user defined post_progress_status facility (see. http://lists.denx.de/pipermail/u-boot/2010-February/067662.html) I am looking now

Re: [U-Boot] [PATCH] Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

2010-02-15 Thread Detlev Zundel
. Signed-off-by: Michael Zaidman michael.zaid...@gmail.com Acked-by: Detlev Zundel d...@denx.de --- cpu/mpc83xx/cpu.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index e38a372..51180d6 100644 --- a/cpu/mpc83xx/cpu.c +++ b

Re: [U-Boot] howto flash ubi rootfs image into nand flash with u-boot?

2010-02-12 Thread Detlev Zundel
Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [STATUS] i.MX / Freescale ARM custodian needed

2010-02-12 Thread Detlev Zundel
not admire it. The only excuse for making a useless thing is that one admires it intensely. --- Oscar Wilde -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] POST related question

2010-02-11 Thread Detlev Zundel
Hi Michael, On Wed, Feb 10, 2010 at 5:54 PM, Detlev Zundel d...@denx.de wrote: Hi Michael, Working on the POST for our board (which I am going to submit to the u-boot in the near future) I was asked to output the POST tests sequence progress to the dedicated LEDs (current test’s index

Re: [U-Boot] POST related question

2010-02-11 Thread Detlev Zundel
-- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Booting from NAND on MX51

2010-02-11 Thread Detlev Zundel
: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] POST related question

2010-02-10 Thread Detlev Zundel
and have junk left in the registers. -- Gerald Sussman -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] Standalone application compilation

2010-02-08 Thread Detlev Zundel
, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 2/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0'

2010-02-03 Thread Detlev Zundel
Hi Wolfgang, Signed-off-by: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de --- cpu/mpc5xxx/cpu_init.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cpu/mpc5xxx/cpu_init.c b/cpu/mpc5xxx/cpu_init.c index b151464..2aa6e1c 100644 --- a/cpu

Re: [U-Boot] [PATCH 3/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm'

2010-02-03 Thread Detlev Zundel
Hi Wolfgang, Signed-off-by: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de By the way, now that we have a patch touching this stuff on the mailing list - would anyone object to removing the mgt5100 stuff? If I am not missing anything, this is not being used anywhere and makes

Re: [U-Boot] [PATCH] at91: Add esd gmbh OTC570 board support

2010-02-02 Thread Detlev Zundel
it :) -- Greg KH 20090420225358.gc28...@kroah.com -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH V3] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-02-02 Thread Detlev Zundel
, Sorry it took a while, got swamped with other tasks. I see your point and have made a patch per your request. No problem, I know how it is. Thanks for the patch! Tested-by: Detlev Zundel d...@denx.de Cheers, -Richard common/cmd_bdinfo.c |1 + include/asm-ppc/global_data.h

[U-Boot] [PATCH] mpc512x: Add display of reset status register

2010-01-22 Thread Detlev Zundel
Content of the RSR is put into gd early so we can output it together with the CPU info. The clearing of gd in board_init_f is redundant for this architecture as it is done in cpu_init_f so we remove it. Signed-off-by: Detlev Zundel d...@denx.de --- cpu/mpc512x/cpu.c |3 ++- lib_ppc/board.c

Re: [U-Boot] Performance problems with gunzip

2010-01-22 Thread Detlev Zundel
? - Alex Portnoy -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] Performance problems with gunzip

2010-01-22 Thread Detlev Zundel
://docwiki.gumstix.org/index.php/U-Boot Maybe you can reap the code from their repository. If you do, please post it here ;) Cheers Detlev -- There are three kinds of people in the world; those who can count and those who can't. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] Performance problems with gunzip

2010-01-22 Thread Detlev Zundel
answers Nothing personal, your name just happened to come up. -- Charlie Brown -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d

Re: [U-Boot] U-Boot for LENO3 processor board

2010-01-21 Thread Detlev Zundel
he can answer that. Cheers Detlev -- Indeed, the author firmly believes that the best serious work is also good fun. We needn't apologize if we enjoy doing research. -- Donald Knuth -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

[U-Boot] [PATCH] mpc512x: Use in/out accessors for all registers

2010-01-21 Thread Detlev Zundel
This is not only a cosmetic change as it fixes the real bug of board reset not working with the ELDK 4.2 toolchain. Signed-off-by: Detlev Zundel d...@denx.de --- cpu/mpc512x/cpu.c| 15 --- cpu/mpc512x/diu.c|8 cpu/mpc512x/pci.c|6 +++--- cpu/mpc512x

Re: [U-Boot] Linux Kernel without Ethernet (missed MAC)

2010-01-20 Thread Detlev Zundel
weak that they will take their tastes from people around them in the desperate desire to be accepted, I think of them as cowards. -- Richard M. Stallman -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] [PATCH] mpc5xxx: Support CPU internal watchdog.

2010-01-20 Thread Detlev Zundel
Signed-off-by: Detlev Zundel d...@denx.de --- cpu/mpc5xxx/cpu.c | 20 +++- cpu/mpc5xxx/cpu_init.c | 14 +- include/watchdog.h |5 + 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c index 2a28df4

Re: [U-Boot] NS16550 Register structure

2010-01-19 Thread Detlev Zundel
, it is certainly pretty long, with new ones being dreamed up all the time. Fortunately, space limitations prevent us from looking at all of them. -- Andrew S. Tanenbaum -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH V2] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-19 Thread Detlev Zundel
: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-18 Thread Detlev Zundel
Hi Richard, Detlev Zundel wrote: snip Please excuse my ignorance, but why not simply remove the #ifdef CONFIG_AMIGAONEG3SE in board_init_f? Actually I was hoping to remove the Amigaone special case. Cheers Detlev I prefer getting the data from board_init_r because we really

Re: [U-Boot] ppc: How to get uboot (relocated) start address in RAM

2010-01-15 Thread Detlev Zundel
! -- Edsger W. Dijkstra -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-15 Thread Detlev Zundel
suspect that if Microsoft ever met up with the devil, it wouldn't need an interpreter. --NICHOLAS PETRELEY, Sr. Editor, InfoWorld -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49

Re: [U-Boot] [PATCH 2/9] MX51: Add initial support for the Freescale MX51

2010-01-11 Thread Detlev Zundel
-- Emacs seems a more likely candidate to contain a mail system than the mail system to contain an Emacs, so this is the way it was done. -- Bernard S. Greenberg -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH 3/9] MX51: Add register definitions

2010-01-11 Thread Detlev Zundel
? Same goes for the rest of the file. Cheers Detlev -- Zivilisation ist der Zaubertrick, der uns unsere wahre Natur verbirgt. -- Salman Rushdie -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr

Re: [U-Boot] [PATCH 4/9] MX51: Add pin and multiplexer definitions.

2010-01-11 Thread Detlev Zundel
Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/9] MX51: Add initial support for the Freescale MX51

2010-01-11 Thread Detlev Zundel
in this series. Cheers Detlev -- If you think the Y2K crisis is bad - then wait for the year -- Donald Knuth -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] [PATCH 2/9] MX51: Add initial support for the Freescale MX51

2010-01-11 Thread Detlev Zundel
Hi Stefano, Detlev Zundel wrote: Hi Stefano, Hi Detlev, --- /dev/null +++ b/cpu/arm_cortexa8/mx51/iomux.c @@ -0,0 +1,205 @@ +/* + * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved. + */ + +/* + * The code contained herein is licensed under the GNU General Public

[U-Boot] [PATCH 2/2] cmd_bootm.c: Change interpretation of standalone image parameters.

2009-12-22 Thread Detlev Zundel
simply drop it. Signed-off-by: Detlev Zundel d...@denx.de --- common/cmd_bootm.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 26cae97..4d55023 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -889,9 +889,6

<    1   2   3   4   5   6   7   8   9   >