From ebf90e3a8823781cab7b24dbaf41a783c31f4b38 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 13 Jul 2024 02:56:28 +0200 Subject: soc/amd: add SoC-specific root_complex.c to SMM The PSP code introduced in a following patch needs both SoC-specific functions get_iohc_info and get_iohc_non_pci_mmio_regs to also be available in SMM, so add those compilation units to the corresponding target. Signed-off-by: Felix Held Change-Id: I4e32084b45f07131c80b642bc73d865fc57688a8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83445 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Matt DeVillier Reviewed-by: Varshit Pandya --- src/soc/amd/picasso/Makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/picasso/Makefile.mk') diff --git a/src/soc/amd/picasso/Makefile.mk b/src/soc/amd/picasso/Makefile.mk index 3fcd47f825..b65d1c8651 100644 --- a/src/soc/amd/picasso/Makefile.mk +++ b/src/soc/amd/picasso/Makefile.mk @@ -38,6 +38,7 @@ ifeq ($(CONFIG_DEBUG_SMI),y) smm-y += uart.c endif smm-y += gpio.c +smm-y += root_complex.c CPPFLAGS_common += -I$(src)/soc/amd/picasso/include CPPFLAGS_common += -I$(src)/soc/amd/picasso/acpi -- cgit v1.2.3