mirror of https://github.com/acidanthera/audk.git
Refine comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8643 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0aa85c4a6b
commit
588e329920
|
@ -115,14 +115,14 @@
|
||||||
gEfiOEMBadgingProtocolGuid = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}
|
gEfiOEMBadgingProtocolGuid = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}
|
||||||
|
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
## This PCD specifies whether StatusCode is reported to Serial port.
|
## This PCD specifies whether StatusCode is reported via Serial port.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE|BOOLEAN|0x00010022
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE|BOOLEAN|0x00010022
|
||||||
|
|
||||||
## This PCD specifies whether StatusCode is stored in memory.
|
## This PCD specifies whether StatusCode is stored in memory.
|
||||||
# Pei Phase Memory is boot time memory. Dxe Phase memory is runtime memory.
|
# The memory is boot time memory in PEI Phase and is runtime memory in DXE Phase.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE|BOOLEAN|0x00010023
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE|BOOLEAN|0x00010023
|
||||||
|
|
||||||
## This PCD specifies whether StatusCode is reported to OEM device.
|
## This PCD specifies whether StatusCode is reported via OEM device.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE|BOOLEAN|0x00010024
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE|BOOLEAN|0x00010024
|
||||||
|
|
||||||
## This PCD specifies whether StatusCode is loged into DataHub.
|
## This PCD specifies whether StatusCode is loged into DataHub.
|
||||||
|
|
Loading…
Reference in New Issue