aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-01-21 18:12:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-24 13:40:39 +0000
commit7701376cca585247dfec696cc5580f00f6b4dea6 (patch)
tree4ae891c34c905f3e5b4ebccbb50ba8aa8c68b1d0 /src/mainboard/intel
parent7e6946a74c714ff109c35d97001b22c9e868aaea (diff)
cpu/intel/model_406dx: Remove the notion of CPU sockets
Change-Id: I5e8fb2e7331d02224a4199c4d05f92c603c57f78 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/31032 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/littleplains/Kconfig1
-rw-r--r--src/mainboard/intel/littleplains/devicetree.cb4
-rw-r--r--src/mainboard/intel/mohonpeak/Kconfig1
-rw-r--r--src/mainboard/intel/mohonpeak/devicetree.cb4
4 files changed, 2 insertions, 8 deletions
diff --git a/src/mainboard/intel/littleplains/Kconfig b/src/mainboard/intel/littleplains/Kconfig
index 70b9580306..b5a57b798b 100644
--- a/src/mainboard/intel/littleplains/Kconfig
+++ b/src/mainboard/intel/littleplains/Kconfig
@@ -17,7 +17,6 @@ if BOARD_INTEL_LITTLEPLAINS
config BOARD_SPECIFIC_OPTIONS
def_bool y
- select CPU_INTEL_SOCKET_RPGA989
select NORTHBRIDGE_INTEL_FSP_RANGELEY
select SOUTHBRIDGE_INTEL_FSP_RANGELEY
select BOARD_ROMSIZE_KB_8192
diff --git a/src/mainboard/intel/littleplains/devicetree.cb b/src/mainboard/intel/littleplains/devicetree.cb
index 1df54d395c..0cb73f8a02 100644
--- a/src/mainboard/intel/littleplains/devicetree.cb
+++ b/src/mainboard/intel/littleplains/devicetree.cb
@@ -15,10 +15,8 @@
chip northbridge/intel/fsp_rangeley
device cpu_cluster 0 on
- chip cpu/intel/socket_rPGA989
- device lapic 0 on end
- end
chip cpu/intel/fsp_model_406dx
+ device lapic 0 on end
# Magic APIC ID to locate this chip
device lapic 0xACAC off end
diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig
index dc9dc84fd0..de91ca4835 100644
--- a/src/mainboard/intel/mohonpeak/Kconfig
+++ b/src/mainboard/intel/mohonpeak/Kconfig
@@ -17,7 +17,6 @@ if BOARD_INTEL_MOHONPEAK
config BOARD_SPECIFIC_OPTIONS
def_bool y
- select CPU_INTEL_SOCKET_RPGA989
select NORTHBRIDGE_INTEL_FSP_RANGELEY
select SOUTHBRIDGE_INTEL_FSP_RANGELEY
select BOARD_ROMSIZE_KB_2048 #actual chip is 8MB
diff --git a/src/mainboard/intel/mohonpeak/devicetree.cb b/src/mainboard/intel/mohonpeak/devicetree.cb
index 1df54d395c..0cb73f8a02 100644
--- a/src/mainboard/intel/mohonpeak/devicetree.cb
+++ b/src/mainboard/intel/mohonpeak/devicetree.cb
@@ -15,10 +15,8 @@
chip northbridge/intel/fsp_rangeley
device cpu_cluster 0 on
- chip cpu/intel/socket_rPGA989
- device lapic 0 on end
- end
chip cpu/intel/fsp_model_406dx
+ device lapic 0 on end
# Magic APIC ID to locate this chip
device lapic 0xACAC off end