Re: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-10-11 Thread Xiangfu Liu
Hi Thanks for feedback. PATVH v4 will coming soon. about 'CONFIG_SPL_FRAMEWORK' I don't know this when I working on ben nanonote spl. I think I will stick with this spl for awhile. is there a plan remove drivers/mtd/nand/nand_spl_*.c? Xiangfu On 10/10/2012 05:27 AM, Daniel Schwierzeck

Re: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-10-11 Thread Xiangfu Liu
Hi Tom Rini I cannot easy find a way to use 'puts' instead 'serial_puts' in my code. any advise will be great. Thanks Xiangfu On 10/10/2012 05:27 AM, Daniel Schwierzeck wrote: I'm happy you've moved to the new SPL infrastructure. A few comments: In general, please check for checkpatch.pl

Re: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-10-11 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 20:19, Xiangfu Liu wrote: Hi Tom Rini I cannot easy find a way to use 'puts' instead 'serial_puts' in my code. any advise will be great. You should be able to use CONFIG_SPL_LIBCOMMON_SUPPORT without CONFIG_SPL_FRAMEWORK and get

[U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-10-09 Thread xiangfu
From: Xiangfu Liu xian...@openmobilefree.net * After create u-boot-spl.bin. it needs those 4 commands create final image for jz4740 cpu. dd if=spl/u-boot-spl.bin of=u-boot-nand.bin conv=sync bs=8192 count=1 dd if=spl/u-boot-spl.bin of=u-boot-nand.bin conv=sync,notrunc oflag=append

Re: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-10-09 Thread Daniel Schwierzeck
2012/10/9 Tom Rini tr...@ti.com: On Tue, Oct 09, 2012 at 04:28:05PM +0800, xian...@openmobilefree.net wrote: From: Xiangfu Liu xian...@openmobilefree.net * After create u-boot-spl.bin. it needs those 4 commands create final image for jz4740 cpu. dd if=spl/u-boot-spl.bin

Re: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-03-06 Thread Wolfgang Denk
Dear Xiangfu Liu, In message 1326207993-17791-1-git-send-email-xian...@openmobilefree.net you wrote: Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- Changes for v2: -Add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST -Cleanup jz4740_nand.c a little Changes for v3: -Remove

[U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

2012-01-10 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- Changes for v2: -Add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST -Cleanup jz4740_nand.c a little Changes for v3: -Remove CONFIG_NAND_SPL_TEXT_BASE, fix the wrong TEXT base under SPL u-boot.lds -Remove overcomplicated 'dd', pad to 32KB SPL