audk/DynamicTablesPkg/Library/Common/AmlLib
Pierre Gondois 69ddfee1c3 DynamicTablesPkg: Add AmlAttachNode()
This function allows to add a node as the last node of a parent node
in an AML tree. For instance,
ASL code corresponding to NewNode:
  Name (_UID, 0)

ASL code corresponding to ParentNode:
  Device (PCI0) {
    Name(_HID, EISAID("PNP0A08"))
  }

"AmlAttachNode (ParentNode, NewNode)" will result in:
ASL code:
  Device (PCI0) {
    Name(_HID, EISAID("PNP0A08"))
    Name (_UID, 0)
  }

To: Sami Mujawar <sami.mujawar@arm.com>
To: Alexei Fedorov <Alexei.Fedorov@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2021-12-13 12:48:42 +00:00
..
AmlDbgPrint DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AmlEncoding DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Api DynamicTablesPkg: Add AmlAttachNode() 2021-12-13 12:48:42 +00:00
CodeGen DynamicTablesPkg: AML Code generation to add _PRT entries 2021-12-13 12:48:42 +00:00
NameSpace DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Parser DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ResourceData DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Serialize DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Stream DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
String DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tree DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Utils DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AmlCoreInterface.h DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AmlDefines.h DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AmlInclude.h DynamicTablesPkg: AmlLib definitions 2020-08-13 18:00:06 +00:00
AmlLib.inf DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLib 2021-10-01 10:57:43 +00:00
AmlNodeDefines.h DynamicTablesPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00