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>
This commit is contained in:
Varshit Pandya 2023-10-23 17:47:44 +05:30 committed by Felix Held
parent 5397b4dcf2
commit 6dba745cc8
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ DefinitionBlock (
)
{ /* Start of ASL file */
#include <globalnvs.asl>
#include <soc.asl>
} /* End of ASL file */