Added u-boot support / image creation
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Tue, 16 Nov 2010 13:59:26 +0000 (13:59 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Tue, 16 Nov 2010 13:59:26 +0000 (13:59 +0000)
commita824b9a40b4272533663e1812e0ff840793dd227
tree0576ba0239036d3f56c6f161a6ed5b3092c7e30a
parentf491c013fa127154c4be95ae40aa762ced49fc93
Added u-boot support / image creation

git-svn-id: http://svn.librewrt.org/librewrt@84 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2
29 files changed:
bright-ben/package/uboot-xburst/Makefile [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/Makefile [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/cache.S [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/config.mk [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/cpu.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/interrupts.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/jz4740.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/jz_serial.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/start.S [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/start_spl.S [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/cpu/xburst/usbboot.S [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/arch/mips/include/asm/jz4740.h [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/board/xburst/nanonote/Makefile [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/board/xburst/nanonote/config.mk [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/board/xburst/nanonote/nanonote.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/board/xburst/nanonote/u-boot-nand.lds [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/board/xburst/nanonote/u-boot.lds [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/drivers/mmc/jz_mmc.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/drivers/mmc/jz_mmc.h [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/drivers/mtd/nand/jz4740_nand.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/drivers/video/nanonote_gpm940b0.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/drivers/video/nanonote_gpm940b0.h [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/include/configs/nanonote.h [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/include/configs/qi_lb60.h [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/nand_spl/board/xburst/nanonote/Makefile [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/nand_spl/board/xburst/nanonote/config.mk [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/nand_spl/board/xburst/nanonote/u-boot.lds [new file with mode: 0644]
bright-ben/package/uboot-xburst/files/nand_spl/nand_boot_jz4740.c [new file with mode: 0644]
bright-ben/package/uboot-xburst/patches/001-xburst.patch [new file with mode: 0644]