edk2: Rebase on edk2-stable202405

The following new edk2 options are set:

- BOOTSPLASH_IMAGE: Enable boot logo and add it to BGRT
- BOOT_MANAGER_ESCAPE: Use Esc instead of F2 to enter firmware setup
- SD_MMC_TIMEOUT: Reduce SD card timeout from 1s to 100ms
- SIO_BUS_ENABLE: Keep PS/2 keyboard working
- VARIABLE_SUPPORT: Set to emulated until coreboot SMMSTORE support is
  implemented

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-06-06 12:23:22 -06:00
parent b4bee5765e
commit 5cb29de51a
48 changed files with 232 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ pushd edk2 >/dev/null
-b "${BUILD_TYPE}" \
-t "${TOOLCHAIN}" \
-p "${PACKAGE}/${PACKAGE}.dsc" \
-DBUILD_ARCH=X64 \
"${@:2}"
cp -v \