openwrt/target/linux/arm64
Hauke Mehrtens b03826d8aa kernel: bump kernel 4.4 to version 4.4.137
The new option CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE was added, in this
commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.4.y&id=ffe4bf3eb3cfa10f9ef295c08c21f4fe3bb07e21
Handle it by setting it to the opposite value
CONFIG_CC_OPTIMIZE_FOR_SIZE is set to.

Tested on lantiq

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-06-15 19:20:56 +02:00
..
base-files/etc image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
image Revert "arm64: boot-wrapper: Add mirror" 2016-12-22 21:08:17 +01:00
Makefile build: fix subtarget descriptions 2016-09-04 13:35:11 +02:00
README arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00
config-4.4 kernel: bump kernel 4.4 to version 4.4.137 2018-06-15 19:20:56 +02:00

README

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.