Attention is currently required from: Stefan Reinauer.
Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75130 )
Change subject: payloads/external/depthcharge: Update Kconfig values ......................................................................
payloads/external/depthcharge: Update Kconfig values
- ChromeOS switched from master to main years ago. Update it here. - Give a prompt and improve the help for the MAINBOARD_DEPTHCHARGE value. - Note that the value HEAD can be used as a depthcharge revision to keep the build from checking out a different version.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I953d548b9a93ba2262308f1e90a50f139b55c087 --- M payloads/external/depthcharge/Kconfig 1 file changed, 24 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/75130/1
diff --git a/payloads/external/depthcharge/Kconfig b/payloads/external/depthcharge/Kconfig index f2c42a4..87e2093 100644 --- a/payloads/external/depthcharge/Kconfig +++ b/payloads/external/depthcharge/Kconfig @@ -8,8 +8,8 @@ help Latest stable version.
-config DEPTHCHARGE_MASTER - bool "master" +config DEPTHCHARGE_MAIN + bool "main" help Newest Depthcharge version.
@@ -27,18 +27,21 @@ config DEPTHCHARGE_REVISION_ID string "Insert a commit's SHA-1 or a branch name" depends on DEPTHCHARGE_REVISION - default "origin/master" + default "origin/main" help The commit's SHA-1 or branch name of the revision to use. + Use 'HEAD' to avoid checking out a different version
config PAYLOAD_FILE string default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf"
config MAINBOARD_DEPTHCHARGE - string "" + string "Mainboard name to override default" help - Override BOARD setting for depthcharge + Override BOARD setting for depthcharge. By default this is the + mainboard name. This setting lets you build depthcharge for a + different mainboard or variant.
config LP_DEFCONFIG_OVERRIDE bool "Use default libpayload config"