From: Evan Lloyd evan.lloyd@arm.com
These updates modify the DBG2 table to AslC instead of TDL, and add PCDs to allow build time customisation.
Thee resultant code is available at: https://github.com/EvanLloyd/OpenPlatformPkg/tree/DBG2_v3
Evan Lloyd (2): Platforms/ARM/Juno: Acpi - update DBG2 to aslc. Platforms/ARM/Juno: Use PCDs for Acpi DBG2
Platforms/ARM/Juno/ArmJuno.dsc | 6 +- Platforms/ARM/Juno/AcpiTables/AcpiTables.inf | 4 +- Platforms/ARM/Juno/AcpiTables/Dbg2.asl | 72 --------------- Platforms/ARM/Juno/AcpiTables/Dbg2.aslc | 92 ++++++++++++++++++++ 4 files changed, 100 insertions(+), 74 deletions(-) delete mode 100644 Platforms/ARM/Juno/AcpiTables/Dbg2.asl create mode 100644 Platforms/ARM/Juno/AcpiTables/Dbg2.aslc