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 <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/12166 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user