9fb2a48959
New generic defconfig for aarch64, to run on aarch64 servers compliant with EFI firmware and ACPI. This can also be tested with qemu, and is useful so that we have an arm defconfig with grub enabled. Tested with qemu 2.11.2 and AAVMF, the aarch64 virtual machine UEFI firmware. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> [Thomas: extend readme.txt with more details] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
113 B
INI
7 lines
113 B
INI
set default="0"
|
|
set timeout="5"
|
|
|
|
menuentry "Buildroot" {
|
|
linux /Image root=/dev/vda2 rootwait console=ttyAMA0
|
|
}
|