From 0f0e4e6c66b53098404ee00b001819b8b86f8e4b Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Tue, 19 Jun 2018 20:22:32 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/23071 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- util/abuild/abuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index d8f4882bbc..50ac8c79d7 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -267,6 +267,7 @@ function update_config echo "# CONFIG_PAYLOAD_GRUB2 is not set" echo "# CONFIG_PAYLOAD_OPENBIOS is not set" echo "# CONFIG_PAYLOAD_DEPTHCHARGE is not set" + echo "# CONFIG_PAYLOAD_LINUXBOOT is not set" echo "# CONFIG_PAYLOAD_UBOOT is not set" echo "# CONFIG_PAYLOAD_TIANOCORE is not set" echo "# CONFIG_PXE is not set" -- cgit v1.2.3