summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/cedarisland_crb
diff options
context:
space:
mode:
authorJincheng Li <jincheng.li@intel.com>2024-06-27 17:22:38 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2024-07-19 12:35:09 +0000
commit04340496c121894af0155311c223eed2d5e6597e (patch)
treed155a4bcd928f8462f2144fa1ecb52defe7bb01c /src/mainboard/intel/cedarisland_crb
parent4cf322eda50f67ee948b9153e6d45904a813a661 (diff)
cpu/intel: Add socket types
Add socket types for LGA1700, LGA3647_1, LGA4189, LGA4677. Select the socket type for different boards. For the socket types which are not defined in SMBIOS type4, CPU_INTEL_SOCKET_OTHER could be used. Change-Id: Ida3315694f3ce397b9ad9d676d3195da5f096cb7 Signed-off-by: Jincheng Li <jincheng.li@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83329 Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/intel/cedarisland_crb')
-rw-r--r--src/mainboard/intel/cedarisland_crb/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/cedarisland_crb/Kconfig b/src/mainboard/intel/cedarisland_crb/Kconfig
index 4e3a1ccea5..8006667d62 100644
--- a/src/mainboard/intel/cedarisland_crb/Kconfig
+++ b/src/mainboard/intel/cedarisland_crb/Kconfig
@@ -5,6 +5,7 @@ if BOARD_INTEL_CEDARISLAND_CRB
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_65536
+ select CPU_INTEL_SOCKET_LGA4189
select SOC_INTEL_COOPERLAKE_SP
select SUPERIO_ASPEED_AST2400
select HAVE_ACPI_TABLES