summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-01ShellPkg: acpiview: Add routines to print reserved fieldsRohit Mathew1-0/+126
2024-08-01ShellPkg: acpiview: Add routine to print 16 charsRohit Mathew1-0/+39
2024-08-01ShellPkg/AcpiView: Update print-formatter prototypeRohit Mathew1-8/+20
2024-08-01ShellPkg/AcpiView: Update field-validator prototypeRohit Mathew1-3/+11
2022-03-28ShellPkg/AcpiView: PrintFormatter for FADT Flags fieldAbdul Lateef Attar1-1/+1
2022-03-28ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parserAbdul Lateef Attar1-0/+188
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-88/+102
2021-04-19ShellPkg: Rename Address Size to Access sizeJoey Gouly1-2/+2
2020-12-11ShellPkg/AcpiView: Fix field validator invocationSami Mujawar1-8/+7
2020-06-30ShellPkg/AcpiView: Refactor configurationTomas Pilar1-0/+1
2020-02-19ShellPkg: acpiview: Remove duplicate ACPI structure size definitionsKrzysztof Koch1-4/+4
2020-02-11ShellPkg: acpiview: Set ItemPtr to NULL for unprocessed table fieldsKrzysztof Koch1-1/+8
2020-01-15ShellPkg: acpiview: Update SRAT parser to ACPI 6.3Krzysztof Koch1-0/+33
2019-08-19ShellPkg/UefiShellAcpiViewCommandLib: Replace shift logical leftShenglei Zhang1-1/+1
2019-08-16ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variablesShenglei Zhang1-0/+8
2019-07-31ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()Krzysztof Koch1-11/+15
2019-07-02ShellPkg: acpiview: Allow disabling consistency checks (-q flag)Krzysztof Koch1-2/+4
2019-07-02ShellPkg: acpiview: Fix '\n\n' printing in Table Checksum reportingKrzysztof Koch1-4/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-06ShellPkg/acpi: Code cleanup to pass static code checkerRuiyu Ni1-1/+1
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi1-1/+1
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi1-1/+1
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi1-16/+28
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi1-56/+74
2018-04-23ShellPkg: Add acpiview tool to dump ACPI tablesRuiyu Ni1-0/+662