From 2b5c02143152cee95fc189f05cca2243089ab45d Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 29 Jul 2017 01:10:49 +0200 Subject: intel/sandybridge: Gather MMCONF_BASE_ADDRESS defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All affected boards did the same USE_NATIVE_RAMINIT distinction or actually selected USE_NATIVE_RAMINIT. Also update autoport. Change-Id: I924c43cec1e36e84db40e4b8e1dd0e05cad2b978 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/20813 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Felix Held Reviewed-by: Alexander Couzens --- src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | 4 ---- src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig index ef66418d55..36c7158abb 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig @@ -20,10 +20,6 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LPC_TPM select TPM -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 - config DRAM_RESET_GATE_GPIO int default 25 diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig index 8e83deb5c7..33b7ed77a2 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig @@ -17,10 +17,6 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_INT15 select SERIRQ_CONTINUOUS_MODE -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 - config DRAM_RESET_GATE_GPIO int default 25 -- cgit v1.2.3