mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Enable variable runtime cache by default
This change enables the variable runtime cache by default by setting gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache in MdeModulePkg.dec to TRUE. Cc: Dandan Bi <dandan.bi@intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
d511d6e0e7
commit
e07b7d024a
|
@ -651,7 +651,7 @@
|
|||
# TRUE - The UEFI variable runtime cache is enabled.<BR>
|
||||
# FALSE - The UEFI variable runtime cache is disabled.<BR>
|
||||
# @Prompt Enable the UEFI variable runtime cache.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE|BOOLEAN|0x00010039
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|TRUE|BOOLEAN|0x00010039
|
||||
|
||||
## Indicates if the statistics about variable usage will be collected. This information is
|
||||
# stored as a vendor configuration table into the EFI system table.
|
||||
|
|
Loading…
Reference in New Issue