diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-02 17:19:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:36:39 +0000 |
commit | 6c13b0427af47a1a0a901f103d6d619575673112 (patch) | |
tree | 66a6c3feeaa148302da779a40f48f8164a81c277 /src/mainboard/gigabyte | |
parent | 8195aa02f9f89ec18b3aefd895d917263821e30b (diff) |
mb/*/*{bd82x6x/ibexpreak}: Use sb/intel/common/acpi/platform.asl
Change-Id: I36095422559e6c160aa57f8907944faa4c192dee
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-h61m-s2pv/dsdt.asl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl b/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl index 387fd32958..8b81ebff61 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl +++ b/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl @@ -21,7 +21,7 @@ DefinitionBlock( 0x20141018 // OEM revision ) { - #include <southbridge/intel/bd82x6x/acpi/platform.asl> + #include <southbridge/intel/common/acpi/platform.asl> // Some generic macros #include "acpi/mainboard.asl" diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/dsdt.asl b/src/mainboard/gigabyte/ga-h61m-s2pv/dsdt.asl index 7ee12a08ee..b1ecdfd076 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/dsdt.asl +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/dsdt.asl @@ -31,7 +31,7 @@ DefinitionBlock( #include "acpi/superio.asl" #include "acpi/thermal.asl" #include <cpu/intel/common/acpi/cpu.asl> - #include <southbridge/intel/bd82x6x/acpi/platform.asl> + #include <southbridge/intel/common/acpi/platform.asl> /* global NVS and variables. */ #include <southbridge/intel/bd82x6x/acpi/globalnvs.asl> |