Re: [U-Boot] [PATCH] JFFS2: bug fix for summary support.

2011-04-13 Thread Detlev Zundel
Hi Baidu, Hi, Detlev: 2011/4/13 Detlev Zundel d...@denx.de: Hi Leo, This patch fixes some issues with JFFS2 summary support in U-Boot. 1/ Bug fix for summary support: we need to get the latest DIRENT. Can you give an exmaple how this bug showed? For example, if you create a file

Re: [U-Boot] [PATCH] JFFS2: accelerate scanning.

2011-04-13 Thread Detlev Zundel
boundaries as depicted in the map(s) may neither be correct nor authentic. -- Garmin MapSource manual -- 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 0/6] Universal PHY Infrastructure

2011-04-08 Thread Detlev Zundel
Hi, On Thu, Apr 7, 2011 at 10:13 AM, Andy Fleming wrote: On Apr 6, 2011, at 7:07 AM, Detlev Zundel wrote: This second version cleans up all checkpatch errors that I reasonably could, and addresses most of the comments from the first round of reviews.  WARNING: Use of volatile is usually

Re: [U-Boot] [PATCH v2 0/6] Universal PHY Infrastructure

2011-04-06 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 v2 1/6] tsec: use IO accessors for IO accesses

2011-04-06 Thread Detlev Zundel
whats advertised in the patch description here. Cheers Detlev -- Wissenschaft ohne Verstand ist doppelte Narrheit. --- Baltasar Gracian -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] [PATCH v2 2/6] tsec: arrange the code to avoid useless function declaration

2011-04-06 Thread Detlev Zundel
as it is learning. -- Edsger 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 v2 3/6] Remove instances of phy_read/write

2011-04-06 Thread Detlev Zundel
a marvell_init function which I renamed to not conflict with the one in marvell.c Lastly, uec_phy.c was putting a space between the phy writing function names, and the open paren, so I fixed that Signed-off-by: Andy Fleming aflem...@freescale.com I already gave my Acked-by: Detlev Zundel d

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Detlev Zundel
a number of whitespace issues in miiphyutil.c Signed-off-by: Andy Fleming aflem...@freescale.com --- * Fixed some sparse warnings/errors * Changed headers for new files to GPL v2+ * Removed the unexplained 500ms delay after autonegotiation Looks good, thanks! Acked-by: Detlev Zundel d

Re: [U-Boot] [PATCH v2 5/6] phylib: Add a bunch of PHY drivers from tsec

2011-04-06 Thread Detlev Zundel
for the changes, especially for the tedious constants stuff. This looks really good now. Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- These days, even the most pure and abstract mathematics is in danger to be applied. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot] [PATCH v2 6/6] tsec: Convert tsec to use PHY Lib

2011-04-06 Thread Detlev Zundel
if TSEC_ENET is configured. Signed-off-by: Mingkai Hu mingkai...@freescale.com Signed-off-by: Andy Fleming aflem...@freescale.com --- * Fixed numerous sparse warnings/errors When the typedef is gone, you have my Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Q: What does FAQ stand

Re: [U-Boot] [PATCH 1/3] mpc52xx, digsy_mtc: change phy addr for rev5 boards.

2011-04-04 Thread Detlev Zundel
Hi Heiko, - rev5 board has phy addr 1 - adapt CONFIG_PHY_ADDR define in board config file. - also fixup the phy addr entry in dts, before booting Linux. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- The continental people think

Re: [U-Boot] [PATCH 2/7] tsec: arrange the code to avoid useless function declaration

2011-03-30 Thread Detlev Zundel
a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.-- Edsger Dijkstra -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] [PATCH 3/7] Remove instances of phy_read/write

2011-03-30 Thread Detlev Zundel
a marvell_init function which I renamed to not conflict with the one in marvell.c Signed-off-by: Andy Fleming aflem...@freescale.com Looks like these are harmless changes, so Acked-by: Detlev Zundel d...@denx.de Might be worthwhile to see some Tested-by from people with the hardware though. Cheers

Re: [U-Boot] [PATCH 4/7] Create PHY Lib for U-Boot

2011-03-30 Thread Detlev Zundel
entführt wurde, begannen meine Eltern aktiv zu werden. Sie vermieteten mein Zimmer. -- Woody Allen -- 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 5/7] Add mdio command for new PHY infrastructure

2011-03-30 Thread Detlev Zundel
)? + end++; + *phi = simple_strtol(end, NULL, 0); + } else if (*end == '\0') { + *phi = *plo; + } else + return -1; + + return 0; +} Other than that, looks good, so once my above concern is addressed Acked-by: Detlev Zundel d

Re: [U-Boot] [RFC 0/7] Universal PHY Infrastructure

2011-03-30 Thread Detlev Zundel
it was done. -- Bernard S. Greenberg -- 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 6/7] phylib: Add a bunch of PHY drivers from tsec

2011-03-30 Thread Detlev Zundel
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 7/7] tsec: Convert tsec to use PHY Lib

2011-03-30 Thread Detlev Zundel
-miimind) (MIIMIND_NOTVALID | MIIMIND_BUSY)) + timeout--); dito. Other than that this also looks good, so once my concerns are addressed: Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Markov does it in chains. -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH] ARM: Add support for displaying second ethaddr in 'bdinfo' command

2011-03-30 Thread Detlev Zundel
redesigning UNIX, what would you do differently? Ken Thompson: I'd spell creat with an e. -- 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 v2 0/2] rtc, rv3029: add support for trickle charger

2011-03-28 Thread Detlev Zundel
insertions(+), 0 deletions(-) Looks good, so Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- It's like manually inflatable airbags -- people will never think to use it in time to actually get any help from it. -- Miles Bader in 20030607122005.ga1...@gnu.org -- DENX Software

Re: [U-Boot] [PATCH] cfi_flash: fix bug with flash banks with different sector numbers

2011-03-28 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] cfi_flash: fix bug with flash banks with different sector numbers

2011-03-28 Thread Detlev Zundel
Krause martin.kra...@tqs.de Can you please comment on Martins fix? Thanks! 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, Office: Kirchenstr.5, D

Re: [U-Boot] [PATCH] cfi_flash: fix bug with flash banks with different sector numbers

2011-03-28 Thread Detlev Zundel
Hi Stefan, Hi Detlev, On Monday 28 March 2011 17:55:03 Detlev Zundel wrote: The function find_sector() does not take into account if the flash bank has changed since the last call. This could lead to illegal accesses inside and beyond the flash_info_t info strcture. For example

Re: [U-Boot] cfi: Problem with Intel Strata 28F320 flash

2011-03-09 Thread Detlev Zundel
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: (+49)-8142-66989-80 Email: d...@denx.de

Re: [U-Boot] [ARM]: File type for u-boot elf file

2011-02-24 Thread Detlev Zundel
and breaks easily as was just demonstrated. Cheers Detlev -- Whenever you find yourself on the side of the majority it is time to pause and reflect. -- Mark Twain -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH] itest: fix result of string compares

2011-02-15 Thread Detlev Zundel
...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- The Buddha, the Godhead, resides quite as comfortably in the circuits of a digital computer or the gears of a cycle transmission as he does at the top of a mountain or in the petals of a flower. To think otherwise is to demean

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-08 Thread Detlev Zundel
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, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49

Re: [U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-01-27 Thread Detlev Zundel
of potentially corrupted areas UBIFS scanning and recovery algorithms are able to perform successful recovery. Signed-off-by: Holger Brunck holger.bru...@keymile.com Thanks Detlev -- vi vi vi - the roman numeral of the beast. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot] [0/6] Patch serie UBI min I/O size fixes

2011-01-27 Thread Detlev Zundel
nature... Nature against god... a very, very funny religion. -- Zen Master D.T. Suzuki commenting on Christianity -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40

Re: [U-Boot] [PATCH 1/7] Add support for MX35 processor

2011-01-21 Thread Detlev Zundel
is a real programming language, but they are sadly mistaken. It really is about writing almost-portable assembly language [...] -- Linus Torvalds 10404265599082718160nore...@blogger.com -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH 2/2 v2] mpc5200, digsy_mtc: add support for rev5 board version

2011-01-14 Thread Detlev Zundel
as Stefan Roese suggested Signed-off-by: Heiko Schocher h...@denx.de Signed-off-by: Stefan Roese s...@denx.de cc: Wolfgang Denk h...@denx.de cc: Stefan Roese s...@denx.de cc: Werner Pfister pfister_wer...@intercontrol.de cc: Detlev Zundel d...@denx.de Acked-by: Detlev Zundel d...@denx.de

Re: [U-Boot] Unknown image format!

2011-01-13 Thread Detlev Zundel
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/2] mpc5200, digsy_mtc: add support for rev5 board version

2011-01-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

Re: [U-Boot] [PATCH 2/2] mpc5200, digsy_mtc: add support for rev5 board version

2011-01-12 Thread Detlev Zundel
it intensely. --- Oscar Wilde -- 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] git merge summary

2011-01-12 Thread Detlev Zundel
Hi Wolfgang, Hi all, In message m2sjxrxm38@ohwell.denx.de Detlev Zundel wrote: may I ask again for opinions about enabling that feature? I also would like to see it. Wolfgang, is there anything that you don't like about this option? Do you have any comments or pros or cons

Re: [U-Boot] git merge summary

2010-12-21 Thread Detlev Zundel
between alcohol and marijuana; they have different characteristics, and that's not a problem if you don't mix them too carelessly. - Infrequently Asked Questions in comp.lang.c -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] Debugging uBoot with JTAG/Trace32 ?

2010-12-21 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] git merge summary

2010-12-21 Thread Detlev Zundel
Hi Wolfgang, Dear Detlev Zundel, In message m2sjxrxm38@ohwell.denx.de you wrote: may I ask again for opinions about enabling that feature? I also would like to see it. Wolfgang, is there anything that you don't like about this option? There is two things that make me hesitate

Re: [U-Boot] hwmon init

2010-12-09 Thread Detlev Zundel
near LISP in their power. The most exciting things about LISP are read, eval, and print. If you look at other languages, they have no equivalent for any of those. -- Richard Stallman -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-12-02 Thread Detlev Zundel
Saint-Exupery -- 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

Re: [U-Boot] [PATCH 2/2] [NEXT] Move LDSCRIPT definitions to board config files.

2010-11-29 Thread Detlev Zundel
-electronics.com Cc: Detlev Zundel d...@denx.de Cc: Heiko Schocher h...@denx.de Cc: Andre Schwarz andre.schw...@matrix-vision.de Cc: Peter De Schrijver p...@mind.be Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Music scenes ain't real life / They won't get rid of the bomb Won't

Re: [U-Boot] migration from Micron to ISSI RAM

2010-11-29 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] Mathematics operation on uboot variables

2010-11-25 Thread Detlev Zundel
-- Q: What is a compact city? A: It's a city that can be guarded by finitely many near-sighted policemen. -- 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] request for ubifs recovery support

2010-11-19 Thread Detlev Zundel
on Christianity -- 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 2/2][v2] Add readme of how to boot from espi flash for p4080ds.

2010-11-19 Thread Detlev Zundel
. -- Robert M. Pirsig -- 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

Re: [U-Boot] [PATCH v4] Switch from archive libraries to partial linking

2010-11-19 Thread Detlev Zundel
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] [PATCH 2/2][v2] Add readme of how to boot from espi flash for p4080ds.

2010-11-18 Thread Detlev Zundel
Hi Scott, On Wed, 17 Nov 2010 13:42:43 +0100 Detlev Zundel d...@denx.de wrote: Yes, a simple C tool to take an existing PBL or RCW dump and espi-ize it into a PBL dump would be nice. The user will still need to acquire the existing RCW manually. This only needs to be done once

Re: [U-Boot] [PATCH v4] Switch from archive libraries to partial linking

2010-11-17 Thread Detlev Zundel
Hi Mike, On Tuesday, November 16, 2010 09:58:48 Detlev Zundel wrote: On Monday, November 15, 2010 07:13:03 Sebastien Carlier wrote: On 2010-11-15 11:54:07, Wolfgang Denk wrote: I notice that the patch affects the size of the resulting U-Boot images. For example

Re: [U-Boot] [PATCH 2/2][v2] Add readme of how to boot from espi flash for p4080ds.

2010-11-17 Thread Detlev Zundel
-readme.txt) -- 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 2/2][v2] Add readme of how to boot from espi flash for p4080ds.

2010-11-16 Thread Detlev Zundel
of Disorder in the Universe. Although No Liability Is Implied Herein, the Consumer Is Warned That This Process Will Ultimately Lead to the Heat Death of the Universe. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Detlev Zundel
of evil is not necessary; men alone are quite capable of every wickedness. -- Joseph Conrad -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989

Re: [U-Boot] [PATCH 2/2] da850: Enable SPI Flash

2010-11-11 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] [NEXT] da850evm: Add RMII support for EMAC

2010-11-09 Thread Detlev Zundel
the network, then you will know. -- 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

Re: [U-Boot] [WIP] tools/env: cleanup host build flags

2010-11-09 Thread Detlev Zundel
: Tested-by: Detlev Zundel d...@denx.de tools/env/Makefile | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) Hi Scott, In commit d984fed0 (makefiles: fixes for building build tools), you suggest that using $(CC) with host flags (HOSTCFLAGS, etc) is the correct way to use

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-08 Thread Detlev Zundel
let's be open-minded, but not so open-minded that our brains drop out. -- Richard Dawkins -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142

[U-Boot] errno confusion for fw_env?

2010-11-08 Thread Detlev Zundel
not anticipated that this now picks up errno.h from the project as well. Does anybody have a good idea on how to tackle this? Thanks Detlev -- These days, even the most pure and abstract mathematics is in danger to be applied. -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread Detlev Zundel
Wherever and by Whomever Committed: 153 votes to 2. The two voting /against/ the resolution were the US and Israel... -- 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

Re: [U-Boot] Mail list threading problem or mailer problem?

2010-10-27 Thread Detlev Zundel
://mail.python.org/pipermail/mailman-users/2009-March/065473.html -- 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 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] Verifying Checksum ... Bad Data CRC when kernel

2010-10-20 Thread Detlev Zundel
track of my point. But if I left a mark, C-x C-x should be all I need. -- David Kastrup, emacs-devel.gnu.org 87hbj37v4x@lola.goethe.zz -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49

Re: [U-Boot] Fwd: Help with replacing u-boot and kernel on a released HW...

2010-10-15 Thread Detlev Zundel
you know who that was? Cheers Detlev -- C hasn't changed much since the 1970s. And let's face it it's ugly. Can't we do better? C++? (Sorry, never mind.) -- Rob Pike -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] packed attribute problem

2010-10-07 Thread Detlev Zundel
Hi Scott, On Tue, 5 Oct 2010 13:43:01 +0200 Detlev Zundel d...@denx.de wrote: Hi Reinhard, [...] Note that this is with GCC 4.2.2. Even GCC 4.0.0 behaves the same, so this is *not* an issue with very recent tool chains. OK, for directly adressing elements inside a packed struct

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-07 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

Re: [U-Boot] packed attribute problem

2010-10-05 Thread Detlev Zundel
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] denx/master is not building for OMAP3 platforms except Beagle

2010-10-05 Thread Detlev Zundel
Hi Heiko, Hello Detlev, Detlev Zundel wrote: Hi Heiko, [...] Surely having e.g. #if (not fixed config) #error See http://blah/blah/blah for information about how to fix your board #endif would be more beneficial than an obscure compiler failure that doesn't even reference

Re: [U-Boot] [PATCH 1/2] USB: Make non-bulk delay longer in OHCI

2010-10-05 Thread Detlev Zundel
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] [PATCH] rules.mk: make sure we always create a .depend file

2010-10-05 Thread Detlev Zundel
created, even if empty. Signed-off-by: Wolfgang Denk w...@denx.de Wants-half-of-the-credits: Detlev Zundel d...@denx.de or to be more mundane Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- When you loosen yourself from all the obvious delusions - religion, ideology, Communism

Re: [U-Boot] denx/master is not building for OMAP3 platforms except Beagle

2010-10-04 Thread Detlev Zundel
. -- Mark Twain -- 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] Would somebody block this please?

2010-10-04 Thread Detlev Zundel
Hi Sergey, It is already 5th or more same spam email in a row. Does anybody care? Yes I do, thanks for the reminder. Cheers Detlev -- Less talking -- more hacking -- Olin Shivers -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] u-boot on dockstar problem - ** Bad partition 1 **

2010-10-01 Thread Detlev Zundel
version, that is a grave security flaw for me as a user. -- Richard Stallman e1mjdjd-00010l...@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

Re: [U-Boot] [STATUS] U-Boot v2010.09 released - Merge Window OPEN

2010-09-29 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

Re: [U-Boot] [PATCH] ppc44x: config GPIOs for USB on canyonlands board

2010-09-28 Thread Detlev Zundel
feels fine. -- 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] usb: fix usb start problem with SMSC USB hub and Toshiba USB stick

2010-09-28 Thread Detlev Zundel
are advised to trade it in for a 64-bit one sometime before the year 2106. -- Andrew S. Tanenbaum: Modern Operating Systems, 2nd Edition -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40

Re: [U-Boot] u-boot on dockstar problem - ** Bad partition 1 **

2010-09-28 Thread Detlev Zundel
Waldo Emerson -- 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] how to u-boot in LPC2468 board using uClinux

2010-09-28 Thread Detlev Zundel
think or express at all! -- 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

Re: [U-Boot] [PATCH] usb: fix usb start problem with SMSC USB hub and Toshiba USB stick

2010-09-24 Thread Detlev Zundel
. -- Woody Allen -- 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] [RFC PATCH] ppc4xx: Use gc-sections to reduce image size

2010-09-24 Thread Detlev Zundel
(gpio.o)' They essentially show the functions that are not used in this link run. 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, Office

Re: [U-Boot] Device tree for ebony board

2010-09-23 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] [PATCH] usb: fix usb start problem with SMSC USB hub and Toshiba USB stick

2010-09-23 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] u-boot on dockstar problem - ** Bad partition 1 **

2010-09-23 Thread Detlev Zundel
by the original Emacs, but that's all. I would never have agreed to use a language like Mocklisp. -- Richard Stallman in e1cuyss-00048d...@fencepost.gnu.org -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] [PATCH 3/5 v2] ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific

2010-09-22 Thread Detlev Zundel
for getting drunk. -- 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

Re: [U-Boot] [PATCH] usb: fix usb start problem with SMSC USB hub and Toshiba USB stick

2010-09-22 Thread Detlev Zundel
-1207032212000...@10.0.1.2 -- 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] u-boot on dockstar problem - ** Bad partition 1 **

2010-09-22 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] [PATCH] p1022ds: add video support

2010-09-22 Thread Detlev Zundel
the initialization has to be in U-Boot? Cheers Detlev -- Less talking -- more hacking -- Olin Shivers -- 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] p1022ds: add video support

2010-09-22 Thread Detlev Zundel
Hi Timur, Detlev Zundel wrote: This but there are other examples doing just the same! arguing is getting tiresome. Please accept that this is not an argument capable of convincing people - the opposite is true. It's also very frustrating when developers look at the way U-Boot does things

Re: [U-Boot] [PATCH] p1022ds: add video support

2010-09-22 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

Re: [U-Boot] [PATCH v3] ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size

2010-09-22 Thread Detlev Zundel
it. -- Bruce Schneier, Nov. 2007 -- 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] p1022ds: add video support

2010-09-22 Thread Detlev Zundel
Hi Timur, Detlev Zundel wrote: Ok, then why not always define CONFIG_VIDEO for this configuration and let U-Boot initialize _and_ use it? Actually I fail to see why U-Boot shouldn't use it if the support is there or what am I missing? How can U-Boot know whether a monitor is actually

Re: [U-Boot] [PATCH] examples/standalone: Use gcc's -fno-toplevel-reorder

2010-09-16 Thread Detlev Zundel
the machine running smoothly, just as real-world swimming helps to keep programmers healthy. -- Donald Knuth, Fascicle 1 -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142

Re: [U-Boot] [PATCH 3/5] ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific

2010-09-16 Thread Detlev Zundel
. And warfare involves massive death and destruction. When you see it, you'll know it. -- Bruce Schneier, Nov. 2007 -- 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] ppc4xx: UART: Use NS16550 struct instead of offset macros

2010-09-16 Thread Detlev Zundel
:!emacs % -- 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] Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

2010-09-16 Thread Detlev Zundel
Hi Stefan, This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO feature from U-Boot. It has only been implemented for PPC4xx and was not used at all. So let's remove it and make the code smaller and cleaner. Signed-off-by: Stefan Roese s...@denx.de Acked-by: Detlev Zundel d

Re: [U-Boot] [PATCH 3/5] ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific

2010-09-16 Thread Detlev Zundel
Rasse?, Welche Nationalität? alle- samt heute für logische 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

Re: [U-Boot] [PATCH 1/2] zlib/gunzip: Use WATCHDOG_RESET macro

2010-09-13 Thread Detlev Zundel
-off-by: Stefan Roese s...@denx.de Cc: Detlev Zundel d...@denx.de Cc: Wolfgang Denk w...@denx.de Thanks, now even I can understand the code ;) Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- A zen-buddhist walked into a pizza shop and said, Make me one with everything. -- DENX Software

Re: [U-Boot] [PATCH 2/2 v2] zlib: Add further watchdog reset calls

2010-09-13 Thread Detlev Zundel
with a very short watchdog timeout. Without this patch, the board resets during Linux kernel decompression. With it, the decompression succeeds. Signed-off-by: Stefan Roese s...@denx.de Cc: Detlev Zundel d...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- The 82558 B-step

Re: [U-Boot] [PATCH] zlib: Add further watchdog reset calls

2010-09-02 Thread Detlev Zundel
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] [ELDK] Not able to Uncompress Multi Image

2010-09-01 Thread Detlev Zundel
. -- The Twelve Networking Truths (RFC 1925) -- 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] display_buffer: fix misaligned buffer

2010-09-01 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-boot

Re: [U-Boot] [RFC][PATCH] mkimage: Add compatibility option for legacy Multi-File images

2010-09-01 Thread Detlev Zundel
Hi Thibaut, Le lundi 30 août 2010 à 11:29 +0200, Detlev Zundel a écrit : Hi Thibaut, Hi, generally I'm not a fan to include workarounds for bugs which we do not have anymore in mainline U-Boot. Hm, yeah, I can understand that... Isn't there any other alternative for this? Well, for my

Re: [U-Boot] Debugging, Why USB is not stable

2010-09-01 Thread Detlev Zundel
. -- RFC 1855 -- 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] How to adapt top-level Makefile tricks to current boards.cfg

2010-09-01 Thread Detlev Zundel
not go to sleep during seminars. -- 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

<    1   2   3   4   5   6   7   8   9   >