payloads/depthcharge: Add DEPTHCHARGE_REPO and DEPTHCHARGE_BRANCH
Move hard-coded repo and repo name to Kconfig as default value DEPTHCHARGE_REPO default to: https://chromium.googlesource.com/chromiumos/platform/depthcharge DEPTHCHARGE_BRANCH default to: origin/main When DEPTHCHARGE_MASTER=y, DEPTHCHARGE_BRANCH can be used to point out a particular branch. This change enable to use mirrored internal depthcharge repo and branch for early SOC development (before upstreaming SOC and dephthcharge code). TEST=Build coreboot and check the repo remote link from: payloads/external/depthcharge/depthcharge Signed-off-by: Cliff Huang <cliff.huang@intel.com> Change-Id: Icca10aa770b7b7a6e010f58bcf1e4f0a3401681a Reviewed-on: https://review.coreboot.org/c/coreboot/+/80726 Reviewed-by: Bora Guvendik <bora.guvendik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Zhixing Ma <zhixing.ma@intel.com>
This commit is contained in:
committed by
Felix Singer
parent
d6850f3109
commit
fa97970e85
12
payloads/external/depthcharge/Kconfig
vendored
12
payloads/external/depthcharge/Kconfig
vendored
@@ -26,6 +26,18 @@ config DEPTHCHARGE_REVISION
|
||||
|
||||
endchoice
|
||||
|
||||
config DEPTHCHARGE_REPO
|
||||
string "depthcharge repo site"
|
||||
default "https://chromium.googlesource.com/chromiumos/platform/depthcharge"
|
||||
help
|
||||
repo site
|
||||
|
||||
config DEPTHCHARGE_BRANCH
|
||||
string "branch from the depthcharge repo"
|
||||
default "origin/main"
|
||||
help
|
||||
repo branch name
|
||||
|
||||
config DEPTHCHARGE_REVISION_ID
|
||||
string "Insert a commit's SHA-1 or a branch name"
|
||||
depends on DEPTHCHARGE_REVISION
|
||||
|
Reference in New Issue
Block a user