[U-Boot] [PATCH] mgsuvd, mgcoge: added BOOTCOUNT feature.

2008-09-27 Thread Heiko Schocher
Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- include/configs/mgcoge.h |2 ++ include/configs/mgsuvd.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 858c8c1..9475031 100644 --- a/include/configs/mgco

Re: [U-Boot] u-boot couldn't be started from flash

2008-09-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:26 Fri 26 Sep , Robert wrote: > Hi, all > > I can run u-boot in my debugger TRACE32 with 'go' command, > but it couldn't be started from the flash without TRACE32 when > the board power on, and I get nothing from the console, I don't know what > happend, and anybody has experience

Re: [U-Boot] U-BOOT and Marvell Feroceon 88f5181

2008-09-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 06:45 Fri 26 Sep , Uwe Ziegler wrote: > Hello, > > is there an U-Boot available for the Marvell Feroceon 88f5181 ? Marvell have it's own implementation please asm them. Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

[U-Boot] 2* Coldfire MCF5272 Evalboards - free for the shipping

2008-09-27 Thread Michael Schwingen
Hi, I hope this is not too off-topic here. I have two of these boards: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=M5272C3 to give away for the cost of shipping - preferrably inside the EU, because I do not want to deal with customs. I salvaged them from being scrapped some

[U-Boot] [PATCH][Re-Submit] Custom AFEB9260 board support

2008-09-27 Thread Sergey Lapin
This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically AT91SAM9260-EK with some modifications and different peripherals and different parts used. Main purpose of this project is to gain

[U-Boot] [PATCH 0/3] ADS5121: PATA support

2008-09-27 Thread Wolfgang Denk
The following patches add P-ATA support to the ADS5121 board. Ralph Kondziella wrote the code, I cleaned it up, and fixed some obvious problems. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-8219

[U-Boot] [PATCH 1/3] ADS5121: add LPC clock support

2008-09-27 Thread Wolfgang Denk
From: Ralph Kondziella <[EMAIL PROTECTED]> (needed for PATA support) Signed-off-by: Ralph Kondziella <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- cpu/mpc512x/speed.c | 13 - include/asm-ppc/global_data.h |1 + include/mpc512x.h

[U-Boot] [PATCH 3/3] ADS5121: Code cleanup

2008-09-27 Thread Wolfgang Denk
From: Ralph Kondziella <[EMAIL PROTECTED]> Fix compiler warnings, sort lists, update (C) entries. Signed-off-by: Ralph Kondziella <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c | 34 +- common/cmd_ide.c

[U-Boot] [PATCH 2/3] ADS5121: add PATA support

2008-09-27 Thread Wolfgang Denk
From: Ralph Kondziella <[EMAIL PROTECTED]> Signed-off-by: Ralph Kondziella <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c | 103 ++ common/cmd_ide.c |4 ++ include/asm-ppc/immap_512x.h

[U-Boot] [PATCH] strmhz(): Round numbers when printing clock frequencies

2008-09-27 Thread Wolfgang Denk
Round clock frequencies for printing. Many boards printed off clock frequencies like 399 MHz instead of the exact 400 MHz because numberes were not rounded. This is fixed now. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/common.h |5 +++-- lib_generic/strmhz.c |6

[U-Boot] [PATCH] Use strmhz() to format clock frequencies

2008-09-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/mpl/common/common_util.c |9 --- board/sbc8560/sbc8560.c| 12 ++ cpu/mcf5227x/cpu.c | 16 -- cpu/mcf523x/cpu.c |8 -- cpu/mcf532x/cpu.c |8 -- cp

[U-Boot] [PATCH] Cleanup: fix "MHz" spelling

2008-09-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/Marvell/db64360/pci.c |6 +++--- board/Marvell/db64460/pci.c |6 +++--- board/amcc/katmai/cmd_katmai.c | 18 +- board/amcc/yucca/cmd_yucca.c| 22 +++--

[U-Boot] [PATCH V2] Use strmhz() to format clock frequencies

2008-09-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- Patch version 2. Fixed two compile issues. board/mpl/common/common_util.c | 11 + board/sbc8560/sbc8560.c| 12 ++ cpu/mcf5227x/cpu.c | 16 -- cpu/mcf523x/cpu.c |8 -- cp

Re: [U-Boot] [PATCH 1/3] ADS5121: add LPC clock support

2008-09-27 Thread John Rigby
This confused me a little bit. I didn't know that the PATA had anything to do with the LPC clock. The table in the clock chapter says that the PATA clock comes from the IPS clock. I think the confusion is from PATA chapter section 28.2.2.1: Table 28-4 shows various timing parameters affecte

Re: [U-Boot] u-boot couldn't be started from flash

2008-09-27 Thread Robert
> On 15:26 Fri 26 Sep , Robert wrote: >> Hi, all >> >> I can run u-boot in my debugger TRACE32 with 'go' command, >> but it couldn't be started from the flash without TRACE32 when >> the board power on, and I get nothing from the console, I don't know what >> happend, and anybody has exper

[U-Boot] [compile error] No rule to make target '.depend', needed by libul2410.a

2008-09-27 Thread yihect
Hi all, I want to used u-boot for my linux port. Accroding from content of file README in u-boot-1.3.4 package, I have did follows: 1, vi Makefile, add one new entry for my ul2410 board; 2, create a directory (board/ul2410) by: cp -rf ./board/smdk2410 ./board/ul2410 cd

[U-Boot] [compile error] No rule to make target '.depend', needed by libul2410.a

2008-09-27 Thread yihect
Hi all, I want to used u-boot for my linux port. Accroding from content of file README in u-boot-1.3.4 package, I have did follows: 1, vi Makefile, add one new entry for my ul2410 board; 2, create a directory (board/ul2410) by: cp -rf ./board/smdk2410 ./board/ul2410 cd ./b