]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/UefiShellAcpiViewCommandLib: Change the note in uni
authorZhichao Gao <zhichao.gao@intel.com>
Fri, 22 Feb 2019 04:57:19 +0000 (12:57 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 13 Mar 2019 06:08:24 +0000 (23:08 -0700)
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1146

Add DSDT and SSDT description in the help information. Depend
on the implement of UefiShellAcpiViewCommandLib, the "acpiview"
command support to show all present type in the system not only
support the listed type in the help information. So change the
help information of this command.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni

index 0762eeba533f01e6e4656084ec108dea8bd7c58b..de2fb4106715a0fa2b1a34452168e1a457064175 100644 (file)
 "  1. The AcpiTable parameter can match any installed table type.\r\n"\r
 "     Tables without specific handling will be displayed as a raw hex dump (or\r\n"\r
 "     dumped to a file if -d is used).\r\n"\r
-"  2. Formatted display and checking is provided for these signature types:\r\n"\r
+"  2. -s option supports to display the specified AcpiTable type that is present\r\n"\r
+"     in the system. For normal type AcpiTable, it would display the data of the\r\n"\r
+"     AcpiTable and AcpiTable header. The following type may contain header type\r\n"\r
+"     other than AcpiTable header. The actual header can refer to the ACPI spec 6.2\r\n"\r
+"     Extra A. Particular types:\r\n"\r
 "       APIC  - Multiple APIC Description Table (MADT)\r\n"\r
 "       BGRT  - Boot Graphics Resource Table\r\n"\r
 "       DBG2  - Debug Port Table 2\r\n"\r
+"       DSDT  - Differentiated System Description Table\r\n"\r
 "       FACP  - Fixed ACPI Description Table (FADT)\r\n"\r
 "       GTDT  - Generic Timer Description Table\r\n"\r
 "       IORT  - IO Remapping Table\r\n"\r
@@ -87,6 +92,7 @@
 "       SLIT  - System Locality Information Table\r\n"\r
 "       SPCR  - Serial Port Console Redirection Table\r\n"\r
 "       SRAT  - System Resource Affinity Table\r\n"\r
+"       SSDT  - Secondary SystemDescription Table\r\n"\r
 "       XSDT  - Extended System Description Table\r\n"\r
 " \r\n"\r
 ".SH STANDARDS\r\n"\r