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:
Patrick Rudolph
2021-02-03 13:25:45 +01:00
committed by Tim Crawford
parent 654e5958cd
commit bf2ca74bb6

View File

@@ -48,7 +48,7 @@
[Protocols]
gEfiTcgProtocolGuid ## CONSUMES
gEfiVariableWriteArchProtocolGuid ## NOTIFY
gEfiVariableWriteArchProtocolGuid ## CONSUMES
[Depex]
AFTER gEfiVariableWriteArchProtocolGuid
TRUE