audk/DynamicTablesPkg/Include
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
..
Library DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h 2021-10-01 10:57:43 +00:00
Protocol DynamicTablesPkg: Remove erroneous use of EFIAPI 2020-03-29 16:53:35 +00:00
AcpiTableGenerator.h DynamicTablesPkg: Add SSDT CMN-600 Table generator 2020-11-03 09:09:22 +00:00
ArmNameSpaceObjects.h DynamicTablesPkg: Add access size to CM_ARM_SERIAL_PORT_INFO 2021-04-19 13:28:26 +00:00
ConfigurationManagerHelper.h DynamicTablesPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:57 -07:00
ConfigurationManagerObject.h DynamicTablesPkg: Add dynamic PPTT table generation support 2019-06-11 08:36:18 +01:00
DeviceTreeTableGenerator.h DynamicTablesPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:57 -07:00
SmbiosTableGenerator.h DynamicTablesPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:57 -07:00
StandardNameSpaceObjects.h DynamicTablesPkg: Fix ACPI table rev field width 2020-03-29 16:53:35 +00:00
TableGenerator.h DynamicTablesPkg: Add dynamic PPTT table generation support 2019-06-11 08:36:18 +01:00