summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-09-25 10:59:42 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-09-29 20:04:16 +0000
commit49c4584669cb854a1108b4ad9ac286aa607245c5 (patch)
tree836347f77d5ab39aea31da0e8b8b40085f402161 /payloads
parentfd4214852081e0edc3c591570541781eab5cfc45 (diff)
downloadcoreboot-49c4584669cb854a1108b4ad9ac286aa607245c5.tar.gz
coreboot-49c4584669cb854a1108b4ad9ac286aa607245c5.tar.bz2
coreboot-49c4584669cb854a1108b4ad9ac286aa607245c5.zip
payloads/edk2: Update default branch for MrChromebox repo to 2023-09
Update the default branch used for MrChromebox's edk2 fork from 2023-06 to 2023-09. This updated branch has been rebased on the latest upstream stable tag (edk2-stable202308), and fixes some USB detection issues, as well the coreboot Kconfig for prefering internal or external boot devices. TEST=build/boot google boards link, panther, lulu,reef, ampton, akemi, banshee, zork, frostflow with edk2 payload selected. Change-Id: I7c5f9ae1ca4edd8211f55f4ecf2b3b495f473a43 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78136 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/edk2/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig
index 76c7a763f4c9..6c7d67f23c3f 100644
--- a/payloads/external/edk2/Kconfig
+++ b/payloads/external/edk2/Kconfig
@@ -81,7 +81,7 @@ config EDK2_REPOSITORY
config EDK2_TAG_OR_REV
string "Insert a commit's SHA-1 or a branch name"
- default "origin/uefipayload_202306" if EDK2_REPO_MRCHROMEBOX
+ default "origin/uefipayload_202309" if EDK2_REPO_MRCHROMEBOX
default "origin/universalpayload" if EDK2_UNIVERSAL_PAYLOAD
default "origin/master" if EDK2_REPO_OFFICIAL
default "" if EDK2_REPO_CUSTOM