Skip to content

Commit

Permalink
capsule.sh: include CapsuleSplashDxe in capsules
Browse files Browse the repository at this point in the history
Change-Id: Ic746458cc867cd03d7a2211eece88bdbab496c5a
Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Sep 26, 2024
1 parent 796fbe1 commit 54e7ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capsule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 54e7ddd

Please sign in to comment.