Skip to content

Commit 6fce6e9

Browse files
committed
efi/zboot: Fix outdated comment about using LoadImage/StartImage
EFI zboot no longer uses LoadImage/StartImage, but subsumes the arch code to load and start the bare metal image directly. Fix the Kconfig description accordingly. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
1 parent 06d39d7 commit 6fce6e9

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

drivers/firmware/efi/Kconfig

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ config EFI_ZBOOT
8484
help
8585
Create the bootable image as an EFI application that carries the
8686
actual kernel image in compressed form, and decompresses it into
87-
memory before executing it via LoadImage/StartImage EFI boot service
88-
calls. For compatibility with non-EFI loaders, the payload can be
89-
decompressed and executed by the loader as well, provided that the
90-
loader implements the decompression algorithm and that non-EFI boot
91-
is supported by the encapsulated image. (The compression algorithm
92-
used is described in the zboot image header)
87+
memory before executing it. For compatibility with non-EFI loaders,
88+
the payload can be decompressed and executed by the loader as well,
89+
provided that the loader implements the decompression algorithm.
90+
(The compression algorithm used is described in the zboot header)
9391

9492
config EFI_ARMSTUB_DTB_LOADER
9593
bool "Enable the DTB loader"

0 commit comments

Comments
 (0)