From 5a4554a73f68247c4e00cb1a5d19fb504e9adb92 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 15 Sep 2015 12:44:37 -0600 Subject: southbridge/intel: Add FSP based i89xx southbridge support The Intel i89xx is a communications chipset that pairs with Sandy(Ivy)bridge processors. It has a lot in common with the bd82x6x chipset, but fewer devices and options. Change-Id: I11bcd1edc80f72a1b2521def9be0d1bde5789a79 Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/12166 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/vendorcode/intel/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/intel') diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index a000d99c14..1f9c930718 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -16,6 +16,7 @@ config FSP_VENDORCODE_HEADER_PATH string default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X + default "fsp1_0/ivybridge_i89xx/" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_I89XX default "fsp1_0/baytrail" if SOC_INTEL_FSP_BAYTRAIL default "fsp1_0/rangeley" if CPU_INTEL_FSP_MODEL_406DX -- cgit v1.2.3