Revision: 18023
          http://sourceforge.net/p/edk2/code/18023
Author:   jljusten
Date:     2015-07-26 07:37:32 +0000 (Sun, 26 Jul 2015)
Log Message:
-----------
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 <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Heyi Guo <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/MdePkg.dec

Modified: trunk/edk2/MdePkg/MdePkg.dec
===================================================================
--- trunk/edk2/MdePkg/MdePkg.dec        2015-07-26 07:37:28 UTC (rev 18022)
+++ trunk/edk2/MdePkg/MdePkg.dec        2015-07-26 07:37:32 UTC (rev 18023)
@@ -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.


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to