From 3b0a626edc9d1a45324fd8e77b10e4e49155bb8f Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 15 Sep 2015 23:05:00 -0600 Subject: mainboard/intel: Add Stargo2 The Intel Stargo2 is a communications device reference design. This mainboard uses the Sandy/Ivy Bridge and is paired with the i89xx southbridge. The FSP package is available from Intel: https://intel.com/fsp. Change-Id: I75c527f0eb0de1ee6ac13d8d276d7cf23b5b120c Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/12170 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/intel/stargo2/Kconfig | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/mainboard/intel/stargo2/Kconfig (limited to 'src/mainboard/intel/stargo2/Kconfig') diff --git a/src/mainboard/intel/stargo2/Kconfig b/src/mainboard/intel/stargo2/Kconfig new file mode 100644 index 0000000000..c41c6ec7fa --- /dev/null +++ b/src/mainboard/intel/stargo2/Kconfig @@ -0,0 +1,43 @@ +if BOARD_INTEL_STARGO2 + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + select CPU_INTEL_SOCKET_BGA1284 + select NORTHBRIDGE_INTEL_FSP_IVYBRIDGE + select SOUTHBRIDGE_INTEL_FSP_I89XX + select BOARD_ROMSIZE_KB_4096 + select HAVE_ACPI_TABLES + select HAVE_OPTION_TABLE + select MMCONF_SUPPORT + select SUPERIO_WINBOND_WPCD376I + select SUPERIO_INTEL_I8900 + select SERIRQ_CONTINUOUS_MODE + select ENABLE_VMX + +config MAINBOARD_DIR + string + default intel/stargo2 + +config MAINBOARD_PART_NUMBER + string + default "Stargo2" + +config MMCONF_BASE_ADDRESS + hex + default 0xf8000000 + +config IRQ_SLOT_COUNT + int + default 18 + +config MAX_CPUS + int + default 16 + + +config VGA_BIOS + bool + default n + + +endif # BOARD_INTEL_STARGO2 -- cgit v1.2.3