MdeModulePkg: Add a pcd to set the OS indications bit
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1678 Add a pcd PcdPlatformRecoverySupport to conditionally set an OS indications bit and set the 'PlatformRecovery####' variable. This pcd would also control whether the BDS support platform recovery or not. Update the uni file to add the prompt and help string base on the description in dec file. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Turner <Michael.Turner@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
@ -1666,6 +1666,12 @@
|
||||
# @Prompt Reset on memory type information change.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE|BOOLEAN|0x00010056
|
||||
|
||||
## Indicates if the BDS supports Platform Recovery.<BR><BR>
|
||||
# TRUE - BDS supports Platform Recovery.<BR>
|
||||
# FALSE - BDS does not support Platform Recovery.<BR>
|
||||
# @Prompt Support Platform Recovery.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformRecoverySupport|TRUE|BOOLEAN|0x00010078
|
||||
|
||||
## Specify the foreground color for Subtile text in HII Form Browser. The default value is EFI_BLUE.
|
||||
# Only following values defined in UEFI specification are valid:<BR><BR>
|
||||
# 0x00 (EFI_BLACK)<BR>
|
||||
|
Reference in New Issue
Block a user