summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
diff options
context:
space:
mode:
authorJeshua Smith <jeshuas@nvidia.com>2022-11-03 18:14:26 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-02-02 02:49:33 +0000
commit558b37b49b2196e82f2e8f9da7939f755343e94a (patch)
tree36f3700952ee3e016144d575853ec0e0614f4d63 /ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
parentd375273c899bfa279c2732c509caf455af285006 (diff)
downloadedk2-558b37b49b2196e82f2e8f9da7939f755343e94a.tar.gz
edk2-558b37b49b2196e82f2e8f9da7939f755343e94a.tar.bz2
edk2-558b37b49b2196e82f2e8f9da7939f755343e94a.zip
ShellPkg/AcpiView: ERST Parser
Add a new parser for the Error Record Serialization Table. The ERST table describes how an OS can save and retrieve hardware error information to and from a persistent store. Signed-off-by: Jeshua Smith <jeshuas@nvidia.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf')
-rw-r--r--ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
index b03ec1a31b..a38965a4bf 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
@@ -1,6 +1,7 @@
## @file
# Provides Shell 'acpiview' command functions
#
+# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -32,6 +33,7 @@
Parsers/Bgrt/BgrtParser.c
Parsers/Dbg2/Dbg2Parser.c
Parsers/Dsdt/DsdtParser.c
+ Parsers/Erst/ErstParser.c
Parsers/Facs/FacsParser.c
Parsers/Fadt/FadtParser.c
Parsers/Gtdt/GtdtParser.c