From f6af8943e23b8ffa27df6ddb8e4a654387be0cb6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 15 Oct 2017 14:58:49 -0600 Subject: Intel i5000 board & chips: Remove - using LATE_CBMEM_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All boards and chips that are still using LATE_CBMEM_INIT are being removed as previously discussed. If these boards and chips are updated to not use LATE_CBMEM_INIT, they can be restored to the active codebase from the 4.7 branch. chips: northbridge/intel/i5000 Mainboards: mainboard/supermicro/x7db8 mainboard/asus/dsbf Change-Id: I6614c0033b4439d196f26819998d3f85e6d11c00 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22030 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/supermicro/x7db8/Kconfig | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/mainboard/supermicro/x7db8/Kconfig (limited to 'src/mainboard/supermicro/x7db8/Kconfig') diff --git a/src/mainboard/supermicro/x7db8/Kconfig b/src/mainboard/supermicro/x7db8/Kconfig deleted file mode 100644 index fd71254cb1..0000000000 --- a/src/mainboard/supermicro/x7db8/Kconfig +++ /dev/null @@ -1,34 +0,0 @@ -if BOARD_SUPERMICRO_X7DB8 - -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - select CPU_INTEL_SOCKET_LGA771 - select SOUTHBRIDGE_INTEL_I3100 - select NORTHBRIDGE_INTEL_I5000 - select SUPERIO_WINBOND_W83627HF - select BOARD_ROMSIZE_KB_512 - select HAVE_PIRQ_TABLE - select DRIVERS_I2C_W83793 - select DRIVERS_GENERIC_IOAPIC - -config MAINBOARD_DIR - string - default supermicro/x7db8 - -config MAINBOARD_PART_NUMBER - string - default "X7DB8 / X7DB8+" - -config MMCONF_BASE_ADDRESS - hex - default 0xe0000000 - -config IRQ_SLOT_COUNT - int - default 48 - -config MAX_CPUS - int - default 8 - -endif -- cgit v1.2.3