openwrtv3/target/linux/arm64
Florian Fainelli 2738cfcfda arm64: remove CGROUPS override
SCHED_AUTOGROUP was turned on by default which forces the use of
CGROUPS, conflicting with the options we offer from menuconfig, remove
that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 45275
2015-04-04 19:33:32 +00:00
..
base-files/etc arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00
image arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00
config-default arm64: remove CGROUPS override 2015-04-04 19:33:32 +00:00
Makefile arm64: update to linux 3.18 2015-03-28 13:38:52 +00:00
README arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00

This multi-platform ARMv8 target can be used either with ARM Ltd.'s Foundation_V8
fast-model doing the following:

Foundation_v8 --image bin/arm64-eglibc/openwrt-arm64-vexpress-foundation.axf

or you can also use QEMU:

qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
	-smp 1 -m 2048 \
	-kernel bin/arm64-eglibc/openwrt-arm64-qemu-virt-initramfs.Image \
	--append "console=ttyAMA0"

and enjoy the system booting.