UefiPayloadPkg: Update APRIORI
Make sure that: * FaultTolerantDxe is started before VariableRuntimeDxe This ensures that FailedTolerantPei is not required and faults when writing the variable store are discovered * SMBUSConfigLoader is started right after VariableRuntimeDxe This ensured that the board specific variables are updated as soon as possible * Start SmbiosDxe and BlSupportDxeSmbios early to install board specific NULL protocols * Start SecureBootConfigDxe right after VariableRuntimeDxe to update SecureBootKeys before Tcg2Dxe starts Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
committed by
Tim Crawford
parent
654e5958cd
commit
bf2ca74bb6
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiTcgProtocolGuid ## CONSUMES
|
gEfiTcgProtocolGuid ## CONSUMES
|
||||||
gEfiVariableWriteArchProtocolGuid ## NOTIFY
|
gEfiVariableWriteArchProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
AFTER gEfiVariableWriteArchProtocolGuid
|
TRUE
|
Reference in New Issue
Block a user