Add uboot for xburst package
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 12 Apr 2010 18:17:26 +0000 (18:17 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Mon, 12 Apr 2010 18:17:26 +0000 (18:17 +0000)
commit393541dce8995dbe0fc3d4691b382c06e5824b14
tree2f074389e55b47cbf3dad05b898076c171bd54c5
parent0946764732b8d2059621bff372150ca074e972c4
Add uboot for xburst package

SVN-Revision: 20832
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]