summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-47/+63
2020-06-30ShellPkg: Add AcpiViewCommandLibTomas Pilar1-1/+1
2020-06-30ShellPkg/AcpiView: Refactor DumpAcpiTableToFileTomas Pilar1-37/+1
2020-06-30ShellPkg/AcpiView: Move parameter parsingTomas Pilar1-205/+0
2020-06-30ShellPkg/AcpiView: Move table count resetTomas Pilar1-3/+5
2020-06-30ShellPkg/AcpiView: Refactor configurationTomas Pilar1-205/+32
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 Koch1-0/+22
2020-05-06ShellPkg: acpiview: Add -r parameter for table requirements validationKrzysztof Koch1-1/+81
2019-08-16ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variablesShenglei Zhang1-0/+10
2019-07-02ShellPkg: acpiview: Make '-h' option not require a parameterKrzysztof Koch1-27/+3
2019-07-02ShellPkg: acpiview: Remove '-v' flag from allowed command line argsKrzysztof Koch1-3/+0
2019-07-02ShellPkg: acpiview: Allow disabling consistency checks (-q flag)Krzysztof Koch1-2/+33
2019-07-02ShellPkg: acpiview: Remove '/?' from valid command line flagsKrzysztof Koch1-2/+1
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-0/+1
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi1-22/+36
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi1-22/+33
2018-04-23ShellPkg: Add acpiview tool to dump ACPI tablesRuiyu Ni1-0/+601