ar71xx: adding u-boot for nbg460n
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 15:17:00 +0000 (15:17 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 15:17:00 +0000 (15:17 +0000)
commit2048e10433d932270c5a554b17591f478685d61e
tree088f8c75e620205a8e04b98bf882c5db21ee038d
parent3099bf8c9ee5b1b085ea3f77e6809c29c4b1fa23
ar71xx: adding u-boot for nbg460n

This adds u-boot for nbg460n ar71xx target,
as it is required as second stage bootloader.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24418 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 files changed:
package/uboot-ar71xx/Makefile [new file with mode: 0644]
package/uboot-ar71xx/files/board/zyxel/nbg460n/Makefile [new file with mode: 0644]
package/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk [new file with mode: 0644]
package/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S [new file with mode: 0644]
package/uboot-ar71xx/files/board/zyxel/nbg460n/nbg460n.c [new file with mode: 0644]
package/uboot-ar71xx/files/board/zyxel/nbg460n/u-boot.lds [new file with mode: 0644]
package/uboot-ar71xx/files/cpu/mips/ar71xx_serial.c [new file with mode: 0644]
package/uboot-ar71xx/files/drivers/net/ag71xx.c [new file with mode: 0644]
package/uboot-ar71xx/files/drivers/net/ag71xx.h [new file with mode: 0644]
package/uboot-ar71xx/files/drivers/net/phy/rtl8366.h [new file with mode: 0644]
package/uboot-ar71xx/files/drivers/net/phy/rtl8366_mii.c [new file with mode: 0644]
package/uboot-ar71xx/files/drivers/spi/ar71xx_spi.c [new file with mode: 0644]
package/uboot-ar71xx/files/include/asm-mips/ar71xx.h [new file with mode: 0644]
package/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h [new file with mode: 0644]
package/uboot-ar71xx/files/include/configs/nbg460n.h [new file with mode: 0644]
package/uboot-ar71xx/patches/001-ar71xx.patch [new file with mode: 0644]
package/uboot-ar71xx/patches/002-ar71xx-spi.patch [new file with mode: 0644]
package/uboot-ar71xx/patches/010-enet-ag71xx.patch [new file with mode: 0644]
package/uboot-ar71xx/patches/011-switch-rtl8366sr.patch [new file with mode: 0644]