ar71xx: adding u-boot for nbg460n
authorGabor Juhos <juhosg@openwrt.org>
Fri, 10 Dec 2010 15:17:00 +0000 (15:17 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 10 Dec 2010 15:17:00 +0000 (15:17 +0000)
commitf61f437a363ae69c1d6e4ea199f7ab64537161b8
tree088f8c75e620205a8e04b98bf882c5db21ee038d
parent54922cba3a7e7cc4634da1e4f1226938047c04e8
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>
SVN-Revision: 24418
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]