aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-01-28 10:43:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-28 11:03:56 +0000
commitf9e24ddf8687ef0077e4686931cd30cbe0376a03 (patch)
tree6390d45036149e624cf4b1c1c58891e11a2df4f6 /src/mainboard
parent0df42f31b60b2aa78d6667841f2cdf7965e4fcd7 (diff)
mb/system76/oryp5: Fix up DSDT
We started depending on dsdt_top.asl in dsdt.asl but this newly added board wasn't adapted yet, so have it catch up. Change-Id: If00280a33fd9e5c3ef1b3d07c41e81ed18013714 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50021 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/system76/oryp5/dsdt.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/oryp5/dsdt.asl b/src/mainboard/system76/oryp5/dsdt.asl
index 3261c5994b..84059041d8 100644
--- a/src/mainboard/system76/oryp5/dsdt.asl
+++ b/src/mainboard/system76/oryp5/dsdt.asl
@@ -10,6 +10,7 @@ DefinitionBlock(
0x20110725 /* OEM revision */
)
{
+ #include <acpi/dsdt_top.asl>
#include <soc/intel/common/block/acpi/acpi/platform.asl>
#include <soc/intel/common/block/acpi/acpi/globalnvs.asl>
#include <cpu/intel/common/acpi/cpu.asl>