payloads/edk2: Update default branch for MrChromebox repo to 2024-08
Update the default branch used for MrChromebox's edk2 fork from 2023-09 to 2024-08. This updated branch has been rebased on the latest upstream stable tag (edk2-stable202408), and updates the EFI filesystem drivers which had been causing some issues with bootable USBs created using Rufus as it tried to unload the filesystem drivers and load its own. TEST=build/boot google boards link, panther, lulu, reef, ampton, akemi, banshee, zork, dewatt, frostflow with edk2 payload selected. Change-Id: I459b668345ed2a34e198e6a3d3a2da94b2940e69 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84293 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
13a4e4402b
commit
c6bd214055
1 changed files with 1 additions and 1 deletions
2
payloads/external/edk2/Kconfig
vendored
2
payloads/external/edk2/Kconfig
vendored
|
|
@ -86,7 +86,7 @@ config EDK2_REPOSITORY
|
|||
|
||||
config EDK2_TAG_OR_REV
|
||||
string "Insert a commit's SHA-1 or a branch name"
|
||||
default "origin/uefipayload_202309" if EDK2_REPO_MRCHROMEBOX
|
||||
default "origin/uefipayload_2408" if EDK2_REPO_MRCHROMEBOX
|
||||
default "origin/universalpayload" if EDK2_UNIVERSAL_PAYLOAD
|
||||
default "origin/master" if EDK2_REPO_OFFICIAL
|
||||
default "" if EDK2_REPO_CUSTOM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue