Re: [U-Boot] [PATCH v7] qi_lb60: add nand spl support

2013-01-07 Thread Xiangfu Liu
Hi Daniel Thanks for reply. patches coming soon. Xiangfu On 01/07/2013 03:54 AM, Daniel Schwierzeck wrote: > 2013/1/4 Xiangfu Liu : >> Hi >> >> Any chance merge this commit to upstream. make it a new year gift for me. :) >> Thanks >> >> Xiangfu >> > > hm, somehow I missed that patch. Please prep

Re: [U-Boot] [PATCH v7] qi_lb60: add nand spl support

2013-01-06 Thread Daniel Schwierzeck
2013/1/4 Xiangfu Liu : > Hi > > Any chance merge this commit to upstream. make it a new year gift for me. :) > Thanks > > Xiangfu > hm, somehow I missed that patch. Please prepend your patch subject with "MIPS:" and CC me next time to avoid this. Also send a new patch which is rebased to current m

Re: [U-Boot] [PATCH v7] qi_lb60: add nand spl support

2013-01-04 Thread Xiangfu Liu
Hi Any chance merge this commit to upstream. make it a new year gift for me. :) Thanks Xiangfu On 10/30/2012 08:41 AM, Scott Wood wrote: > On 10/26/2012 08:07:47 PM, xian...@openmobilefree.net wrote: >> From: Xiangfu >> >> The JZ4740 CPU can load 8KB from two different addresses: >>1. the

Re: [U-Boot] [PATCH v7] qi_lb60: add nand spl support

2012-10-29 Thread Scott Wood
On 10/26/2012 08:07:47 PM, xian...@openmobilefree.net wrote: From: Xiangfu The JZ4740 CPU can load 8KB from two different addresses: 1. the normal area up to 8KB starting from NAND flash address 0x 2. the backup area up to 8KB starting from NAND flash address 0x2000 Si

[U-Boot] [PATCH v7] qi_lb60: add nand spl support

2012-10-26 Thread xiangfu
From: Xiangfu The JZ4740 CPU can load 8KB from two different addresses: 1. the normal area up to 8KB starting from NAND flash address 0x 2. the backup area up to 8KB starting from NAND flash address 0x2000 Signed-off-by: Xiangfu --- Makefile | 12

[U-Boot] [PATCH v7] qi_lb60: add nand spl support

2012-10-26 Thread xiangfu
From: Xiangfu Big thanks to Tom Rini, Daniel Schwierzeck and Marek Vasut for feedback. For the usbboot code. I can not fast re-write them to u-boot USB sub-system. but I don't want wait. so let's finish the nand spl code first. :) V7: * fix typo V6: * remove usbboot code * add u-boot-xbu