[coreboot-gerrit] Change in coreboot[master]: Add support for the Intel FCBGA1023 socket.

Hal Martin (Code Review) gerrit at coreboot.org
Sat Oct 28 12:52:22 CEST 2017


Hal Martin has uploaded this change for review. ( https://review.coreboot.org/22209


Change subject: Add support for the Intel FCBGA1023 socket.
......................................................................

Add support for the Intel FCBGA1023 socket.

This socket is used by 2nd and 3rd generation mobile SKUs from 2011-2013.

Change-Id: I9306a3364ae15530c99ca3379cfa2057c5879681
Signed-off-by: Hal Martin <hal.martin at gmail.com>
---
M src/cpu/intel/Kconfig
M src/cpu/intel/Makefile.inc
A src/cpu/intel/socket_FCBGA1023/Kconfig
A src/cpu/intel/socket_FCBGA1023/Makefile.inc
4 files changed, 20 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/22209/1

diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig
index 138da8c..bd4e690 100644
--- a/src/cpu/intel/Kconfig
+++ b/src/cpu/intel/Kconfig
@@ -28,6 +28,7 @@
 source src/cpu/intel/socket_BGA1284/Kconfig
 source src/cpu/intel/socket_FC_PGA370/Kconfig
 source src/cpu/intel/socket_FCBGA559/Kconfig
+source src/cpu/intel/socket_FCBGA1023/Kconfig
 source src/cpu/intel/socket_mFCBGA479/Kconfig
 source src/cpu/intel/socket_mFCPGA478/Kconfig
 source src/cpu/intel/socket_mPGA478/Kconfig
diff --git a/src/cpu/intel/Makefile.inc b/src/cpu/intel/Makefile.inc
index 1874075..8ee4a9d 100644
--- a/src/cpu/intel/Makefile.inc
+++ b/src/cpu/intel/Makefile.inc
@@ -10,6 +10,7 @@
 subdirs-$(CONFIG_CPU_INTEL_EP80579) += ep80579
 subdirs-$(CONFIG_CPU_INTEL_SOCKET_FC_PGA370) += socket_FC_PGA370
 subdirs-$(CONFIG_CPU_INTEL_SOCKET_FCBGA559) += socket_FCBGA559
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_FCBGA1023) += socket_FCBGA1023
 subdirs-$(CONFIG_CPU_INTEL_SOCKET_MFCBGA479) += socket_mFCBGA479
 subdirs-$(CONFIG_CPU_INTEL_SOCKET_MFCPGA478) += socket_mFCPGA478
 subdirs-$(CONFIG_CPU_INTEL_SOCKET_MPGA478) += socket_mPGA478
diff --git a/src/cpu/intel/socket_FCBGA1023/Kconfig b/src/cpu/intel/socket_FCBGA1023/Kconfig
new file mode 100644
index 0000000..986e36b
--- /dev/null
+++ b/src/cpu/intel/socket_FCBGA1023/Kconfig
@@ -0,0 +1,11 @@
+config CPU_INTEL_SOCKET_FCBGA1023
+	bool
+
+if CPU_INTEL_SOCKET_FCBGA1023
+
+config SOCKET_SPECIFIC_OPTIONS # dummy
+	def_bool y
+	select MMX
+	select SSE
+
+endif
diff --git a/src/cpu/intel/socket_FCBGA1023/Makefile.inc b/src/cpu/intel/socket_FCBGA1023/Makefile.inc
new file mode 100644
index 0000000..539f285
--- /dev/null
+++ b/src/cpu/intel/socket_FCBGA1023/Makefile.inc
@@ -0,0 +1,7 @@
+subdirs-y += ../../x86/tsc
+subdirs-y += ../../x86/mtrr
+subdirs-y += ../../x86/lapic
+subdirs-y += ../../x86/cache
+subdirs-y += ../../x86/smm
+subdirs-y += ../microcode
+subdirs-y += ../turbo

-- 
To view, visit https://review.coreboot.org/22209
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9306a3364ae15530c99ca3379cfa2057c5879681
Gerrit-Change-Number: 22209
Gerrit-PatchSet: 1
Gerrit-Owner: Hal Martin <hal.martin+coreboot at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171028/c5667276/attachment.html>


More information about the coreboot-gerrit mailing list