summaryrefslogtreecommitdiffstats
path: root/src/mainboard/prodrive
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-10-03 23:07:36 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-10-05 04:01:40 +0000
commit6577ec4de4290d3adbf5fbdc31b09b38c09100cf (patch)
treef69116813072f021e38fbbafe9bfc19cfc2e6c8d /src/mainboard/prodrive
parentae63c1e013576c67e5b9959d9426246705dced44 (diff)
downloadcoreboot-6577ec4de4290d3adbf5fbdc31b09b38c09100cf.tar.gz
coreboot-6577ec4de4290d3adbf5fbdc31b09b38c09100cf.tar.bz2
coreboot-6577ec4de4290d3adbf5fbdc31b09b38c09100cf.zip
soc/intel/common/block/acpi: Factor out common platform.asl
This patch moves platform.asl into common block acpi directory to avoid duplicating the same ASL code block across SoC directory. TEST=Able to build and boot TGL, CNL and CML platform. 1) Dump and disassemble DSDT, verify _PIC method present inside common platform.asl is still there. 2) Verify no ACPI error seen while running 'dmesg` from console. Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I5189b03d6abfaec39882d28b40a9bfa002128be3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45982 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/prodrive')
-rw-r--r--src/mainboard/prodrive/hermes/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/hermes/dsdt.asl b/src/mainboard/prodrive/hermes/dsdt.asl
index 4d8d1709e86e..ef84928231b4 100644
--- a/src/mainboard/prodrive/hermes/dsdt.asl
+++ b/src/mainboard/prodrive/hermes/dsdt.asl
@@ -10,7 +10,7 @@ DefinitionBlock(
0x20110725 // OEM revision
)
{
- #include <soc/intel/cannonlake/acpi/platform.asl>
+ #include <soc/intel/common/block/acpi/acpi/platform.asl>
// global NVS and variables
#include <soc/intel/common/block/acpi/acpi/globalnvs.asl>