summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Agdi
AgeCommit message (Collapse)AuthorFilesLines
2026-07-03ShellPkg/Acpiview: Make reserved-field validation commonSami Mujawar1-25/+2
Move the reserved-field validators from MpamParser.c into AcpiParser.c and expose them through AcpiParser.h so they can be reused by multiple Acpiview parsers. Update the AGDI, MPAM and WSMT parsers to use the common helpers for byte-length and bit-length reserved fields. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2025-09-29ShellPkg: add support for AGDI table in acpiviewSughosh Ganu1-0/+154
The AGDI table is a Global Diagnostic Dump and Reset Interface table defined by Arm. Add support for dumping the table contents in the acpiview command. Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>