Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78496?usp=email )
Change subject: mb/amd/onyx: Include soc.asl file ......................................................................
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 pandyavarshit@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/78496 Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/amd/onyx/dsdt.asl 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Felix Held: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/amd/onyx/dsdt.asl b/src/mainboard/amd/onyx/dsdt.asl index c7308a9..69b0e5e 100644 --- a/src/mainboard/amd/onyx/dsdt.asl +++ b/src/mainboard/amd/onyx/dsdt.asl @@ -12,4 +12,6 @@ ) { /* Start of ASL file */ #include <globalnvs.asl> + + #include <soc.asl> } /* End of ASL file */