coreboot-kgpe-d16/src/mainboard/emulation
Asami Doi f795242f26 mainboard/emulation/qemu-aarch64: Add new board for ARMv8
This CL adds a new board, QEMU/AArch64, for ARMv8. The machine supported
is virt which is a QEMU 2.8 ARM virtual machine. The default CPU of
qemu-system-aarch64 is Cortex-a15, so you need to specify a 64-bit cpu
via a flag.

To execute:
$ qemu-system-aarch64 -M virt,secure=on,virtualization=on \
  -cpu cortex-a53 -bios build/coreboot.rom -m 8192M -nographic

Change-Id: Id7c0831b1ecf08785b4ec8139d809bad9b3e1eec
Signed-off-by: Asami Doi <d0iasm.pub@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33387
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2019-08-08 01:12:06 +00:00
..
qemu-aarch64 mainboard/emulation/qemu-aarch64: Add new board for ARMv8 2019-08-08 01:12:06 +00:00
qemu-armv7 lib: Rewrite qemu-armv7 ramdetect 2019-07-28 11:31:42 +00:00
qemu-i440fx device/pci: Replace use of dev_find_slot() for IRQs 2019-07-12 08:52:22 +00:00
qemu-power8 arch/ppc64: Make PPC64 stages select ARCH_PPC64 2019-07-26 13:00:48 +00:00
qemu-q35 device/pci: Replace use of dev_find_slot() for IRQs 2019-07-12 08:52:22 +00:00
qemu-riscv mb/emulation/qemu-riscv: Add opensbi support 2019-08-03 17:19:17 +00:00
spike-riscv arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
Kconfig
Kconfig.name