diff options
author | Heyi Guo <heyi.guo@linaro.org> | 2015-07-16 08:50:07 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-07-16 08:50:07 +0000 |
commit | 1df793b2e8f4c3a9e8bedc5aa8da2e5c4b2e4cb3 (patch) | |
tree | c804c5d3d077359d9f74663e2bda9201e5e2e8d8 | |
parent | 4c10f95344decc88816aaa705ace54d6e20733be (diff) | |
download | edk2-platforms-1df793b2e8f4c3a9e8bedc5aa8da2e5c4b2e4cb3.tar.xz |
MdePkg: Update comment for PcdDefaultTerminalType
Update comment for PcdDefaultTerminalType, as a new terminal type
TTYTERM has been added with type value of 4.
The new type is NOT defined in UEFI SPEC v2.5.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18023 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/MdePkg.dec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index bda6550ed6..598a6d07f4 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -2012,8 +2012,9 @@ # 1 - VT100<BR>
# 2 - VT100+<BR>
# 3 - UTF8<BR>
+ # 4 - TTYTERM, NOT defined in UEFI SPEC<BR>
# @Prompt Default Terminal Type.
- # @ValidRange 0x80000001 | 0 - 3
+ # @ValidRange 0x80000001 | 0 - 4
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
## Error level for hardware recorder.
|