From 895f01b1b12708026795d584976805297aecf7b5 Mon Sep 17 00:00:00 2001 From: Pranav Madhu Date: Tue, 13 Apr 2021 00:03:25 +0530 Subject: Platform/Sgi: include SSDT table for RD-V1 platform Ssdt ACPI table in SgiPkg describes the PCIe controller and the root complex resources. Include this table for RD-V1 and RD-V1-MC platforms. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf | 1 + Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf b/Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf index a5f936b8..583ffac7 100644 --- a/Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf +++ b/Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf @@ -24,6 +24,7 @@ RdV1/Dsdt.asl RdV1/Madt.aslc Spcr.aslc + Ssdt.asl [Packages] ArmPkg/ArmPkg.dec diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf b/Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf index 04edfc48..d0d94730 100644 --- a/Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf +++ b/Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf @@ -26,6 +26,7 @@ RdV1Mc/Madt.aslc RdV1Mc/Srat.aslc Spcr.aslc + Ssdt.asl [Packages] ArmPkg/ArmPkg.dec -- cgit v1.2.3