Hello Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23812
to look at the new patch set (#2).
Change subject: mb/emulation/qemu-armv8: Add new board for ARMv8 ......................................................................
mb/emulation/qemu-armv8: Add new board for ARMv8
Ported the ARMv7 board to ARMv8. Added custom bootblock, as the memory mapped NOR flash shouldn't be written to. The bootblock relocates itself to SRAM.
Tested on QEMU: qemu-system-aarch64 -M vexpress-a9 -cpu cortex-a53 -m 1024 \ -bios build/coreboot.rom -nographic
Change-Id: Ib4f2fd43afb855c2ae5760d9ee6ae1478b09104c Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/cpu/armltd/Kconfig M src/cpu/armltd/Makefile.inc A src/cpu/armltd/cortex-a53/Kconfig A src/mainboard/emulation/qemu-armv8/Kconfig A src/mainboard/emulation/qemu-armv8/Kconfig.name A src/mainboard/emulation/qemu-armv8/Makefile.inc A src/mainboard/emulation/qemu-armv8/board_info.txt A src/mainboard/emulation/qemu-armv8/bootblock_custom.S A src/mainboard/emulation/qemu-armv8/cbmem.c A src/mainboard/emulation/qemu-armv8/devicetree.cb A src/mainboard/emulation/qemu-armv8/mainboard.c A src/mainboard/emulation/qemu-armv8/mainboard.h A src/mainboard/emulation/qemu-armv8/media.c A src/mainboard/emulation/qemu-armv8/memlayout.ld A src/mainboard/emulation/qemu-armv8/memorymap.h A src/mainboard/emulation/qemu-armv8/mmio.c A src/mainboard/emulation/qemu-armv8/romstage.c A src/mainboard/emulation/qemu-armv8/timer.c 18 files changed, 545 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/23812/2