From: Evan Lloyd evan.lloyd@arm.com
This patch set comprises a split version of the single patch previously submitted under the title "Platforms/ARM: Juno: Acpi - update SPCR to aslc." The split divides the change to aslC format from the update to use PCDs. Code is available at: https://github.com/EvanLloyd/OpenPlatformPkg/tree/SPCR_v3
Original Commit message was: Amend the Serial Port Console Redirection Table to enable (i.a.) Microsoft Windows Emergency Management Services (EMS) over the serial port.
This patch replaces the Spcr.asl file which described the SPCR table in TDL format with Spcr.aslc which allows more flexibility by way of permitting the use of PCDs. This means the serial port usage can be modified at build.
Evan Lloyd (1): Platforms/ARM/Juno: Use PCDs for SPCR info
Sami Mujawar (1): Platforms/ARM/Juno: Acpi - update SPCR to aslc.
Platforms/ARM/Juno/ArmJuno.dsc | 1 + Platforms/ARM/Juno/AcpiTables/AcpiTables.inf | 12 ++- Platforms/ARM/Juno/AcpiTables/Spcr.asl | 73 --------------- Platforms/ARM/Juno/AcpiTables/Spcr.aslc | 99 ++++++++++++++++++++ 4 files changed, 110 insertions(+), 75 deletions(-) delete mode 100644 Platforms/ARM/Juno/AcpiTables/Spcr.asl create mode 100644 Platforms/ARM/Juno/AcpiTables/Spcr.aslc