Re: [U-Boot] [U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm.

2008-09-17 Thread Luigi 'Comio' Mantellini
Hi Xinhe Guo, Il mercoledì 17 settembre 2008 05:36:16 Xinhe Guo ha scritto: Hi luigi, Thank you. Seems solution is: Add lzma decompress initrd support - Into the Linux Kernel Add u-boot support mkimage's lzma format is enough. - into U-boot ciao luigi Thanks

[U-Boot] [PATCH] socrates: fix crash after relocation

2008-09-17 Thread Anatolij Gustschin
Currently U-Boot crashes after relocation to RAM. Changing the CPO value of the DDR SDRAM TIMING_CFG_2 register to READ_LAT + 1 (to the value it was before conversion of socrates to new DDR code) fixes the problem. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- board/socrates/ddr.c |

[U-Boot] [PATCH] socrates: change default mtest address range

2008-09-17 Thread Anatolij Gustschin
Running mtest command on socrates without specifying an address range crashes the board. This patch changes default mtest address range to prevent this behavior. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- include/configs/socrates.h |4 ++-- 1 files changed, 2 insertions(+), 2

[U-Boot] booting initramfs

2008-09-17 Thread cjjoy1980
Hi all! I am trying to boot my board with initramfs file system. After loading the kernel image and initramfs onto uboot, executing bootm command gave me errors of bad magic number. Then I tried to append header information using mkimage, here's what I executed: /tools/mkimage -A ppc -O

[U-Boot] [PATCH] Remove duplicate Spartan-3E definition.

2008-09-17 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart [EMAIL PROTECTED] --- include/spartan3.h |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/include/spartan3.h b/include/spartan3.h index 235dbc0..2262278 100644 --- a/include/spartan3.h +++ b/include/spartan3.h @@ -81,9 +81,6 @@

[U-Boot] [PATCH] Fix Spartan-3 definitions.

2008-09-17 Thread Laurent Pinchart
A few Spartan-3 definitions erroneously use Spartan-3E size constants. This patch fixes them. Signed-off-by: Laurent Pinchart [EMAIL PROTECTED] --- include/spartan3.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/spartan3.h b/include/spartan3.h index

Re: [U-Boot] booting initramfs

2008-09-17 Thread Wolfgang Denk
Dear cjjoy1980, In message [EMAIL PROTECTED] you wrote: I am trying to boot my board with initramfs file system. After loading the kernel image and initramfs onto uboot, executing bootm command gave me errors of bad magic number. Then I tried to append header information using mkimage,

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Wolfgang Denk
Dear Jens Gehrlein, In message [EMAIL PROTECTED] you wrote: If I don't use the hush parser, watchdog resets the board approx. after 15 seconds, no matter if I do nothing or if I type in commands. Reading the watchdog counter with md shows that it continuously counts down. Please restrict

Re: [U-Boot] U-Boot and ELDK

2008-09-17 Thread Roman Mashak
Hello, 2008/9/12 Wolfgang Denk [EMAIL PROTECTED]: What version would you recommend for arm9 development? The latest is 4.2, is it fine? ELDK 4.2 for ARM has not been released yet; that will take a few mnore weeks (4...5, I think). Please use ELDK 4.1 for now. One more question to clarify my

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Jens Gehrlein
Hi Wolfgang, hi Andrew, Please restrict your line length to something readable, i. e. some 70 characters or so. Thanks. OK. It seems Outlo*k needs some manual override... Hope, this mail is better... Is it intended, that the watchdog isn't triggered in U-Boot's interactive mode? I can't