From 54e7ddd1cd18bcf965d2915070babc645509414a Mon Sep 17 00:00:00 2001 From: Krystian Hebel Date: Tue, 24 Sep 2024 15:55:08 +0200 Subject: [PATCH] capsule.sh: include CapsuleSplashDxe in capsules Change-Id: Ic746458cc867cd03d7a2211eece88bdbab496c5a Signed-off-by: Krystian Hebel --- capsule.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capsule.sh b/capsule.sh index 186c72adbca..fc0de48b97e 100755 --- a/capsule.sh +++ b/capsule.sh @@ -240,6 +240,9 @@ function make_subcommand() { cat > "$json_file" << EOF { "EmbeddedDrivers": [ + { + "Driver": "${edk_workspace}/Build/DasharoPayloadPkgX64/${build_type}_COREBOOT/X64/CapsuleSplashDxe.efi" + }, { "Driver": "${edk_workspace}/Build/DasharoPayloadPkgX64/${build_type}_COREBOOT/X64/FmpDxe.efi" }