From 8a906dff84950c0789afc05e046a377846f7f6ea Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Tue, 13 Jun 2017 14:19:02 -0600 Subject: soc/amd/stoneyridge: Remove PCIe-PCI bridge The Stoney Ridge does not contain this bridge like some of the older Hudson FCHs. Remove this support from the source. This moves the Stoney Ridge IRQ setup to the southbridge file, hudson.c. BUG=chrome-os-partner:62580062 Change-Id: I8f974ba76b8c20f4335dd8872eaf4b8172188ee2 Signed-off-by: Marshall Dawson Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/20198 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/stoneyridge/Makefile.inc') diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index 7ced68887b..bc128a13d1 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -59,7 +59,6 @@ ramstage-$(CONFIG_STONEYRIDGE_IMC_FWM) += imc.c ramstage-y += lpc.c ramstage-y += model_15_init.c ramstage-y += northbridge.c -ramstage-y += pci.c ramstage-y += pcie.c ramstage-y += reset.c ramstage-y += sata.c -- cgit v1.2.3