[package] Add uboot for xburst package
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Apr 2010 18:17:26 +0000 (18:17 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Apr 2010 18:17:26 +0000 (18:17 +0000)
commit28dec42aa353b7bcc7248ffe333e56d777a35835
tree507db9e61d7632c134b60a5f8b53d266f2bd1254
parentabe312efd5fbeee4423d991b0f690a267f098714
[package] Add uboot for xburst package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20832 3c298f89-4303-0410-b956-a3cf2f4a3e73
49 files changed:
package/uboot-xburst/Makefile [new file with mode: 0644]
package/uboot-xburst/files/board/n516/Makefile [new file with mode: 0644]
package/uboot-xburst/files/board/n516/config.mk [new file with mode: 0644]
package/uboot-xburst/files/board/n516/flash.c [new file with mode: 0644]
package/uboot-xburst/files/board/n516/n516.c [new file with mode: 0644]
package/uboot-xburst/files/board/n516/u-boot-nand.lds [new file with mode: 0644]
package/uboot-xburst/files/board/n516/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/board/nanonote/Makefile [new file with mode: 0644]
package/uboot-xburst/files/board/nanonote/config.mk [new file with mode: 0644]
package/uboot-xburst/files/board/nanonote/nanonote.c [new file with mode: 0644]
package/uboot-xburst/files/board/nanonote/u-boot-nand.lds [new file with mode: 0644]
package/uboot-xburst/files/board/nanonote/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/board/sakc/Makefile [new file with mode: 0644]
package/uboot-xburst/files/board/sakc/config.mk [new file with mode: 0644]
package/uboot-xburst/files/board/sakc/sakc.c [new file with mode: 0644]
package/uboot-xburst/files/board/sakc/u-boot-nand.lds [new file with mode: 0644]
package/uboot-xburst/files/board/sakc/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz4740.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz4740_nand.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_lcd.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_lcd.h [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_mmc.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_mmc.c.orig [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_mmc.h [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/jz_serial.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/mmc_protocol.h [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.c [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/nanonote_gpm940b0.h [new file with mode: 0644]
package/uboot-xburst/files/cpu/mips/usb_boot.S [new file with mode: 0644]
package/uboot-xburst/files/include/asm-mips/jz4740.h [new file with mode: 0644]
package/uboot-xburst/files/include/configs/avt2.h [new file with mode: 0644]
package/uboot-xburst/files/include/configs/n516.h [new file with mode: 0644]
package/uboot-xburst/files/include/configs/nanonote.h [new file with mode: 0644]
package/uboot-xburst/files/include/configs/qi_lb60.h [new file with mode: 0644]
package/uboot-xburst/files/include/configs/sakc.h [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/n516/Makefile [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/n516/config.mk [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/n516/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/nanonote/Makefile [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/nanonote/config.mk [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/nanonote/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/sakc/Makefile [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/sakc/config.mk [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/board/sakc/u-boot.lds [new file with mode: 0644]
package/uboot-xburst/files/nand_spl/nand_boot_jz4740.c [new file with mode: 0644]
package/uboot-xburst/patches/001-xburst.patch [new file with mode: 0644]
package/uboot-xburst/patches/005-i2c.patch [new file with mode: 0644]
package/uboot-xburst/patches/009-n516.patch [new file with mode: 0644]
package/uboot-xburst/patches/010-sakc.patch [new file with mode: 0644]