]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.uni
index d01fee4e4d2a612c82e5b09e1e9f348230d07de6..e4a9dd5b4021cdea48c214d4f3db9dc8c5d6e103 100644 (file)
@@ -1,6 +1,6 @@
 // /**\r
 //\r
-// Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.<BR>\r
+// Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>\r
 // SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // Module Name:\r
 "Display ACPI Table information.\r\n"\r
 ".SH SYNOPSIS\r\n"\r
 " \r\n"\r
-"ACPIVIEW [[-?] | [[-l] | [-s AcpiTable [-d]]] [-c] [-v] [-h Highlight]]\r\n"\r
+"ACPIVIEW [[-?] | [[[[-l] | [-s AcpiTable [-d]]] [-q] [-h]] [-r Spec]]]\r\n"\r
 " \r\n"\r
 ".SH OPTIONS\r\n"\r
 " \r\n"\r
 "  -l - Display list of installed ACPI Tables.\r\n"\r
-"  -s - Display only the specified AcpiTable type.\r\n"\r
+"  -s - Display only the specified AcpiTable type and only support single\r\n"\r
+"       invocation option.\r\n"\r
 "         AcpiTable    : The required ACPI Table type.\r\n"\r
 "  -d - Generate a binary file dump of the specified AcpiTable.\r\n"\r
-"  -c - Consistency checking (enabled by default).\r\n"\r
-"  -v - Display verbose data (enabled by default).\r\n"\r
-"  -h - Enable/Disable Colour Highlighting.\r\n"\r
-"         Highlight    : TRUE/ON enables highlighting;\r\n"\r
-"                        FALSE/OFF (default) disables highlighting.\r\n"\r
+"  -q - Quiet. Suppress errors and warnings. Disables consistency checks.\r\n"\r
+"  -h - Enable colour highlighting.\r\n"\r
+"  -r - Validate that all required ACPI tables are installed\r\n"\r
+"         Spec  : Specification to validate against.\r\n"\r
+"                 For Arm, the possible values are:\r\n"\r
+"                   0 - Server Base Boot Requirements v1.0\r\n"\r
+"                   1 - Server Base Boot Requirements v1.1\r\n"\r
+"                   2 - Server Base Boot Requirements v1.2\r\n"\r
 "  -? - Show help.\r\n"\r
 " \r\n"\r
 ".SH DESCRIPTION\r\n"\r
 " \r\n"\r
 "  This program is provided to allow examination of ACPI table values from the\r\n"\r
-"  UEFI Shell.  This can help with investigations, especially at that stage where\r\n"\r
-"  the tables are not enabling an OS to boot.\r\n"\r
+"  UEFI Shell.  This can help with investigations, especially at that stage\r\n"\r
+"  where the tables are not enabling an OS to boot.\r\n"\r
 "  The program is not exhaustive, and only encapsulates detailed knowledge of a\r\n"\r
 "  limited number of table types.\r\n"\r
 " \r\n"\r
 "  Default behaviour is to display the content of all tables installed.\r\n"\r
 "  'Known' table types (listed in NOTES below) will be parsed and displayed\r\n"\r
-"  with descriptions and field values.  Where appropriate a degree of consistency\r\n"\r
-"  checking is done and errors may be reported in the output.\r\n"\r
+"  with descriptions and field values.  Where appropriate a degree of\r\n"\r
+"  consistency checking is done and errors may be reported in the output.\r\n"\r
 "  Other table types will be displayed as an array of Hexadecimal bytes.\r\n"\r
 " \r\n"\r
 "  To facilitate debugging, the -s and -d options can be used to generate a\r\n"\r
 "  binary file image of a table that can be copied elsewhere for investigation\r\n"\r
-"  using tools such as those provided by acpica.org.  This is especially relevant\r\n"\r
-"  for AML type tables like DSDT and SSDT.\r\n"\r
+"  using tools such as those provided by acpica.org.  This is especially\r\n"\r
+"  relevant for AML type tables like DSDT and SSDT.\r\n"\r
 " \r\n"\r
 "NOTES:\r\n"\r
 "  1. The AcpiTable parameter can match any installed table type.\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
+"     other than AcpiTable header. The actual header can refer to the ACPI spec\r\n"\r
+"     6.2\r\n"\r
 "     Extra A. Particular types:\r\n"\r
+"       AEST  - Arm Error Source Table\r\n"\r
 "       APIC  - Multiple APIC Description Table (MADT)\r\n"\r
+"       APMT  - Arm Performance Monitoring Unit Table\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
+"       HMAT  - Heterogeneous Memory Attributes Table\r\n"\r
 "       IORT  - IO Remapping Table\r\n"\r
 "       MCFG  - Memory Mapped Config Space Base Address Description Table\r\n"\r
 "       PPTT  - Processor Properties Topology Table\r\n"\r
 "  Interface Specification' Version 6.2 Errata A, [September 2017]\r\n"\r
 "  (http://www.uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf)\r\n"\r
 " \r\n"\r
-"  NOTE: The nature of the ACPI standard means that almost all tables in 6.1 will\r\n"\r
-"        be 'backwards compatible' with prior version of the specification in\r\n"\r
-"        terms of structure, so formatted output should be correct.  The main\r\n"\r
+"  NOTE: The nature of the ACPI standard means that almost all tables in 6.1\r\n"\r
+"        will be 'backwards compatible' with prior version of the specification\r\n"\r
+"        in terms of structure, so formatted output should be correct.  The main\r\n"\r
 "        exception will be that previously 'reserved' fields will be reported\r\n"\r
 "        with new names, where they have been added in later versions of the\r\n"\r
 "        specification.\r\n"\r
 "  * To display contents of all ACPI tables:\r\n"\r
 "    fs0:\> acpiview\r\n"\r
 " \r\n"\r
+"  * To check if all Server Base Boot Requirements (SBBR) v1.2 mandatory\r\n"\r
+"    ACPI tables are installed (Arm only):\r\n"\r
+"    fs0:\> acpiview -r 2\r\n"\r
+" \r\n"\r
 ".SH RETURNVALUES\r\n"\r
 " \r\n"\r
 "RETURN VALUES:\r\n"\r