mirror of https://github.com/acidanthera/audk.git
MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14867 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
96d6d004aa
commit
4f266fe15c
|
@ -380,7 +380,7 @@
|
||||||
# It can be disabled to save size.<BR><BR>
|
# It can be disabled to save size.<BR><BR>
|
||||||
# TRUE - Pcd Info Ppi and Protocol will be produced.<BR>
|
# TRUE - Pcd Info Ppi and Protocol will be produced.<BR>
|
||||||
# FALSE - Pcd Info Ppi and Protocol will not be produced.<BR>
|
# FALSE - Pcd Info Ppi and Protocol will not be produced.<BR>
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPcdInfoGeneration|TRUE|BOOLEAN|0x0001001C
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPcdInfoGeneration|FALSE|BOOLEAN|0x0001001C
|
||||||
|
|
||||||
## Indicate whether platform can support update capsule across a system reset
|
## Indicate whether platform can support update capsule across a system reset
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE|BOOLEAN|0x0001001d
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE|BOOLEAN|0x0001001d
|
||||||
|
|
Loading…
Reference in New Issue