Re: [U-Boot] u-boot 1.1.2 boot latest powerpc based kernel?

2010-05-16 Thread Wolfgang Denk
Dear Shawn Jin, In message you wrote: > On Thu, May 13, 2010 at 7:47 AM, Timur Tabi wrote: > > The only way to find out for sure is to test it. You'll probably need > > to enable cuImage support in the kernel, at the very least. No one ---^^ > However my concern is specific t

[U-Boot] [PATCH] arm/pxa-devel: fix and cleanup of pxa_mem_setup macro

2010-05-16 Thread Mikhail Kshevetskiy
* strict following to section 6.4.10 of Intel PXA27xx Developer's Manual. * use r7 to store CONFIG_SYS_MDREFR_VAL as r6 is used in pxa_wait_ticks WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE and APD bits of CONFIG_SYS_MDREFR_VAL as it was done early on ma

Re: [U-Boot] u-boot 1.1.2 boot latest powerpc based kernel?

2010-05-16 Thread Shawn Jin
On Thu, May 13, 2010 at 7:47 AM, Timur Tabi wrote: > The only way to find out for sure is to test it.  You'll probably need > to enable cuImage support in the kernel, at the very least.  No one > keeps track of whether newer kernels work with older U-Boots, so > there's no way to know in advance w

[U-Boot] [PATCH] [PATCH v6]Save environment data to mmc.

2010-05-16 Thread Terry Lv
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. v6 version fixes the coding-style problems. Signed-off-by: Terry Lv --- arch/arm/lib/board.c | 15 +++-- arch/powerpc/lib/board.c | 17 +++-- common/Makefile |1 + common/cmd_nved

[U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-05-16 Thread Jochen Friedrich
similar to 274737e5eb25b2bcd3af3a96da923effd543284f This patch changes get_timer() for sa1100 to return the time since 'base' instead of the time since the counter was at zero. Symptom seen is flash timeout errors when erasing or programming a sector using the common cfi flash code. Signed-off-b

Re: [U-Boot] [PATCH 1/3] The BUILD_BUG_ON macros moved from ubi_uboot.h to common.h

2010-05-16 Thread Michael Zaidman
Please see my proposal in http://lists.denx.de/pipermail/u-boot/2010-May/071443.html Regards, Michael ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot