configs/qemu_aarch64_sbsa_defconfig: new config for QEMU sbsa-ref
authorDick Olsson <hi@senzilla.io>
Wed, 12 May 2021 18:36:44 +0000 (18:36 +0000)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 17 May 2021 15:26:27 +0000 (17:26 +0200)
commita8466cc5acd29711e534b48764e0db12e5472cf8
tree11ee24cab059a50282c51b01858ca3d80cb1d4d1
parent1074a37e783b023bd0491ba4f4f7acab7f289e1d
configs/qemu_aarch64_sbsa_defconfig: new config for QEMU sbsa-ref

This introduces a configuration for the SBSA reference machine under
QEMU that is intended for developing and testing firmware. It consists
of ATF that load EDK2 as BL33 which in turn will load GRUB2.

Included with the board files is a minimal kernel configuration, almost
identical to that of board/qemu/aarch64-virt/linux.config. The main
difference is the addition of ACPI which is preferred over DTB for
booting an UEFI system.

Signed-off-by: Dick Olsson <hi@senzilla.io>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/qemu/aarch64-sbsa/assemble-flash-images [new file with mode: 0755]
board/qemu/aarch64-sbsa/genimage.cfg [new file with mode: 0644]
board/qemu/aarch64-sbsa/grub.cfg [new file with mode: 0644]
board/qemu/aarch64-sbsa/linux.config [new file with mode: 0644]
board/qemu/aarch64-sbsa/readme.txt [new file with mode: 0644]
configs/qemu_aarch64_sbsa_defconfig [new file with mode: 0644]