summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2021-12-13DynamicTablesPkg: Add AmlAttachNode()Pierre Gondois1-0/+36
2021-12-13DynamicTablesPkg: AML Code generation to add _PRT entriesPierre Gondois1-0/+214
2021-12-13DynamicTablesPkg: AML Code generation to create a named ResourceTemplate()Pierre Gondois1-0/+56
2021-12-13DynamicTablesPkg: AML Code generation to create a named Package()Pierre Gondois1-0/+56
2021-12-13DynamicTablesPkg: AML Code generation for memory rangesPierre Gondois1-0/+951
2021-12-10DynamicTablesPkg: Add CacheId to PPTT generatorChris Jones1-11/+94
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 Jones2-156/+2
2021-12-07DynamicTablesPkg: Apply uncrustify changesMichael Kubacki66-4243/+4750
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 Kinney7-40/+40
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 Gondois3-0/+1395
2021-10-08DynamicTablesPkg: Add CM_ARM_LPI_INFO objectPierre Gondois1-0/+35
2021-10-08DynamicTablesPkg: AML code generation to add an _LPI statePierre Gondois1-0/+459
2021-10-08DynamicTablesPkg: AML code generation for a _LPI objectPierre Gondois1-0/+133
2021-10-08DynamicTablesPkg: AML code generation for a Method returning a NSPierre Gondois1-0/+106
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
2021-10-08DynamicTablesPkg: Set EndTag's Checksum if RdList is modifiedPierre Gondois2-45/+34
2021-10-08DynamicTablesPkg: Add AmlSetRdListCheckSum()Pierre Gondois2-0/+108
2021-10-08DynamicTablesPkg: Add AmlRdSetEndTagChecksum()Pierre Gondois2-0/+54
2021-10-08DynamicTablesPkg: Add AddSsdtAcpiHeader()Pierre Gondois1-0/+87
2021-10-08DynamicTablesPkg: Add missing parameter checkPierre Gondois1-0/+2
2021-10-08DynamicTablesPkg: Remove unnecessary includesPierre Gondois3-6/+0
2021-10-05DynamicTablesPkg: Rename SBSA generic watchdogChris Jones1-30/+30
2021-10-05DynamicTablesPkg: Update FADT generator to ACPI 6.4Chris Jones1-52/+52
2021-10-01DynamicTablesPkg: Rework AmlResourceDataCodegen.c/hPierre Gondois3-190/+124
2021-10-01DynamicTablesPkg: Deprecate Crs specific methods in AmlLibPierre Gondois4-52/+210
2021-10-01DynamicTablesPkg: Use %a formatter in AmlDbgPrintPierre Gondois1-8/+8
2021-10-01DynamicTablesPkg: Add Configuration Manager Object parserSami Mujawar3-0/+753
2021-10-01DynamicTablesPkg: Add AmlGetEisaIdFromString() to AcpiHelperLibPierre Gondois1-0/+69
2021-10-01DynamicTablesPkg: Add HexFromAscii() to AcpiHelperLibPierre Gondois1-0/+31
2021-10-01DynamicTablesPkg: Rename single char input parameterPierre Gondois1-7/+8
2021-10-01DynamicTablesPkg: Update TableHelperLib.infPierre Gondois1-8/+3
2021-10-01DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLibPierre Gondois10-103/+145
2021-06-02DynamicTablesPkg: Use AML_NAME_SEG_SIZE definePierre Gondois3-12/+5
2021-04-19DynamicTablesPkg: Set the Access size for the DBG2 tableJoey Gouly1-1/+23
2021-04-19DynamicTablesPkg: Set the Access size for the SPCR tableJoey Gouly1-1/+21
2021-04-13DynamicTablesPkg: add validation for PcdNonBsaCompliant16550SerialHidJoey Gouly2-1/+76
2021-02-15DynamicTablesPkg/AmlLib: Remove unused variablesPierre Gondois1-6/+1