audk/DynamicTablesPkg/Library/Acpi/Arm
Pierre Gondois 22873f58c4 DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h
Rework all the functions to to have a generic prototype:
 - First take take the resource data specific arguments.
   E.g.: for a Register(): the AddressSpace, BitWidth, ...
 - The penultimate parameter is a NameOpNode. The resource data
   created is appended to the ResourceTemplate() contained in the
   NameOpNode.
 - The last parameter is a pointer holding the created resource data.

A least one of the two last parameter must be provided. One of them can
be omitted. This generic interface allows to either:
 - Add the resource data to a NameOpNode. This is a common case for the
   Ssdt tables generator.
 - Get the created resource data and let the caller place it in an AML
   tree.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
2021-10-01 10:57:43 +00:00
..
AcpiDbg2LibArm DynamicTablesPkg: Set the Access size for the DBG2 table 2021-04-19 13:28:26 +00:00
AcpiFadtLibArm DynamicTablesPkg: Fix entry point param definition 2020-03-29 16:53:35 +00:00
AcpiGtdtLibArm DynamicTablesPkg: Remove redundant frame count check 2020-03-29 16:53:35 +00:00
AcpiIortLibArm DynamicTablesPkg: Fix issues reported by EDKII CI 2020-08-07 16:17:25 +00:00
AcpiMadtLibArm DynamicTablesPkg: Fix issues reported by EDKII CI 2020-08-07 16:17:25 +00:00
AcpiMcfgLibArm DynamicTablesPkg: Fix entry point param definition 2020-03-29 16:53:35 +00:00
AcpiPpttLibArm DynamicTablesPkg: PPTT: Fix uninitialized memory usage 2020-03-29 16:53:35 +00:00
AcpiRawLibArm DynamicTablesPkg: Fix entry point param definition 2020-03-29 16:53:35 +00:00
AcpiSpcrLibArm DynamicTablesPkg: Set the Access size for the SPCR table 2021-04-19 13:28:26 +00:00
AcpiSratLibArm DynamicTablesPkg: AcpiSratLibArm fix ECC error 2020-10-21 13:33:03 +00:00
AcpiSsdtCmn600LibArm DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h 2021-10-01 10:57:43 +00:00
AcpiSsdtSerialPortLibArm DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLib 2021-10-01 10:57:43 +00:00