This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support...
authorMirko Vogt <mirko@openwrt.org>
Mon, 7 Jan 2013 14:10:01 +0000 (14:10 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 7 Jan 2013 14:10:01 +0000 (14:10 +0000)
commit12a6622bd938614b9758d20d136c78a0c67e7155
tree7d85ef4c53b7d36975b36a83369786d622f8c268
parentc86485210ba6136bc90fc2708611ae5a609b6bf1
This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support went upstream

Summary:
* remove all files/* (since merged to upstream)
* patches on nand-spl, mmc and lcd driver

Thanks a lot to Xiangfu Liu!

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
SVN-Revision: 35034
54 files changed:
package/boot/uboot-xburst/Makefile
package/boot/uboot-xburst/files/board/n516/Makefile [deleted file]
package/boot/uboot-xburst/files/board/n516/config.mk [deleted file]
package/boot/uboot-xburst/files/board/n516/flash.c [deleted file]
package/boot/uboot-xburst/files/board/n516/n516.c [deleted file]
package/boot/uboot-xburst/files/board/n516/u-boot-nand.lds [deleted file]
package/boot/uboot-xburst/files/board/n516/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/board/nanonote/Makefile [deleted file]
package/boot/uboot-xburst/files/board/nanonote/config.mk [deleted file]
package/boot/uboot-xburst/files/board/nanonote/nanonote.c [deleted file]
package/boot/uboot-xburst/files/board/nanonote/u-boot-nand.lds [deleted file]
package/boot/uboot-xburst/files/board/nanonote/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/board/sakc/Makefile [deleted file]
package/boot/uboot-xburst/files/board/sakc/config.mk [deleted file]
package/boot/uboot-xburst/files/board/sakc/sakc.c [deleted file]
package/boot/uboot-xburst/files/board/sakc/u-boot-nand.lds [deleted file]
package/boot/uboot-xburst/files/board/sakc/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz4740.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz4740_nand.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz_lcd.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz_lcd.h [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz_mmc.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz_mmc.h [deleted file]
package/boot/uboot-xburst/files/cpu/mips/jz_serial.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/mmc_protocol.h [deleted file]
package/boot/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.c [deleted file]
package/boot/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.h [deleted file]
package/boot/uboot-xburst/files/cpu/mips/usb_boot.S [deleted file]
package/boot/uboot-xburst/files/include/asm-mips/jz4740.h [deleted file]
package/boot/uboot-xburst/files/include/configs/avt2.h [deleted file]
package/boot/uboot-xburst/files/include/configs/n516.h [deleted file]
package/boot/uboot-xburst/files/include/configs/nanonote.h [deleted file]
package/boot/uboot-xburst/files/include/configs/qi_lb60.h [deleted file]
package/boot/uboot-xburst/files/include/configs/sakc.h [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/n516/Makefile [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/n516/config.mk [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/n516/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/Makefile [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/config.mk [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/nanonote/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/sakc/Makefile [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/sakc/config.mk [deleted file]
package/boot/uboot-xburst/files/nand_spl/board/sakc/u-boot.lds [deleted file]
package/boot/uboot-xburst/files/nand_spl/nand_boot_jz4740.c [deleted file]
package/boot/uboot-xburst/patches/0001-qi_lb60-add-nand-spl-support.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/0002-qi_lb60-add-software-usbboot-support.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/0003-add-mmc-support.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/0004-add-more-boot-options-F1-F2-F3-F4-M-S.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/0005-add-nanonote-lcd-support.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/0006-enable-silent-console.patch [new file with mode: 0644]
package/boot/uboot-xburst/patches/001-xburst.patch [deleted file]
package/boot/uboot-xburst/patches/005-i2c.patch [deleted file]
package/boot/uboot-xburst/patches/009-n516.patch [deleted file]
package/boot/uboot-xburst/patches/010-sakc.patch [deleted file]