summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Add AcpiViewCommandLibTomas Pilar2020-06-301-1/+1
* ShellPkg/AcpiView: Refactor DumpAcpiTableToFileTomas Pilar2020-06-301-37/+1
* ShellPkg/AcpiView: Move parameter parsingTomas Pilar2020-06-301-205/+0
* ShellPkg/AcpiView: Move table count resetTomas Pilar2020-06-301-3/+5
* ShellPkg/AcpiView: Refactor configurationTomas Pilar2020-06-301-205/+32
* ShellPkg/AcpiView: Move log reset to main methodTomas Pilar2020-06-301-4/+4
* ShellPkg: acpiview: Check if SBBR mandatory ACPI tables are installedKrzysztof Koch2020-05-061-0/+22
* ShellPkg: acpiview: Add -r parameter for table requirements validationKrzysztof Koch2020-05-061-1/+81
* ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variablesShenglei Zhang2019-08-161-0/+10
* ShellPkg: acpiview: Make '-h' option not require a parameterKrzysztof Koch2019-07-021-27/+3
* ShellPkg: acpiview: Remove '-v' flag from allowed command line argsKrzysztof Koch2019-07-021-3/+0
* ShellPkg: acpiview: Allow disabling consistency checks (-q flag)Krzysztof Koch2019-07-021-2/+33
* ShellPkg: acpiview: Remove '/?' from valid command line flagsKrzysztof Koch2019-07-021-2/+1
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg/acpi: Code cleanup to pass static code checkerRuiyu Ni2018-08-061-0/+1
* ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi2018-06-111-22/+36
* ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi2018-06-111-22/+33
* ShellPkg: Add acpiview tool to dump ACPI tablesRuiyu Ni2018-04-231-0/+601