summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg
AgeCommit message (Expand)AuthorFilesLines
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 Gondois2-0/+122
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 Jones2-34/+34
2021-10-05DynamicTablesPkg: Update FADT generator to ACPI 6.4Chris Jones1-52/+52
2021-10-01DynamicTablesPkg: Rework AmlResourceDataCodegen.c/hPierre Gondois4-214/+144
2021-10-01DynamicTablesPkg: Deprecate Crs specific methods in AmlLibPierre Gondois5-80/+371
2021-10-01DynamicTablesPkg: Update DynamicTablesPkg.ci.yamlPierre Gondois1-0/+29
2021-10-01DynamicTablesPkg: Use %a formatter in AmlDbgPrintPierre Gondois1-8/+8
2021-10-01DynamicTablesPkg: Add Configuration Manager Object parserSami Mujawar4-0/+763
2021-10-01DynamicTablesPkg: Add AmlGetEisaIdFromString() to AcpiHelperLibPierre Gondois2-0/+86
2021-10-01DynamicTablesPkg: Add HexFromAscii() to AcpiHelperLibPierre Gondois2-0/+46
2021-10-01DynamicTablesPkg: Rename single char input parameterPierre Gondois2-10/+12
2021-10-01DynamicTablesPkg: Update TableHelperLib.infPierre Gondois1-8/+3
2021-10-01DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLibPierre Gondois15-153/+212
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-19DynamicTablesPkg: Add access size to CM_ARM_SERIAL_PORT_INFOJoey Gouly1-0/+3
2021-04-13DynamicTablesPkg: Remove EArmObjExtendedInterruptInfoPierre Gondois1-2/+0
2021-04-13DynamicTablesPkg: Re-order GicItsIdentifierArray structPierre Gondois1-11/+11
2021-04-13DynamicTablesPkg: add validation for PcdNonBsaCompliant16550SerialHidJoey Gouly3-2/+113
2021-03-31DynamicTablesPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-0/+2
2021-02-15DynamicTablesPkg/AmlLib: Remove unused variablesPierre Gondois1-6/+1
2021-02-11DynamicTablesPkg: Add an override for 16550 HID in SSDTJoey Gouly3-4/+17
2021-02-11DynamicTablesPkg: Don't use gEfiMdeModulePkgTokenSpaceGuidJoey Gouly2-8/+10
2020-11-03DynamicTablesPkg: Add SSDT CMN-600 Table generatorPierre Gondois8-6/+943
2020-10-21DynamicTablesPkg: SsdtSerialPortFixupLib fix ECC errorsSami Mujawar1-9/+9
2020-10-21DynamicTablesPkg: AmlEncoding change debug macroSami Mujawar2-154/+154
2020-10-21DynamicTablesPkg: AmlLib\AmlDbgPrint fix ECC errorSami Mujawar8-30/+55
2020-10-21DynamicTablesPkg: AmlLib fix ECC errorsSami Mujawar10-19/+19
2020-10-21DynamicTablesPkg: AcpiSratLibArm fix ECC errorSami Mujawar1-2/+2
2020-10-21DynamicTablesPkg: SsdtSerialPortLibArm fix ECC errorSami Mujawar1-1/+5
2020-10-21DynamicTablesPkg: Fix order of assert checksSami Mujawar1-2/+2
2020-08-13DynamicTablesPkg: Add SSDT Serial port for DBG2Pierre Gondois2-70/+165
2020-08-13DynamicTablesPkg: Add SSDT Serial port for SPCRPierre Gondois2-62/+164
2020-08-13DynamicTablesPkg: SSDT Serial Port generatorPierre Gondois3-0/+406