mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
4c10f95344
commit
1df793b2e8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue