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>
This commit is contained in:
committed by
Jaben Carsey
parent
25290435a2
commit
d4d2fdf2ab
@ -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
|
||||
|
Reference in New Issue
Block a user