summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake
diff options
context:
space:
mode:
authorShuo Liu <shuo.liu@intel.com>2024-04-22 04:31:41 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-05-06 10:48:46 +0000
commit7b2b57b0b8ae451f80b97582cc6c86004aaab471 (patch)
tree51e0358849a5d81da6d9f74b31e1c688feed3630 /src/mainboard/ocp/deltalake
parent71814b0e5bedd01e6258afb26da72e28a49e0aae (diff)
soc/intel/xeon_sp/acpi: Refactor Xeon-SP ASL file location
soc/intel/xeon_sp/acpi/*.asl are actually used only by SKX and CPX platforms and not forward compatible to later SoC generations. Move them to soc/intel/xeon_sp/acpi/gen1/ for clean maintenance. TEST=Build and boot on intel/archercity CRB Change-Id: Ib060b123ab0fd761f00d9a0573e9b73d600ea9ef Signed-off-by: Shuo Liu <shuo.liu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82033 Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ocp/deltalake')
-rw-r--r--src/mainboard/ocp/deltalake/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/ocp/deltalake/dsdt.asl b/src/mainboard/ocp/deltalake/dsdt.asl
index c1e8beef69..844231991a 100644
--- a/src/mainboard/ocp/deltalake/dsdt.asl
+++ b/src/mainboard/ocp/deltalake/dsdt.asl
@@ -20,11 +20,11 @@ DefinitionBlock(
#include <cpu/intel/common/acpi/cpu.asl>
// CPX-SP ACPI tables
- #include <soc/intel/xeon_sp/acpi/uncore.asl>
+ #include <soc/intel/xeon_sp/acpi/gen1/uncore.asl>
// LPC related entries
Scope (\_SB.PC00)
{
- #include <soc/intel/xeon_sp/acpi/pch.asl>
+ #include <soc/intel/xeon_sp/acpi/gen1/pch.asl>
}
}