summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers
AgeCommit message (Expand)AuthorFilesLines
2020-12-11ShellPkg/AcpiView: PCCT ParserMarc Moisson-Franckhauser2-0/+648
2020-06-30ShellPkg/AcpiView: Refactor configurationTomas Pilar5-0/+5
2020-02-20ShellPkg: acpiview: Prevent infinite loop if structure length is 0Krzysztof Koch6-52/+47
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/UefiShellAcpiViewCommandLib: Fix FADT ParserAshish Singhal1-1/+1
2020-01-15ShellPkg: acpiview: Update SRAT parser to ACPI 6.3Krzysztof Koch1-6/+203
2019-12-05ShellPkg: acpiview: IORT Spec Rev D updatesSami Mujawar1-4/+9
2019-12-05ShellPkg: acpiview: Add support for parsing FACSSami Mujawar2-5/+156
2019-08-15ShellPkg/UefiShellAcpiViewCommandLib: Remove the variable "Index"Shenglei Zhang1-2/+0
2019-08-12ShellPkg: acpiview: SRAT: Prevent buffer overrunsKrzysztof Koch1-1/+13
2019-08-12ShellPkg: acpiview: PPTT: Prevent buffer overrunsKrzysztof Koch1-11/+27
2019-08-12ShellPkg: acpiview: MADT: Prevent buffer overrunsKrzysztof Koch1-1/+1
2019-08-12ShellPkg: acpiview: IORT: Prevent buffer overrunsKrzysztof Koch1-86/+105
2019-08-12ShellPkg: acpiview: GTDT: Prevent buffer overrunsKrzysztof Koch1-73/+78
2019-08-12ShellPkg: acpiview: DBG2: Prevent buffer overrunsKrzysztof Koch1-49/+92
2019-08-06ShellPkg/AcpiView: Fix IA32 link errorMichael D Kinney1-1/+1
2019-07-31ShellPkg: acpiview: IORT: Refactor PMCG node mapping count validationKrzysztof Koch1-9/+23
2019-07-31ShellPkg: acpiview: MADT: Split structure length validationKrzysztof Koch1-8/+22
2019-07-31ShellPkg: acpiview: SRAT: Minor code style enhancementsKrzysztof Koch1-1/+2
2019-07-31ShellPkg: acpiview: RSDP: Make code consistent with other parsersKrzysztof Koch1-2/+9
2019-07-31ShellPkg: acpiview: XSDT: Remove redundant ParseAcpi() callKrzysztof Koch1-14/+4
2019-07-31ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()Krzysztof Koch1-1/+1
2019-07-19ShellPkg: acpiview: DBG2: Remove redundant forward declarationsKrzysztof Koch1-46/+16
2019-07-19ShellPkg: acpiview: GTDT: Remove redundant forward declarationsKrzysztof Koch1-58/+33
2019-07-19ShellPkg: acpiview: IORT: Remove redundant forward declarationsKrzysztof Koch1-44/+14
2019-07-19ShellPkg: acpiview: MADT: Remove redundant forward declarationsKrzysztof Koch1-74/+44
2019-07-19ShellPkg: acpiview: SRAT: Remove redundant forward declarationsKrzysztof Koch1-46/+18
2019-07-19ShellPkg: acpiview: SPCR: Remove redundant forward declarationKrzysztof Koch1-59/+29
2019-07-19ShellPkg: acpiview: FADT: Remove redundant forward declarationsKrzysztof Koch1-79/+34
2019-07-19ShellPkg: acpiview: RSDP: Remove redundant forward declarationsKrzysztof Koch1-47/+17
2019-07-02ShellPkg: acpiview: Remove duplicate indentation in IORT parserKrzysztof Koch1-9/+9
2019-07-02ShellPkg: acpiview: Remove redundant IORT node types enumKrzysztof Koch1-22/+8
2019-07-02ShellPkg: acpiview: Make DBG2 output consistent with other tablesKrzysztof Koch1-1/+2
2019-07-02ShellPkg: acpiview: Improve PPTT table field validationKrzysztof Koch2-10/+130
2019-06-17ShellPkg: acpiview: ACPI 6.3 update for MADT parserKrzysztof Koch2-8/+118
2019-06-10ShellPkg/acpiview: GTDT updates for ACPI 6.3Pierre Gondois1-2/+4
2019-05-20ShellPkg: Display VENDOR_ID in ASCII when parsing PPTTKrzysztof Koch1-1/+1
2019-05-17ShellPkg/UefiShellAcpiViewCommandLib: Fix PPTT cache attributes validationKrzysztof Koch1-3/+0
2019-05-17ShellPkg: acpiview: Add GT Frame Number validation to GTDT parserKrzysztof Koch1-2/+45
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney15-105/+15
2019-01-29ShellPkg/UefiShellAcpiViewCommandLib: Fix VS tool chain build failureDandan Bi1-1/+1