From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=zhichao.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E8131211CD613 for ; Thu, 21 Feb 2019 20:57:22 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2019 20:57:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,398,1544515200"; d="scan'208";a="322449182" Received: from gaozhic-mobl.ccr.corp.intel.com ([10.239.196.114]) by fmsmga005.fm.intel.com with ESMTP; 21 Feb 2019 20:57:20 -0800 From: Zhichao Gao To: edk2-devel@lists.01.org Cc: Ray Ni , Jaben Carsey , Liming Gao Date: Fri, 22 Feb 2019 12:57:19 +0800 Message-Id: <20190222045719.244-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH 1/2] ShellPkg/UefiShellAcpiViewCommandLib: Add a description in uni X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 04:57:23 -0000 BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1146 Add DSDT and SSDT description in the help information. Add a note to clarify the use of -s option with indicated AcpiTable type parameter. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhichao Gao Cc: Ray Ni Cc: Jaben Carsey Cc: Liming Gao --- .../UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni index 0762eeba53..183f761644 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni @@ -78,6 +78,7 @@ " APIC - Multiple APIC Description Table (MADT)\r\n" " BGRT - Boot Graphics Resource Table\r\n" " DBG2 - Debug Port Table 2\r\n" +" DSDT - Differentiated System Description Table\r\n" " FACP - Fixed ACPI Description Table (FADT)\r\n" " GTDT - Generic Timer Description Table\r\n" " IORT - IO Remapping Table\r\n" @@ -87,7 +88,12 @@ " SLIT - System Locality Information Table\r\n" " SPCR - Serial Port Console Redirection Table\r\n" " SRAT - System Resource Affinity Table\r\n" +" SSDT - Secondary SystemDescription Table\r\n" " XSDT - Extended System Description Table\r\n" +" 3. -s option supports to display the specified AcpiTable type that presents\r\n" +" in the system. The type which is not in the above list would only display\r\n" +" the data and the ACPI table header of it. The type in the above list may\r\n" +" display as the ACPI spec defined, such as the info of RSDP.\r\n" " \r\n" ".SH STANDARDS\r\n" " \r\n" -- 2.16.2.windows.1