summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-24 06:21:49 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-24 06:21:49 +0000
commit588e3299201a4fa6d83004198b95127794adbc0e (patch)
tree9618f8f199904376fd400cc3968bfa4d9a1654ae /IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
parent0aa85c4a6bc040fdb85da96112172b68748cfd9c (diff)
downloadedk2-588e3299201a4fa6d83004198b95127794adbc0e.zip
edk2-588e3299201a4fa6d83004198b95127794adbc0e.tar.gz
edk2-588e3299201a4fa6d83004198b95127794adbc0e.tar.bz2
Refine comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8643 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec')
-rw-r--r--IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
index ff2242a..5e48c8d 100644
--- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
@@ -115,14 +115,14 @@
gEfiOEMBadgingProtocolGuid = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}
[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
## 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
- ## 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
## This PCD specifies whether StatusCode is loged into DataHub.