kumquat-buildroot/board/qemu
Kory Maincent 3efb5e31fc board, boot, package: remove usage of startup.nsh in EFI partition
The startup.nsh file is useless to boot EFI payloads. We just need to
follow the naming detection specified in the UEFI spec.
The EFI payload need to be placed in the boot/efi folder in the EFI partition
and follow the architecture naming as described below:
32bit : bootia32.efi
x64 : bootx64.efi
aarch32 : bootarm.efi
aarch64 : bootaa64.efi

This naming is already right in the packages involved (systemd, grub2,
gummiboot), therefore we just need to drop the generation of the
startup.nsh file.

The usage of the startup.nsh in genimage is also dropped to avoid errors in
the image generation.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Tested-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-27 21:27:02 +02:00
..
aarch64-sbsa board, boot, package: remove usage of startup.nsh in EFI partition 2021-09-27 21:27:02 +02:00
aarch64-virt support/testing/tests/fs: test OCI format 2021-09-11 14:52:41 +02:00
arm-versatile
arm-vexpress
arm-vexpress-tz configs/qemu_arm_vexpress_tz: bump versions and update 2021-03-20 23:03:46 +01:00
csky
m68k-mcf5208
m68k-q800
microblazebe-mmu
microblazeel-mmu
mips32r2-malta
mips32r2el-malta
mips32r6-malta
mips32r6el-malta
mips64-malta
mips64el-malta
mips64r6-malta
mips64r6el-malta
nios2-10m50
or1k
ppc64-e5500
ppc64-pseries
ppc64le-pseries
ppc-e500mc board/qemu: Add ppc-e500mc configuration 2021-03-01 23:50:15 +01:00
ppc-g3beige
ppc-mac99
ppc-mpc8544ds
riscv32-virt
riscv64-virt
s390x board/qemu/s390x: disable SSP when needed 2021-05-15 16:48:18 +02:00
sh4-r2d board/qemu/sh4*: Remove linux-headers patch 2021-01-30 13:38:58 +01:00
sh4eb-r2d board/qemu/sh4*: Remove linux-headers patch 2021-01-30 13:38:58 +01:00
sparc64-sun4u board/qemu/sparc64-sun4u: avoid gcc-11 warning to build the kernel 2021-06-20 18:40:05 +02:00
sparc-ss10
x86
x86_64
xtensa-lx60
post-image.sh