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

2008-04-25 Thread Wolfgang Denk
Dear Michael, in message <[EMAIL PROTECTED]> you wrote: > > when do you have spare time can you give some feedback about arm ide patch? Note: you addressed this question to the Mailing List, not to any specific person. Best regards, Wolfgang Denk -- DENX Software Engi

Re: [U-Boot-Users] [PATCH] 85xx: Fix size of cpu-release-addr property

2008-04-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Signed-off-by line missing... > > oops (should have had it). This got into the tree how do you want to > deal with it? Oops. Well, that cannot be changed. Maybe you can post the S-o-b , just for the record :-) Best

Re: [U-Boot-Users] [PATCH 2/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-25 Thread Wolfgang Denk
that. Please remove this stuff from the board conig file. It has no place there. Not to mention that the used MAC addresses are owned by the 3Com corporation, and we have no permission to use these. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & De

Re: [U-Boot-Users] [PATCH v3 2/2] Use watchdog-aware functions when calculating hashes of images

2008-04-25 Thread Wolfgang Denk
> lib_generic/md5.c |4 > lib_generic/sha1.c |4 > 5 files changed, 32 insertions(+), 36 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 G

Re: [U-Boot-Users] [PATCH][RFC] lib_ppc: make the flush_cache stronger

2008-04-25 Thread Wolfgang Denk
t on IRC; Kumar suggested to go for 1., and I > > agree. > > Where is the IRC? Could you point it to me? That's #u-boot at irc.freenode.org Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirche

Re: [U-Boot-Users] u-boot on mpc852

2008-04-25 Thread Wolfgang Denk
ardware, though. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] "Unix is simple,

[U-Boot-Users] [PATCH] USB: fix more GCC 4.2.x aliasing warnings

2008-04-25 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> Acked-by: Markus Klotzbuecher <[EMAIL PROTECTED]> --- cpu/arm920t/s3c24x0/usb_ohci.c |4 ++-- cpu/mpc5xxx/usb_ohci.c |4 ++-- cpu/ppc4xx/usb_ohci.c |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)

[U-Boot-Users] [PATCH] lib_generic/crc32.c: add missing #include

2008-04-25 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- lib_generic/crc32.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c index 32e72f9..73070de 100644 --- a/lib_generic/crc32.c +++ b/lib_generic/crc32.c @@ -13,6 +13,7 @@

[U-Boot-Users] [PATCH] lib_generic/crc32.c: fix compile problem

2008-04-25 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- lib_generic/crc32.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c index 58cd22e..32e72f9 100644 --- a/lib_generic/crc32.c +++ b/lib_generic/crc32.c @@ -151,10

Re: [U-Boot-Users] [PATCH] MPC8544DS: Removes the unknown flash message information

2008-04-25 Thread Wolfgang Denk
. > Some of the board user is unhappy with this information. > > Signed-off-by: Roy Zang <[EMAIL PROTECTED]> > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> Is it correct to assume that a 85xx pull request will follow soon? Best regards, Wolfgang Denk -- DENX Softwar

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

2008-04-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed: > Wolfgang Denk (1): > Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx > > are available in the git repository a

Re: [U-Boot-Users] [PATCH] lib_ppc: Revert "Make MPC83xx one step closer to full relocation."

2008-04-25 Thread Wolfgang Denk
> cpu/mpc83xx/start.S | 11 --- > lib_ppc/board.c |1 - > 2 files changed, 4 insertions(+), 8 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groe

Re: [U-Boot-Users] [PATCH u-boot-at91] Add support for AT91SAM9263EK (again)

2008-04-25 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] It is surely a great calamity for a human bein

Re: [U-Boot-Users] [MIPS] doc/README.mips: Add MIPS notes

2008-04-25 Thread Wolfgang Denk
> > --- > > doc/README.mips | 58 > +++ > 1 files changed, 58 insertions(+), 0 deletions(-) > create mode 100644 doc/README.mips Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, O

Re: [U-Boot-Users] [PATCH 2/2][MIPS] qemu-mips.h: Add CFI support

2008-04-25 Thread Wolfgang Denk
LAGNIOL-VILLARD <[EMAIL PROTECTED]> > Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> > --- > > include/configs/qemu-mips.h | 15 ++- > 1 files changed, 10 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engine

Re: [U-Boot-Users] [PATCH v2 2/2] Use watchdog-aware functions when calculating hashes of images

2008-04-25 Thread Wolfgang Denk
ed at 0001. Please rebase and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] P

Re: [U-Boot-Users] [PATCH 0/1 V2] NE2000: coding style cleanup

2008-04-25 Thread Wolfgang Denk
-- > drivers/net/ne2000.h | 30 ++-- > drivers/net/ne2000_base.h | 567 > +++-- > 4 files changed, 474 insertions(+), 445 deletions(-) > rewrite drivers/net/ne2000_base.h (65%) Applied, thanks. Best regards, Wolfgang Denk -- DEN

Re: [U-Boot-Users] [PATCH v2 1/2] Add support for calulacting hashes with watchdog triggering

2008-04-25 Thread Wolfgang Denk
.c | 27 +++ > lib_generic/md5.c| 36 > lib_generic/sha1.c | 33 + > 6 files changed, 116 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX So

Re: [U-Boot-Users] [PATCH 1/2][MIPS] qemu-mips: Cleanup whiespaces, tab indentations, etc.

2008-04-25 Thread Wolfgang Denk
he PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> > --- > > include/configs/qemu-mips.h | 65 > +-- > 1 files changed, 32 insertions(+), 33 deletions(-) Applied, thanks. Best regards,

Re: [U-Boot-Users] [PATCH] Fixed pcnet io_base

2008-04-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Bus and phys address are not always the same > > Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> > --- > drivers/pcnet.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wo

Re: [U-Boot-Users] [PATCH] Fixed pcnet io_base

2008-04-25 Thread Wolfgang Denk
es, I have no objections. Unfortunately I can't > run MAKEALL right now, so if it's not too much of a bother please pull > directly. We can always pull it out if there's a problem, I guess. Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet (fwd)

2008-04-25 Thread Wolfgang Denk
e pull directly. Done, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Suffoca

Re: [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet

2008-04-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> > --- > drivers/pcnet.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

Re: [U-Boot-Users] [PATCH] Fix show_boot_progress prototype

2008-04-25 Thread Wolfgang Denk
t; > > diff --git a/include/common.h b/include/common.h > index 8630780..eeb6686 100644 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 P

Re: [U-Boot-Users] [PATCH] i.MX31: Fix architecture numbers for ADS and Litekit boards

2008-04-25 Thread Wolfgang Denk
|2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+4

Re: [U-Boot-Users] [PATCH] i.MX31: Enable SPI and MC13783/RTC support for the Litekit board

2008-04-25 Thread Wolfgang Denk
atal: sha1 information is lacking or useless (board/imx31_litekit/imx31_litekit.c). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001. Please rebase and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot-Users] [PATCH] i.MX31: Use symbolic names for Litekit membases.

2008-04-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Use symbolic names instead of hard coded addresses for Litekit membases. > > Signed-off-by: Magnus Lilja <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Den

Re: [U-Boot-Users] [PATCH] 85xx: Fix size of cpu-release-addr property

2008-04-25 Thread Wolfgang Denk
ine missing... 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] "If people are good onl

Re: [U-Boot-Users] [PATCH v2] Memory footprint optimizations

2008-04-24 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > As suggested by Wolfgang Denk: > - image printing functions: > - remove wrappers > - remove indentation prefix from functions' signatures > - merge getenv_verify and getenv_autostart into one parametrized function > >

Re: [U-Boot-Users] [PATCH 3/3] MX31ADS environment variable update, spi and rtc support

2008-04-24 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Update MX31ADS default environment to better match the flash layout and > the memory map, support SPI and RTC. > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- D

Re: [U-Boot-Users] [PATCH][RFC] lib_ppc: make the flush_cache stronger

2008-04-24 Thread Wolfgang Denk
) for DMA_FROM_DEVICE >C. flush dcache (dcbf) for DMA_BIDIRECTIONAL. > 2. Make current flush_cache stronger semanctic. >use the dcbf instead of dcbst. > > Which one is better? or you have better option? > Please suggest. We discussed this a bit on IRC; Kumar sugges

Re: [U-Boot-Users] [PATCH v3] 85xx: Round up frequency calculations to get reasonable output

2008-04-24 Thread Wolfgang Denk
AIL PROTECTED]> > > > > Acked-by: Andy Fleming <[EMAIL PROTECTED]> > > > > Andy > > Wolfgang, > > reminder to apply this if its ok. Will do as fast as I can. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

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

2008-04-24 Thread Wolfgang Denk
map_85xx.h |4 +++- > > 3 files changed, 34 insertions(+), 3 deletions(-) > > Wolfgang, > > reminder to pull this if its ok. That was less than 3 days ago. Sorry, I'm not that fast... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Det

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

2008-04-24 Thread Wolfgang Denk
of I2C clock for some 85xx chips > > cpu/mpc85xx/fdt.c|2 +- > cpu/mpc85xx/speed.c | 31 ++- > include/asm-ppc/immap_85xx.h |4 +++- > 3 files changed, 34 insertions(+), 3 deletions(-) Done, thanks. Best regards, Wolfgang

Re: [U-Boot-Users] [RFC] Implementing Boot Image Fallback on U-Boot

2008-04-24 Thread Wolfgang Denk
it able to define "bootargs" for each image > entry on ".its"? The "bootargs" variable normally gets built dynamically, and of cource you can change the settings each time you build it. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot-Users] [RFC] Implementing Boot Image Fallback on U-Boot

2008-04-24 Thread Wolfgang Denk
ot process (after image > has successfully loaded). Also, it must fallback after power-on reset. Actually it implements the features needed to handle all of this. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Offic

Re: [U-Boot-Users] [PATCH] fsl_pci: Only modify registers if we have them

2008-04-24 Thread Wolfgang Denk
t; 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-81

Re: [U-Boot-Users] Pull request: u-boot-video

2008-04-24 Thread Wolfgang Denk
boot-video.git master Done, thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTEC

Re: [U-Boot-Users] Kernel hanging after lmb_end_of_DRAM() function

2008-04-24 Thread Wolfgang Denk
opic on this mailing list. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Any technology

Re: [U-Boot-Users] [PATCH] USB: remove a cpu bug workaround for an unsupported architecture

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

Re: [U-Boot-Users] [PATCH] USB: fix those pesky aliasing warnings caused by gcc-4.2

2008-04-24 Thread Wolfgang Denk
-off-by: Markus Klotzbuecher <[EMAIL PROTECTED]> > Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> > > --- > > drivers/usb/usb_ohci.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) Applied - thanks a lot! Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot-Users] [PATCH v3] crc32: use uint32_t rather than unsigned long

2008-04-24 Thread Wolfgang Denk
> ping > -mike Applied. Thanks for the patch, and thanks for the reminder. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+

Re: [U-Boot-Users] pci memory booting on ppc460

2008-04-22 Thread Wolfgang Denk
f trouble, and no community support, Who says "no community support"? This is a perfectly legal way of using U-Boot, and we we can, we will help. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kir

Re: [U-Boot-Users] intended behavior of bootm

2008-04-22 Thread Wolfgang Denk
nd let the board reset on corrupt images and then use "altbootcmd". > 2) Add a new command to check images and decide on the result Not needed. "iminfo" already does that. > Any idea? I think the idea behind this is clear. When images A are not ok boot > images B. As m

Re: [U-Boot-Users] Running Linux from ARCH=powerpc on Sequoia board

2008-04-22 Thread Wolfgang Denk
a device tree. 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 bad reputation UNIX h

Re: [U-Boot-Users] pci memory booting on ppc460

2008-04-22 Thread Wolfgang Denk
ry the PCI boot until we have our > own board finished. Of course, adaptions will be necessary. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-669

Re: [U-Boot-Users] [PATCH 1/2][MIPS] qemu-mips: Cleanup whiespaces, tab indentations, etc.

2008-04-22 Thread Wolfgang Denk
rs to user wieder horizontal spacing after a full stop. See for example the file COPYING which does this consequently. Please leave this as is. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82

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

2008-04-22 Thread Wolfgang Denk
| 346 ++- > include/configs/canyonlands.h| 49 +- > nand_spl/board/amcc/canyonlands/config.mk|6 +- > nand_spl/board/amcc/canyonlands/ddr2_fixed.c |8 +- > 20 files changed, 3320 insertions(+), 3777 deletions(-) > delete mode 100644 board/esd/apc405/strataf

[U-Boot-Users] [PATCH] Added watchdog triggering calls in the "mtest" test function.

2008-04-22 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> --- common/cmd_mem.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 4262e26..4740664 100644 --- a/common/cmd_mem.c +++ b/common/

[U-Boot-Users] [PATCH] POST: preparations for moving CONFIG_POST to Makefiles

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Remove CONFIG_POST ifdefs from the post/ source files. Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- post/board/lwmon/sysmon.c |3 --- post/

[U-Boot-Users] [PATCH] Add support for the lwmon5 board reset via GPIO58.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- board/lwmon5/lwmon5.c|5 + include/configs/lwmon5.h |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/board/lwmon5/lw

[U-Boot-Users] [PATCH] lwmon5: Fix register test logic to match the specific GDC h/w.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- post/board/lwmon5/gdc.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/post/board/lwmon5/gdc.c b/post/board/l

[U-Boot-Users] [PATCH] POST: move CONFIG_POST to Makefiles

2008-04-22 Thread Wolfgang Denk
u-boot linking process, the empty post/libpost.a file is created for platforms which do not have POSTs. Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- Makefile | 10 + include/common.h | 1

[U-Boot-Users] [PATCH] Fix backlight in the lwmon5 POST.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Backlight was switcehd on even when temperature was too low. Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- board/lwmon5/lwmon5.c | 24 +--- post/board/lwmon5/fpga.c |

[U-Boot-Users] [PATCH] lwmon5 watchdog: limit trigger rate

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Limit the rate of h/w watch-dog triggering on the LWMON5 board by the CONFIG_WD_MAX_RATE value. Note that an earlier version of this patch which used microseconds instead of ticks dis not work. The problem was that we used usec2ticks() to convert microsecon

[U-Boot-Users] [PATCH] The patch adds new POST tests for the Lwmon5 board.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> * External Watchdog test; * dsPIC tests; * FPGA test; * GDC test; * Sysmon tests. Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- board/lwmon5/lwmon5.c| 19 +++ include/configs/lwmon5.h

[U-Boot-Users] [PATCH] Some fixes to dspic, fpga, and gdc post tests for lwmon5.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- post/board/lwmon5/dspic.c |2 +- post/board/lwmon5/fpga.c |4 post/board/lwmon5/gdc.c |2 +- 3 files changed, 6 insertions(+), 2 dele

[U-Boot-Users] [PATCH] The patch introduces the alternative configuration of the log buffer for

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> To enable this, alternative, configuration the U-Boot board configuration file for lwmon5 includes the definitions of alternative addresses for header (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). The Linux shall be configured with the CONFIG_ALT_

[U-Boot-Users] [PATCH] The patch introduces the CRITICAL feature of POST tests. If the test

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- common/main.c|8 +++- include/asm-arm/global_data.h|1 + include/asm-avr32/global_data.h |1 + inclu

[U-Boot-Users] [PATCH] Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.

2008-04-22 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Signed-off-by: Dmitry Rakhchev <[EMAIL PROTECTED]> --- post/tests.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/post/tests.c b/post/tests.c index 698f85c..ed4ef2b 100644 --- a/post/tests.c +++ b/post/tests.c @@ -225,7 +225,7 @@

Re: [U-Boot-Users] [PATCH 0/2] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-22 Thread Wolfgang Denk
; We could separate the Coding style in an other patch > but if possible i'll let it in the same patch. Please split it up, because otherwise the changes are really difficult to see. > Seperate the moving of non-inlined functions and the setting of get_prom > as weak is ine block to fix the

Re: [U-Boot-Users] [PATCH 2/2 V2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST

2008-04-22 Thread Wolfgang Denk
I tend to think this is something that is more private to your board? Also, "smallest" is certainly not an absolute term ;-) > > What is "full functionnalty"? > > > Active everythink that we could. Actually I intended to point out that you might want to fix the spe

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
s as long as it does not attempt to return to U-Boot. I see zero justification for a new command (and very little for changes to the implementation of "go", but I am still willing to allow for such extensions if you think it's necessary or more convenient).

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
re documented to be unsupported), while other existing and legal ways of doing things don't matter. That doesn't make working with you an easy task. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office:

Re: [U-Boot-Users] [PATCH] 4xx: Update bootlogo for APC405 boards

2008-04-21 Thread Wolfgang Denk
it was distributed over the list. Or am I missing something? 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] [PATCH 2/2 V2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST

2008-04-21 Thread Wolfgang Denk
keep only : > tftp and dhcp support when CONFIG_SMALLEST is active What is the difference between the first patch and patch "V2"? What is "CONFIG_SMALLEST" ? What is "full functionnalty"? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wol

Re: [U-Boot-Users] [PATCH 0/2] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Move non-inlied functions into specific drivers file > Set get_prom as weak > > Coding Style Cleanup Please split in two (3?) separate patches. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolf

Re: [U-Boot-Users] intended behavior of bootm

2008-04-21 Thread Wolfgang Denk
l you. That's why there is a point of no return just before we start uncompressing / loading the kernel image. Any errors after this point can only be resolved by a reset. That's intentional and documented. There are no intentions to change this behaviour. Best regards, Wolfgang Denk

Re: [U-Boot-Users] [PATCH] Fix missing dcache_enable symbol and declare cache function as weak

2008-04-21 Thread Wolfgang Denk
lies into my face either. "But let your statement be, 'Yes, yes ' or 'No, no'; anything beyond these is of evil." << Matthew 5:37 >> Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Mun

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > or we can add "jump" to cmd_boot.c and merge the differences by just using > > a function pointer to "do_go_exec" or "do_jump_exec". > > untested poc attached Don't waste efforts

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
s facility get a more standard initial > environment before they start taking over the system. i guess i wont point > out the U-Boot policy about not using interrupts ... Are you aware that U-Boot does use interrupts here and there? That we actually provide functions to register interr

Re: [U-Boot-Users] [PATCH] ppc4xx: Add dcache_enable() for 440

2008-04-21 Thread Wolfgang Denk
sn't get changed. Again, I personally > can't promise to "fix" this issue until the next merge window opens. If you fix it "until the next merge window opens", it will come in time for the next release, so we all are happy. For now (i. e. for the upcoming 1.3.3

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
nd the only exceptions that occur on the > Blackfin are for cache handling. disabling the caches forces a sane There is more procvessors in this world than just Blackfin, and others *do* enable interrupts, etc. It is important to me that implementations behave the same no ma

Re: [U-Boot-Users] [PATCH] ppc4xx: Add dcache_enable() for 440

2008-04-21 Thread Wolfgang Denk
me" to > this cache support on 440. Matthias Fuchs also has contributed here. I appreciate this. > And what does this mean that you "insist that this must be fixed for the next > release"? I'm sorry, but I personally can't promise to "fix" this issu

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
I'm trying to point out all the time). It's just that "go" shall retain the standard U-Boot environment for application it runs, and that the applications need to take care if they need to meddle with interrupts, exception handlers, etc. Best regards, Wolfgang Denk -- DENX Softwa

Re: [U-Boot-Users] [PATCH] video: Add missing free for logo memory

2008-04-21 Thread Wolfgang Denk
only. In principle you are right, but I think this is still acceptable. Please turn a blind eye... 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-66

Re: [U-Boot-Users] [PATCH] ppc4xx: Add dcache_enable() for 440

2008-04-21 Thread Wolfgang Denk
> > I don't see such a problem with *random* behavior. d/icache_status return 0 > on > 440. Ah, you are right. I thought that the {i,d}cache_{en,dis}able() functions returned a status, but they are indeed void. Sorry for the false alarm. Best regards, Wolfgang Denk -- D

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-21 Thread Wolfgang Denk
ven more bloat to add a slight variation on the go > command: one where the documentation doesnt require it to return. That makes no sense to me. If you want to boot some OS, use a "boot*" commands, not "go" or the like. Best regards, Wolfgang Denk -- DENX Software Engin

Re: [U-Boot-Users] [PATCH] ppc4xx: Add dcache_enable() for 440

2008-04-20 Thread Wolfgang Denk
entation" of the other stubs. Please note that as is, we even have *random* behaviour of the code, as the functions are supposed to return the cache status, but no return value gets loaded. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detl

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-20 Thread Wolfgang Denk
used to start standalone applications, which are supposed to return. 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-8

Re: [U-Boot-Users] [PATCH V2] cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST

2008-04-20 Thread Wolfgang Denk
apl[i].start + apl[i].size - 1, > +flash_get_info (apl[i].start)); > + } > + No. Please don't add any code nor data when CFG_FLASH_AUTOPROTECT_LIST is undefined. NAK. Best regards, Wolfgang Denk -- DENX Software Engineering Gm

Re: [U-Boot-Users] [PATCH] cfi-flash:?Add?CFG_FLASH_AUTOPROTECT_LIST

2008-04-20 Thread Wolfgang Denk
; > return a; > } Are you sure this works? 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: [EMA

Re: [U-Boot-Users] [PATCH] image: remove inline for image_print_contents and image_print_contents_noindent

2008-04-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Would you please explain *why* you are doing this? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 16

Re: [U-Boot-Users] [PATCH] Blackfin: implement go/boote wrappers

2008-04-20 Thread Wolfgang Denk
... no. "go" is supposed to be return to U-Boot, i. e. it must not overwrite (or otherwise meddle with) any U-Boot code. I think you should not change cache status for "go". Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel

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

2008-04-20 Thread Wolfgang Denk
able output > > Timur Tabi (1): > Fix calculation of I2C clock for some 85xx chips Sory, can't pull because of the "Round up" patch that was NAKed. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1

Re: [U-Boot-Users] [PATCH v2] 85xx: Round up frequency calculations to get reasonable output

2008-04-20 Thread Wolfgang Denk
; Signed-off-by: Srikanth Srinivasan <[EMAIL PROTECTED]> > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > > Applied, thanks Please undo. I NAK this, at least in the current form. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & D

Re: [U-Boot-Users] What methods of software authentication does U-Boot support?

2008-04-20 Thread Wolfgang Denk
> this patch taps into openssl: Be careful. Linking against openssl is not possible because the openssl licence is not compatible with GPL; see for example http://www.gnome.org/~markmc/openssl-and-the-gpl.html Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot-Users] [PATCH] 85xx: Round up frequency calculations to get reasonable output

2008-04-20 Thread Wolfgang Denk
; is not a good name for this. Also, it seems this should not live in cpu/mpc85xx/cpu.c but in a more central place and be used by lots of other code as well. Actually you might want to make it a macro to allow for different data types as well. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH] fw_printenv: Add -v and -q options.

2008-04-20 Thread Wolfgang Denk
+{ > + if (check_option(argc, argv, "-v")) > + fw_verbose = 1; > +} I've seen many diffeent versions of argument checking code. This is not a nice one. See for example "tools/mkimage.c" for the "classic" approach. Best regards, Wo

Re: [U-Boot-Users] [PATCH] ppc4xx: Fix Canyonlands default environment to work with new image support

2008-04-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Does "nand write" support the "+${filesize}" notation (yet)? > > I don't think so. > > > If not, how about adding it? > > Yes, would be great. Patches welcome. :) How about yo

Re: [U-Boot-Users] [PATCH] ppc4xx: Fix PPC440 build breakage due to missing dcache_enable symbol

2008-04-20 Thread Wolfgang Denk
e_enable: > blr Thanks, but as mentiuoned before (in my message to Stafan as the 4xx custodian), the whole idea of having such "stubs" (I'd rather call it "bad and evil fakes") seems not acceptable to me. I want to see this cleaned up. Best regards, Wolfgang De

Re: [U-Boot-Users] [PATCH] ppc4xx: Add dcache_enable() for 440

2008-04-20 Thread Wolfgang Denk
ean this up? Yes, I am aware that the current (new) implementation of do_bootelf_exec() needs to be fixed for this, too - and maybe some other places as well. But this is important enough to me. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfga

Re: [U-Boot-Users] ubi and u-boot

2008-04-20 Thread Wolfgang Denk
. That would be of course a good thing to have :-) > If there's no compelling reasons not to, I'll try and find some time to > work on ubi in uboot. I'm not expecting it to be easy though :) Thanks in advance, and good luck! Best regards, Wolfgang Denk -- DENX Softwar

Re: [U-Boot-Users] [PATCH] cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST

2008-04-20 Thread Wolfgang Denk
1" expression, and then we should have no need for the #ifdef at all. > To be honest, I hope to get my autoprotection patch into 1.3.3 (as a bug fix). I see. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich,

[U-Boot-Users] usb_ohci.c: warning: dereferencing type-punned pointer will break strict-aliasing rules

2008-04-19 Thread Wolfgang Denk
strict-aliasing rules usb_ohci.c:1766: warning: dereferencing type-punned pointer will break strict-aliasing rules Could you please have a look? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Of

[U-Boot-Users] [PATCH] ads5121e DRAM init (fwd)

2008-04-19 Thread Wolfgang Denk
just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users --- End of Forwa

[U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet (fwd)

2008-04-19 Thread Wolfgang Denk
+ break; #ifdef CONFIG_PCNET_79C973 case 0x2625: chipname = "PCnet/FAST III 79C973"; /* PCI */ -- 1.5.2.2 --- End of Forwarded Message Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot-Users] [PATCH] Fixed pcnet io_base

2008-04-19 Thread Wolfgang Denk
obase); dev->iobase &= ~0xf; PCNET_DEBUG1("%s: devbusfn=0x%x iobase=0x%x: ", -- 1.5.2.2 --- End of Forwarded Message Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirc

Re: [U-Boot-Users] [PATCH] NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

2008-04-19 Thread Wolfgang Denk
and resubmit the patch according to Ben's comment? 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: [EM

Re: [U-Boot-Users] ne2000 compile error

2008-04-19 Thread Wolfgang Denk
0_PAGE0+E8390_STOP, E8390_CMD); > +PRINTK("cmd (at %lx) is %x\n", nic_base+ E8390_CMD, > n2k_inb(E8390_CMD)); Here And so on... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Mu

<    6   7   8   9   10   11   12   13   14   15   >