arm64: add ARM 64-bits target
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 24 Nov 2014 06:34:07 +0000 (06:34 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 24 Nov 2014 06:34:07 +0000 (06:34 +0000)
commit9af53767c4377879b77acb1cf48fa11770312455
tree4a1104aa0d8e42b5147c3280f3ed240e8fcbb060
parent6c773b03bdaccabb182c536d57e9335955b0a87e
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]