buildroot/boot/gummiboot
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
..
0001-Allow-building-with-newer-glibc-versions.patch gummiboot: fix compatibility with newer glibc versions 2019-03-20 21:22:14 +01:00
0002-Fix-linking-for-non-host-compatible-targets.patch boot/gummiboot: fix linking for non-host compatible targets 2019-03-26 18:53:47 +01:00
Config.in package/gnu-efi: introduce BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS option 2019-01-12 17:34:22 +01:00
buildroot.conf gummiboot: new package 2014-02-19 23:28:35 +01:00
gummiboot.mk board, boot, package: remove usage of startup.nsh in EFI partition 2021-09-27 21:27:02 +02:00
loader.conf gummiboot: new package 2014-02-19 23:28:35 +01:00