UefiPayloadPkg: Enable ESRT

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-10-25 12:11:10 -06:00
parent 88f5720e16
commit 2b549700ac
2 changed files with 12 additions and 0 deletions

View File

@@ -706,6 +706,12 @@
} }
!endif !endif
#
# Firmware update
#
MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
#------------------------------ #------------------------------
# Build the shell # Build the shell
#------------------------------ #------------------------------

View File

@@ -278,6 +278,12 @@ INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
} }
!endif !endif
#
# Firmware update
#
INF MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
INF MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
# #
# Shell # Shell
# #