arm64: add ARM 64-bits target
authorFlorian Fainelli <florian@openwrt.org>
Mon, 24 Nov 2014 06:34:07 +0000 (06:34 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 24 Nov 2014 06:34:07 +0000 (06:34 +0000)
commitbc2ddd55171ec84fa46f41c2734f7a8a87a64156
tree4a1104aa0d8e42b5147c3280f3ed240e8fcbb060
parent41a786620a2fc5b8b60b2edeed3d643ecf3fa70b
arm64: add ARM 64-bits target

This target can be emulated using ARM's Foundation_V8 simulator
software or qemu-system-aarch64 using the command-line described in the
README file.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43355 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/arm64/Makefile [new file with mode: 0644]
target/linux/arm64/README [new file with mode: 0644]
target/linux/arm64/base-files/etc/inittab [new file with mode: 0644]
target/linux/arm64/config-default [new file with mode: 0644]
target/linux/arm64/image/Makefile [new file with mode: 0644]
target/linux/arm64/image/boot-wrapper/Makefile [new file with mode: 0644]