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)
commita2768bd9e0efb430e864fe5faf5070ea724e2797
tree49fdd25cfab8faf7ab938fdd04da204fb43926cd
parentacf46919048fba514abf4d263e59e70eaddeb3ae
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>
SVN-Revision: 43355
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]