summaryrefslogtreecommitdiffstats
path: root/src/mainboard/portwell
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-21 08:17:00 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-27 15:35:13 +0000
commitcf246d5166170ba78fcbe2a013135fb233fc9c39 (patch)
tree27f4643aeb4ab5f9302360ecfb1d8bcb3a04a09d /src/mainboard/portwell
parentbdd5031ad2bd70cff6de1f16237dc3f1507c7a64 (diff)
downloadcoreboot-cf246d5166170ba78fcbe2a013135fb233fc9c39.tar.gz
coreboot-cf246d5166170ba78fcbe2a013135fb233fc9c39.tar.bz2
coreboot-cf246d5166170ba78fcbe2a013135fb233fc9c39.zip
ACPI: Add top-level ASL
Objects that are created with acpigen need to be declared with External () for the generation of dsdt.asl to pass iasl without errors. There are some objects that are common to all platforms, and some that should be declared only conditionally. Having a top-level ASL helps to achieve this. Change-Id: Ibaf1ab9941b82f99e5fa857c0c7e4b6192c74330 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49794 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/portwell')
-rw-r--r--src/mainboard/portwell/m107/dsdt.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/portwell/m107/dsdt.asl b/src/mainboard/portwell/m107/dsdt.asl
index b9722ea1c5aa..081d28d31267 100644
--- a/src/mainboard/portwell/m107/dsdt.asl
+++ b/src/mainboard/portwell/m107/dsdt.asl
@@ -13,6 +13,7 @@ DefinitionBlock(
0x20110725 /* OEM revision */
)
{
+ #include <acpi/dsdt_top.asl>
#include <acpi/platform.asl>
/* global NVS and variables */