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>
31 lines
402 B
INI
31 lines
402 B
INI
image efi-part.vfat {
|
|
vfat {
|
|
file startup.nsh {
|
|
image = "efi-part/startup.nsh"
|
|
}
|
|
file EFI {
|
|
image = "efi-part/EFI"
|
|
}
|
|
file Image {
|
|
image = "Image"
|
|
}
|
|
}
|
|
size = 32M
|
|
}
|
|
|
|
image disk.img {
|
|
|
|
hdimage {
|
|
}
|
|
|
|
partition boot {
|
|
partition-type = 0xEF
|
|
image = "efi-part.vfat"
|
|
}
|
|
|
|
partition root {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext2"
|
|
}
|
|
}
|