summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib
AgeCommit message (Expand)AuthorFilesLines
2022-10-31ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5Pierre Gondois1-3/+3
2022-08-31ShellPkg: Adds Local APIC parser to AcpiViewAbdul Lateef Attar1-7/+67
2022-08-28Revert "ShellPkg: Adds Local APIC parser to AcpiView"Liming Gao1-67/+7
2022-08-24ShellPkg: Add revision check for DSDT Header on ArmEdward Pickup1-1/+17
2022-08-22ShellPkg: Adds Local APIC parser to AcpiViewAbdul Lateef Attar1-7/+67
2022-07-29ShellPkg: Acpiview: IORT parser update for IORT Rev E.d specSami Mujawar1-18/+212
2022-07-29ShellPkg: Acpiview: Abbreviate field names to preserve alignmentSami Mujawar1-5/+8
2022-03-28ShellPkg/AcpiView: PrintFormatter for FADT Flags fieldAbdul Lateef Attar2-56/+113
2022-03-28ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parserAbdul Lateef Attar2-0/+236
2022-02-07ShellPkg: Fix incorrect PPTT FlagName dereferenceChris Jones1-3/+3
2021-12-10ShellPkg: Add Cache ID to PPTT parserChris Jones1-15/+144
2021-12-10ShellPkg: Update Acpiview PPTT parser to ACPI 6.4Chris Jones2-51/+12
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki33-1837/+1974
2021-11-09ShellPkg: Add comment that ItemPtr is set after validationChris Jones1-1/+3
2021-10-21ShellPkg: Parse I/O APIC and x2APIC structureAbdul Lateef Attar1-0/+99
2021-10-08ShellPkg: Update Acpiview HMAT parser to ACPI spec version 6.4Chris Jones2-10/+11
2021-10-06ShellPkg: Add Type 5 PCC Subspace Structure parserChris Jones1-3/+55
2021-10-06ShellPkg: Update Acpiview PCCT parser to ACPI 6.4Chris Jones2-25/+25
2021-10-05ShellPkg: Update Acpiview GTDT parser to ACPI 6.4Chris Jones2-8/+8
2021-04-19ShellPkg: Rename Address Size to Access sizeJoey Gouly1-2/+2
2021-02-03ShellPkg/AcpiView: HMAT ParserMarc Moisson-Franckhauser5-0/+679
2021-01-08ShellPkg/Acpiview: AEST ParserMarc Moisson-Franckhauser5-1/+781
2020-12-11ShellPkg/AcpiView: PCCT ParserMarc Moisson-Franckhauser6-5/+679
2020-12-11ShellPkg/AcpiView: Fix field validator invocationSami Mujawar1-8/+7
2020-06-30ShellPkg: Add AcpiViewCommandLibTomas Pilar4-49/+3
2020-06-30ShellPkg/AcpiView: Refactor DumpAcpiTableToFileTomas Pilar3-38/+76
2020-06-30ShellPkg/AcpiView: Move parameter parsingTomas Pilar4-211/+240
2020-06-30ShellPkg/AcpiView: Move table count resetTomas Pilar1-3/+5
2020-06-30ShellPkg/AcpiView: Refactor configurationTomas Pilar12-315/+479
2020-06-30ShellPkg/AcpiView: Move log reset to main methodTomas Pilar1-4/+4
2020-05-06ShellPkg: acpiview: Check if SBBR mandatory ACPI tables are installedKrzysztof Koch2-0/+38
2020-05-06ShellPkg: acpiview: Add library for SBBR ACPI requirements validationKrzysztof Koch3-1/+318
2020-05-06ShellPkg: acpiview: Add -r parameter for table requirements validationKrzysztof Koch3-4/+136
2020-02-20ShellPkg: acpiview: Prevent infinite loop if structure length is 0Krzysztof Koch6-52/+47
2020-02-19ShellPkg: acpiview: Validate ACPI table 'Length' fieldKrzysztof Koch1-1/+19
2020-02-19ShellPkg: acpiview: Remove duplicate ACPI structure size definitionsKrzysztof Koch2-25/+5
2020-02-11ShellPkg: acpiview: DBG2: Validate global pointers before useKrzysztof Koch1-0/+43
2020-02-11ShellPkg: acpiview: GTDT: Validate global pointers before useKrzysztof Koch1-0/+37
2020-02-11ShellPkg: acpiview: IORT: Validate global pointers before useKrzysztof Koch1-0/+52
2020-02-11ShellPkg: acpiview: PPTT: Validate global pointers before useKrzysztof Koch1-0/+25
2020-02-11ShellPkg: acpiview: MADT: Validate global pointers before useKrzysztof Koch1-0/+13
2020-02-11ShellPkg: acpiview: SRAT: Validate global pointers before useKrzysztof Koch1-0/+13
2020-02-11ShellPkg: acpiview: SLIT: Validate System Locality countKrzysztof Koch1-5/+42
2020-02-11ShellPkg: acpiview: SLIT: Validate global pointer before useKrzysztof Koch1-2/+14
2020-02-11ShellPkg: acpiview: FADT: Validate global pointer before useKrzysztof Koch1-10/+11
2020-02-11ShellPkg: acpiview: RSDP: Validate global pointer before useKrzysztof Koch1-0/+12
2020-02-11ShellPkg: acpiview: Set ItemPtr to NULL for unprocessed table fieldsKrzysztof Koch1-1/+8
2020-02-11ShellPkg/UefiShellAcpiViewCommandLib: Fix FADT ParserAshish Singhal1-1/+1
2020-01-15ShellPkg: acpiview: Update SRAT parser to ACPI 6.3Krzysztof Koch3-6/+252
2019-12-05ShellPkg: acpiview: IORT Spec Rev D updatesSami Mujawar1-4/+9