summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2
AgeCommit message (Collapse)AuthorFilesLines
2024-12-17ShellPkg/AcpiView: RAS2 Parser - check validity of PCC CountCarsten Haitzler1-1/+16
This checks the number of PCC descriptor entries provided match the count set in the table, and if they don't indicate a warning. Signed-off-by: Carsten Haitzler <carsten.haitzler@foss.arm.com>
2024-10-04ShellPkg/AcpiView: RAS2 Parser - Remove unused defineCarsten Haitzler1-3/+0
Remove unused define from RAS2 parser Signed-off-by: Carsten Haitzler <carsten.haitzler@foss.arm.com>
2024-09-12ShellPkg/AcpiView: RAS2 ParserCarsten Haitzler1-0/+118
Add a new parser for the RAS2 Table as specified in ACPI6.5 Signed-off-by: Carsten Haitzler <carsten.haitzler@foss.arm.com>