aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ocp
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2020-11-03 09:55:02 -0700
committerMarc Jones <marc@marcjonesconsulting.com>2020-11-07 16:28:54 +0000
commitd13d7c27353cade44f0718d956f2689aa5d4f391 (patch)
treeb8ad27f6dd0f38e601b56c1eb4b1595883a0b32f /src/mainboard/ocp
parent092245dfbbf574cd9a3ea101fd77f6aa010ffd46 (diff)
mainboard/ocp/deltalake: Use xeon_sp pch.asl
Use the xeon_sp pch.asl to pickup the common block lpc.asl. This allows deltalake to pick up any general pch asl updates. Currently, generates the same asl. Change-Id: I5005032b030d288fdf5ca2f99d21fe8e6c752037 Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47304 Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ocp')
-rw-r--r--src/mainboard/ocp/deltalake/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ocp/deltalake/dsdt.asl b/src/mainboard/ocp/deltalake/dsdt.asl
index 6afd4cb74f..1541134e72 100644
--- a/src/mainboard/ocp/deltalake/dsdt.asl
+++ b/src/mainboard/ocp/deltalake/dsdt.asl
@@ -24,6 +24,6 @@ DefinitionBlock(
// LPC related entries
Scope (\_SB.PC00)
{
- #include <soc/intel/common/block/acpi/acpi/lpc.asl>
+ #include <soc/intel/xeon_sp/acpi/pch.asl>
}
}