From 7949a1b73b12f83c6eff29359085c6b01ef6cac9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 12 Dec 2023 17:57:47 +0100 Subject: [PATCH] mb/amd/onyx/dsdt: include acpi/dsdt_top.asl acpi/dsdt_top.asl provides some common functionality and needs to be included at the beginning of the DSDT. Signed-off-by: Felix Held Change-Id: Ia7b5ddce110b35ed65c6df6cc42995abe93a3ffc Reviewed-on: https://review.coreboot.org/c/coreboot/+/79466 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) Reviewed-by: Varshit Pandya --- src/mainboard/amd/onyx/dsdt.asl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/amd/onyx/dsdt.asl b/src/mainboard/amd/onyx/dsdt.asl index 7f1f18e042..caaf131732 100644 --- a/src/mainboard/amd/onyx/dsdt.asl +++ b/src/mainboard/amd/onyx/dsdt.asl @@ -11,6 +11,7 @@ DefinitionBlock ( 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ + #include #include } /* End of ASL file */