payloads: Add LinuxBoot payload in u-root mode
* Add LinuxBoot support * Add u-root mode * Download kernel and u-root from upstream sources. * Add customization options * Clean kernel only if directory exists Change-Id: I3a25ff6812e046acc688cbbb203cf262ad751659 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/23071 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
a892cde653
commit
0f0e4e6c66
@@ -64,7 +64,7 @@ config PAYLOAD_FILE
|
||||
choice
|
||||
prompt "Payload compression algorithm"
|
||||
default COMPRESSED_PAYLOAD_LZMA
|
||||
depends on !PAYLOAD_NONE && !PAYLOAD_LINUX
|
||||
depends on !PAYLOAD_NONE && !PAYLOAD_LINUX && !PAYLOAD_LINUXBOOT
|
||||
help
|
||||
Choose the compression algorithm for the chosen payloads.
|
||||
You can choose between LZMA and LZ4.
|
||||
|
Reference in New Issue
Block a user