Lines Matching refs:stub
8 jumps to are collectively known as the "EFI boot stub", and live in
10 respectively. For ARM the EFI stub is implemented in
12 arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared
13 between architectures is in drivers/firmware/efi/efi-stub-helper.c.
16 masquerades as a PE/COFF image and the EFI stub is linked into the
17 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
18 and arch/arm64/kernel/efi-stub.c.
20 By using the EFI boot stub it's possible to boot a Linux kernel
22 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
25 The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option.
49 Like most boot loaders, the EFI stub allows the user to specify
51 stub-specific command line parameter, everything else is passed to the