summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-25 08:00:21 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-26 13:15:31 +0000
commit6215e6129218f9ab4614b30525a4b99661b0ef0f (patch)
treef21dc9a690c27ddaab3022765e69632454a9dfb7 /util
parenta89406e7f723e73762c672e9365c506fb3052047 (diff)
downloadcoreboot-6215e6129218f9ab4614b30525a4b99661b0ef0f.tar.xz
util/autoport: Add dsdt_top.asl
Fix required after commit cf246d5166 that added a top-level ASL file. Change-Id: Ifd3ef021a6024950021406cfbd13ccaa7bbdbce5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51083 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util')
-rw-r--r--util/autoport/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index 35e21ab6c1..b889a95681 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -840,6 +840,7 @@ DefinitionBlock(
0x20141018 /* OEM revision */
)
{
+ #include <acpi/dsdt_top.asl>
#include "acpi/platform.asl"
`)