Skip to content

EDK II Release Notes

Star Zeng edited this page Feb 19, 2019 · 36 revisions

edk2-stable201903 tag

New Features

Uncyclo

Update Notes

  1. Use ShellPkg in Platform DSC/FDF to replace EdkShellBinPkg, because EdkShellBinPkg is removed.
  2. Remove the using of PcdPeiCoreMaxFvSupported, PcdPeiCoreMaxPeimPerFv and PcdPeiCoreMaxPpiSupported in platform code as they have been removed for Bug 1405.
  3. Remove the using of EmuVariableRuntimeDxe and use the merged Variable driver instead like below as EmuVariableRuntimeDxe has been removed for Bug 1323.

MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf }

Clone this wiki locally