Patrik Tesarik has uploaded this change for review.

View Change

payloads/external/LinuxBoot: Change Kconf defaults

In addition to change I4ac3409040ea77a1836f90f43fba07d2cd05a952 this
commit proposes a change of default behavior inside of the LinuxBoot
tool chain.

Currently the defaults build a LinuxBoot payload which boots into the
U-root shell and waits for input. In fact it does not deliver any
bootloader with it, but the build image is on the other hand rather
small.

This commit will change the defaults in a way that the LinuxBoot
bootloader will actually be able to boot a local or remote system image.
In consequence the build payload size is rather big, but accepted for a
working out-of-the-box startup behavior.

See discussion on that topic in the above mentioned change.

Signed-off-by: Patrik Tesarik <mail@patrik-tesarik.de>
Change-Id: Ieaba7e523aef10c467a8bea29ae323e22324b225
---
M payloads/external/LinuxBoot/Kconfig
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/40527/1
diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig
index 8f4137d..84e3db8 100644
--- a/payloads/external/LinuxBoot/Kconfig
+++ b/payloads/external/LinuxBoot/Kconfig
@@ -267,19 +267,19 @@

config LINUXBOOT_UROOT_COMMANDS
string "U-root commands"
- default "coreboot-app"
+ default "all"
help
List of additional modules to include,
- separated by space. (default "coreboot-app")
+ separated by space. (default "all")

if LINUXBOOT_UROOT_MASTER

choice
prompt "Choose a specific bootloader"
- default SPECIFIC_BOOTLOADER_NONE
+ default SPECIFIC_BOOTLOADER_SYSTEMBOOT
help
Specify a bootloader which starts after u-root init. It will be a symlink
- to /bin/uinit. Default: None
+ to /bin/uinit. Default: systemboot

config SPECIFIC_BOOTLOADER_NONE
bool "none"

To view, visit change 40527. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ieaba7e523aef10c467a8bea29ae323e22324b225
Gerrit-Change-Number: 40527
Gerrit-PatchSet: 1
Gerrit-Owner: Patrik Tesarik
Gerrit-MessageType: newchange