summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-08DynamicTablesPkg: AML code generation to Return a NameStringPierre Gondois1-0/+181
2021-10-08DynamicTablesPkg: AML code generation for a MethodPierre Gondois1-0/+184
2021-10-08DynamicTablesPkg: AML code generation for a ResourceTemplatePierre Gondois1-0/+190
2021-10-08DynamicTablesPkg: Helper function to compute package lengthPierre Gondois2-2/+132
2021-10-08DynamicTablesPkg: AML code generation for a PackagePierre Gondois1-1/+80
2021-10-08DynamicTablesPkg: AML Code generation for Resource data EndTagPierre Gondois2-0/+156
2021-10-08DynamicTablesPkg: AML Code generation for Register()Pierre Gondois2-0/+136
2021-10-08DynamicTablesPkg: Make AmlNodeGetIntegerValue publicPierre Gondois2-3/+18
2021-10-08DynamicTablesPkg: Update error handling for node creationPierre Gondois2-7/+1
2021-10-08DynamicTablesPkg: Clear pointer in node creation fctsPierre Gondois4-10/+40