ShellPkg: Enahance 'dh' command to add more protocols decoding support

Adding EdidDiscovered, EdidActive protocol decode support a in 'dh' command.
Extending GraphicsOutput protocol decoding to list all supported GOP resolutions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
Tapan Shah
2016-04-22 09:32:26 -07:00
committed by Jaben Carsey
parent 599f004b27
commit cf6c1550cb
6 changed files with 267 additions and 10 deletions

View File

@@ -379,6 +379,15 @@
" GreenMask.......: %%H0x%08x%%N\r\n"
" BlueMask........: %%H0x%08x%%N\r\n"
#string STR_GOP_RES_LIST_MAIN #language en-US " Supported Resolution List\r\n"
#string STR_GOP_RES_LIST_ENTRY #language en-US " Resolution[%%H%d%%N]:\r\n"
" Res Hor.........: %%H0x%08x%%N\r\n"
" Res Ver.........: %%H0x%08x%%N\r\n"
#string STR_EDID_DISCOVERED_MAIN #language en-US " EDID Discovered Size : %%H0x%08x%%N\r\n"
#string STR_EDID_DISCOVERED_DATA #language en-US " EDID Discovered Data :\r\n"
#string STR_EDID_ACTIVE_MAIN #language en-US " EDID Active Size : %%H0x%08x%%N\r\n"
#string STR_EDID_ACTIVE_DATA #language en-US " EDID Active Data :\r\n"
#string STR_GET_SUPP_TYPES_FAILED #language en-US "Unable to get supported types - %%H%r%%N\r\n"
#string STR_SUPP_TYPE_HEADER #language en-US " Supported Information Types: \r\n"