Skip to content

Commit

Permalink
Merged PR 1341: Changed gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntim…
Browse files Browse the repository at this point in the history
…eSupport default value to FALSE

Changed gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport default value to FALSE. This will prevent potential runtime type memory bucket size fluctuation in release builds.
  • Loading branch information
kuqin12 committed Jul 11, 2019
1 parent 17d4af0 commit 0ae5a44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MdeModulePkg/MdeModulePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,9 @@
# TRUE - Export HII data and configuration data.<BR>
# FALSE - Does not export HII data and configuration.<BR>
# @Prompt Enable export HII data and configuration to be used in OS runtime.
gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|TRUE|BOOLEAN|0x00010074
# MU_CHANGE: Default PcdHiiOsRuntimeSupport to FALSE
# gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|TRUE|BOOLEAN|0x00010074
gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE|BOOLEAN|0x00010074

## Indicates if PS2 mouse does a extended verification during start.
# Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>
Expand Down

0 comments on commit 0ae5a44

Please sign in to comment.