diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-05 05:35:16 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-05 05:35:16 +0000 |
commit | 3ffdf7c5e2f02a88a8eb104a62e43e73099cf11c (patch) | |
tree | 109d673f972af0abd7e6ee9d192ecfbc6f3a2c19 /MdePkg | |
parent | 39eb632ebb203c58aa6dc7f90ea599356387afb4 (diff) | |
download | edk2-platforms-3ffdf7c5e2f02a88a8eb104a62e43e73099cf11c.tar.xz |
Rename PcdDefaultTerminalType to PcdUartDefaultTerminalType based on Mde Library spec 0.61m-4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6857 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 8c4ccb33e4..a722ac430b 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -539,7 +539,7 @@ ## Indicates the usable type of terminal
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
- gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultTerminalType|0|UINT8|0x00000024
## Status code value for indicating the handoff from Pei phase to Dxe phase
# EFI_SOFTWARE_PEI_MODULE | EFI_SW_PEI_CORE_PC_HANDOFF_TO_NEXT
@@ -610,7 +610,7 @@ ## Indicates the usable type of terminal
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
- gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultTerminalType|0|UINT8|0x00000024
## Indicates the allowable maximum number in extract handler table
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10|UINT32|0x00000025
@@ -642,7 +642,7 @@ ## Indicates the usable type of terminal
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
- gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultTerminalType|0|UINT8|0x00000024
## This value is used to set the base address of pci express hierarchy
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000|UINT64|0x0000000a
|