summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg
AgeCommit message (Expand)AuthorFilesLines
2022-03-15DynamicTablesPkg: Fix serial port namespace path in DBG2Sami Mujawar1-3/+7
2022-02-02DynamicTablesPkg: Add AmlCodeGenMethodRetInteger functionRebecca Cran2-0/+206
2022-02-02DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturnRebecca Cran1-1/+1
2022-02-02DynamicTablesPkg: Add Memory32Fixed functionRebecca Cran2-0/+91
2022-02-01DynamicTablesPkg: AcpiSsdtPcieLibArm: Remove link device generationPierre Gondois2-288/+15
2022-02-01DynamicTablesPkg: AmlLib: AmlAddPrtEntry() to handle GSIPierre Gondois1-34/+55
2022-02-01DynamicTablesPkg: FdtHwInfoParserLib: Parse Pmu infoPierre Gondois2-4/+136
2022-02-01DynamicTablesPkg: Print specifier macro for CM_OBJECT_IDPierre Gondois1-1/+6
2021-12-14DynamicTablesPkg: Add DynamicPlatRepo libraryPierre Gondois4-0/+633
2021-12-14DynamicTablesPkg: DynamicPlatRepo: Add TokenMapperPierre Gondois2-0/+347
2021-12-14DynamicTablesPkg: DynamicPlatRepo: Add TokenFixerPierre Gondois2-0/+217
2021-12-14DynamicTablesPkg: DynamicPlatRepo: Add TokenGeneratorPierre Gondois2-0/+55
2021-12-14DynamicTablesPkg: Definition for DynamicPlatRepoLib interfacePierre Gondois2-0/+117
2021-12-14DynamicTablesPkg: Handle 16550_WITH_GAS idPierre Gondois1-1/+4
2021-12-14DynamicTablesPkg: Add FdtHwInfoParser libraryPierre Gondois5-1/+330
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add PCI config parserPierre Gondois2-0/+956
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add GIC dispatcherPierre Gondois2-0/+290
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add GICR parserPierre Gondois2-0/+285
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add ITS parserPierre Gondois2-0/+266
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add MSI Frame parserPierre Gondois2-0/+267
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add GICD parserPierre Gondois2-0/+221
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add GICC parserPierre Gondois2-0/+844
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add Serial port parserPierre Gondois2-0/+680
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Generic Timer ParserPierre Gondois2-0/+324
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add Boot Arch parserPierre Gondois2-0/+204
2021-12-14DynamicTablesPkg: FdtHwInfoParser: Add FDT utility functionsPierre Gondois2-0/+1381
2021-12-14DynamicTablesPkg: FdtHwInfoParser: CM Object descriptor helperPierre Gondois2-0/+437
2021-12-14DynamicTablesPkg: Definition for HwInfoParser interfacePierre Gondois2-0/+102
2021-12-13DynamicTablesPkg: Fix multiple objects parsingPierre Gondois1-1/+13
2021-12-13DynamicTablesPkg: SSDT Pci express generatorPierre Gondois6-0/+1717
2021-12-13DynamicTablesPkg: Add Pci related objectsPierre Gondois2-8/+112
2021-12-13DynamicTablesPkg: Add AmlAttachNode()Pierre Gondois2-0/+69
2021-12-13DynamicTablesPkg: AML Code generation to add _PRT entriesPierre Gondois2-0/+266
2021-12-13DynamicTablesPkg: AML Code generation to create a named ResourceTemplate()Pierre Gondois2-0/+84
2021-12-13DynamicTablesPkg: AML Code generation to create a named Package()Pierre Gondois2-0/+84
2021-12-13DynamicTablesPkg: AML Code generation for memory rangesPierre Gondois2-0/+1223
2021-12-10DynamicTablesPkg: Add CacheId to PPTT generatorChris Jones2-12/+97
2021-12-10DynamicTablesPkg: Update PPTT generator to ACPI 6.4Chris Jones1-22/+22
2021-12-10DynamicTablesPkg: Remove PPTT ID structure from ACPI 6.4 generatorChris Jones3-178/+3
2021-12-07DynamicTablesPkg: Apply uncrustify changesMichael Kubacki85-4805/+5357
2021-12-07DynamicTablesPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07DynamicTablesPkg: Change OPTIONAL keyword usage styleMichael D Kinney8-53/+53
2021-11-05DynamicTablesPkg: Add missing BaseStackCheckLib instanceMichael D Kinney1-1/+1
2021-10-20DynamicTablesPkg: Fix void pointer arithmeticPierre Gondois1-1/+1
2021-10-20DynamicTablesPkg: Fix unitialized variable useMoritz Fischer1-1/+1
2021-10-08DynamicTablesPkg: SSDT CPU topology and LPI state generatorPierre Gondois5-1/+1407
2021-10-08DynamicTablesPkg: Add CM_ARM_LPI_INFO objectPierre Gondois2-0/+103
2021-10-08DynamicTablesPkg: AML code generation to add an _LPI statePierre Gondois2-0/+530
2021-10-08DynamicTablesPkg: AML code generation for a _LPI objectPierre Gondois2-0/+177
2021-10-08DynamicTablesPkg: AML code generation for a Method returning a NSPierre Gondois2-0/+159