aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_BGA1284
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@se-eng.com>2015-09-24 21:38:26 -0600
committerMartin Roth <martinroth@google.com>2015-11-10 00:19:01 +0100
commit2d72345f80266555aa3c358d0b7bcda083687b5c (patch)
treef7245fe14d4ba498e31ebcd7fb038fb54e91228a /src/cpu/intel/socket_BGA1284
parentcb492da9134c911502905cf9ec705c54992c9df9 (diff)
cpu/intel: Add socket BGA1284
Add an additional Sandy(Ivy)bridge processor socket. Change-Id: I7eff7183d0c003e61fdda5350579f4d3dec7504d Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/12168 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: York Yang <york.yang@intel.com>
Diffstat (limited to 'src/cpu/intel/socket_BGA1284')
-rw-r--r--src/cpu/intel/socket_BGA1284/Kconfig11
-rw-r--r--src/cpu/intel/socket_BGA1284/Makefile.inc7
2 files changed, 18 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_BGA1284/Kconfig b/src/cpu/intel/socket_BGA1284/Kconfig
new file mode 100644
index 0000000000..402dc5c60c
--- /dev/null
+++ b/src/cpu/intel/socket_BGA1284/Kconfig
@@ -0,0 +1,11 @@
+config CPU_INTEL_SOCKET_BGA1284
+ bool
+
+if CPU_INTEL_SOCKET_BGA1284
+
+config SOCKET_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select MMX
+ select SSE
+
+endif
diff --git a/src/cpu/intel/socket_BGA1284/Makefile.inc b/src/cpu/intel/socket_BGA1284/Makefile.inc
new file mode 100644
index 0000000000..539f285d92
--- /dev/null
+++ b/src/cpu/intel/socket_BGA1284/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