mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
06d39d79cb
commit
6fce6e9791
@ -84,12 +84,10 @@ config EFI_ZBOOT
|
|||||||
help
|
help
|
||||||
Create the bootable image as an EFI application that carries the
|
Create the bootable image as an EFI application that carries the
|
||||||
actual kernel image in compressed form, and decompresses it into
|
actual kernel image in compressed form, and decompresses it into
|
||||||
memory before executing it via LoadImage/StartImage EFI boot service
|
memory before executing it. For compatibility with non-EFI loaders,
|
||||||
calls. For compatibility with non-EFI loaders, the payload can be
|
the payload can be decompressed and executed by the loader as well,
|
||||||
decompressed and executed by the loader as well, provided that the
|
provided that the loader implements the decompression algorithm.
|
||||||
loader implements the decompression algorithm and that non-EFI boot
|
(The compression algorithm used is described in the zboot header)
|
||||||
is supported by the encapsulated image. (The compression algorithm
|
|
||||||
used is described in the zboot image header)
|
|
||||||
|
|
||||||
config EFI_ARMSTUB_DTB_LOADER
|
config EFI_ARMSTUB_DTB_LOADER
|
||||||
bool "Enable the DTB loader"
|
bool "Enable the DTB loader"
|
||||||
|
Loading…
Reference in New Issue
Block a user