From 6dba745cc8627b0a316141f16a6662890e2cb419 Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Mon, 23 Oct 2023 17:47:44 +0530 Subject: [PATCH] mb/amd/onyx: Include soc.asl file This patch includes the soc.asl from Genoa (SoC) folder, which in-turn includes pci_int_def.asl Change-Id: Id7a3b9c752546638f7b446510e17c44e9f10106d Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/78496 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/amd/onyx/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/amd/onyx/dsdt.asl b/src/mainboard/amd/onyx/dsdt.asl index c7308a9e78..69b0e5e31b 100644 --- a/src/mainboard/amd/onyx/dsdt.asl +++ b/src/mainboard/amd/onyx/dsdt.asl @@ -12,4 +12,6 @@ DefinitionBlock ( ) { /* Start of ASL file */ #include + + #include } /* End of ASL file */