added u-boot for ar71xx
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sun, 13 Mar 2011 04:27:39 +0000 (04:27 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sun, 13 Mar 2011 04:27:39 +0000 (04:27 +0000)
commit867045b074472eacf6ef27090c0da765018e7b48
tree95c1b13f5270b747ec73d4d4e07d0d76c3dc2351
parent2768928c3fbd0e919dc641e7eae0b010b6abff56
added u-boot for ar71xx

git-svn-id: http://svn.librewrt.org/librewrt@124 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2
19 files changed:
trunk/package/uboot-ar71xx/Makefile [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/board/zyxel/nbg460n/Makefile [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/board/zyxel/nbg460n/nbg460n.c [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/board/zyxel/nbg460n/u-boot.lds [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/cpu/mips/ar71xx_serial.c [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/drivers/net/ag71xx.c [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/drivers/net/ag71xx.h [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/drivers/net/phy/rtl8366.h [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/drivers/net/phy/rtl8366_mii.c [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/drivers/spi/ar71xx_spi.c [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/include/asm-mips/ar71xx.h [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h [new file with mode: 0644]
trunk/package/uboot-ar71xx/files/include/configs/nbg460n.h [new file with mode: 0644]
trunk/package/uboot-ar71xx/patches/001-ar71xx.patch [new file with mode: 0644]
trunk/package/uboot-ar71xx/patches/002-ar71xx-spi.patch [new file with mode: 0644]
trunk/package/uboot-ar71xx/patches/010-enet-ag71xx.patch [new file with mode: 0644]
trunk/package/uboot-ar71xx/patches/011-switch-rtl8366sr.patch [new file with mode: 0644]