From 2d72345f80266555aa3c358d0b7bcda083687b5c Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 24 Sep 2015 21:38:26 -0600 Subject: cpu/intel: Add socket BGA1284 Add an additional Sandy(Ivy)bridge processor socket. Change-Id: I7eff7183d0c003e61fdda5350579f4d3dec7504d Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/12168 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: York Yang --- src/cpu/intel/socket_BGA1284/Kconfig | 11 +++++++++++ src/cpu/intel/socket_BGA1284/Makefile.inc | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 src/cpu/intel/socket_BGA1284/Kconfig create mode 100644 src/cpu/intel/socket_BGA1284/Makefile.inc (limited to 'src/cpu/intel/socket_BGA1284') 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 -- cgit v1.2.3