summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
diff options
context:
space:
mode:
authorKrzysztof Koch <krzysztof.koch@arm.com>2019-01-23 02:58:11 -0800
committerJaben Carsey <jaben.carsey@intel.com>2019-01-24 08:15:52 -0800
commitd4d2fdf2ab9f276e17ae3e0cdd099931e108a5cc (patch)
tree8838f11e10ebe6ba2f2877bf3edbaf5c12ff5c9e /ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
parent25290435a277c4f94a65a0b6213ad1e5b2c69a53 (diff)
downloadedk2-d4d2fdf2ab9f276e17ae3e0cdd099931e108a5cc.tar.gz
edk2-d4d2fdf2ab9f276e17ae3e0cdd099931e108a5cc.tar.bz2
edk2-d4d2fdf2ab9f276e17ae3e0cdd099931e108a5cc.zip
ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT
Added the acpiview parser for the PPTT table. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf')
-rw-r--r--ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
index 6df8c08b85..db06e7a066 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
@@ -1,7 +1,7 @@
## @file
# Provides Shell 'acpiview' command functions
#
-# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
+# Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -41,6 +41,7 @@
Parsers/Iort/IortParser.c
Parsers/Madt/MadtParser.c
Parsers/Mcfg/McfgParser.c
+ Parsers/Pptt/PpttParser.c
Parsers/Rsdp/RsdpParser.c
Parsers/Slit/SlitParser.c
Parsers/Spcr/SpcrParser.c