summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
diff options
context:
space:
mode:
authorMarc Moisson-Franckhauser <marc.moisson-franckhauser@arm.com>2020-07-02 10:09:02 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-11 02:21:23 +0000
commitd4633b36b94f7b4a1f41901657cbbff452173d35 (patch)
tree54cdbcd11ea118708c53270fb5af829a37a03c0d /ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
parent856cf5abf701c148a07e21660feff5f8ccf7fb79 (diff)
downloadedk2-d4633b36b94f7b4a1f41901657cbbff452173d35.zip
edk2-d4633b36b94f7b4a1f41901657cbbff452173d35.tar.gz
edk2-d4633b36b94f7b4a1f41901657cbbff452173d35.tar.bz2
ShellPkg/AcpiView: PCCT Parser
Bugzilla: 3047 (https://bugzilla.tianocore.org/show_bug.cgi?id=3047) Create a new parser for the PCCT Table. The PCCT Table is used to describe how the OSPM can communicate with entities outside the platform. It describes which memory spaces correspond to which entity as well as a few of the needed information to handle the communications. This new PCCT parser dumps the values and names of the table fields. It also performs some validation on the table's fields. Signed-off-by: Marc Moisson-Franckhauser <marc.moisson-franckhauser@arm.com> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h')
-rw-r--r--ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h b/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
index 4f92596..0ebf79f 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
@@ -1,7 +1,7 @@
/** @file
Header file for ACPI table parser
- Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.
+ Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -11,7 +11,7 @@
/**
The maximum number of ACPI table parsers.
*/
-#define MAX_ACPI_TABLE_PARSERS 16
+#define MAX_ACPI_TABLE_PARSERS 32
/** An invalid/NULL signature value.
*/