summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/common/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-09 22:22:09 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-11 21:06:29 +0000
commit70d1c723f77608ba9c4295f5eb83d17c776f826b (patch)
treeaf8aa04f765ed40d4a669e37069c3d3937162c5c /src/southbridge/amd/common/Makefile.inc
parentdfd9a62a90e90b8ed3d605e44525bbd736b0dbf9 (diff)
downloadcoreboot-70d1c723f77608ba9c4295f5eb83d17c776f826b.tar.gz
coreboot-70d1c723f77608ba9c4295f5eb83d17c776f826b.tar.bz2
coreboot-70d1c723f77608ba9c4295f5eb83d17c776f826b.zip
sb/amd/pi/hudson: remove unused Bolton PI FCH code
There is no nb/amd/pi northbridge left in coreboot that could be paired with the Bolton FCH, since the remaining nb/amd/pi northbridges all use an integrated FCH (Avalon on Mullins and Kern on Carrizo) while Bolton is a discrete FCH. I ran into this when verifying if the common soc/amd GPIO functionality that gets added by selecting SOC_AMD_COMMON_BLOCK_BANKED_GPIOS is valid for all chips selecting it and that code isn't valid for Bolton that uses the old GPIO 100 interface. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iffe876bee96e42645e1be10730b78959b1c06d59 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52222 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/amd/common/Makefile.inc')
-rw-r--r--src/southbridge/amd/common/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/common/Makefile.inc b/src/southbridge/amd/common/Makefile.inc
index dcebdb5e1658..97c35741ab27 100644
--- a/src/southbridge/amd/common/Makefile.inc
+++ b/src/southbridge/amd/common/Makefile.inc
@@ -3,5 +3,4 @@ ramstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900) += amd_pci_util.c
ramstage-$(CONFIG_SOUTHBRIDGE_AMD_AGESA_HUDSON) += amd_pci_util.c
ramstage-$(CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE) += amd_pci_util.c
ramstage-$(CONFIG_SOUTHBRIDGE_AMD_PI_AVALON) += amd_pci_util.c
-ramstage-$(CONFIG_SOUTHBRIDGE_AMD_PI_BOLTON) += amd_pci_util.c
ramstage-$(CONFIG_SOUTHBRIDGE_AMD_PI_KERN) += amd_pci_util.c