cpu/intel: Add socket types
commit04340496c121894af0155311c223eed2d5e6597e
authorJincheng Li <jincheng.li@intel.com>
Thu, 27 Jun 2024 09:22:38 +0000 (27 17:22 +0800)
committerLean Sheng Tan <sheng.tan@9elements.com>
Fri, 19 Jul 2024 12:35:09 +0000 (19 12:35 +0000)
treed155a4bcd928f8462f2144fa1ecb52defe7bb01c
parent4cf322eda50f67ee948b9153e6d45904a813a661
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>
12 files changed:
src/cpu/intel/Kconfig
src/cpu/intel/Makefile.mk
src/cpu/intel/socket_LGA1700/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_LGA3647_1/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_LGA4189/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_LGA4677/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_OTHER/Kconfig [new file with mode: 0644]
src/mainboard/intel/adlrvp/Kconfig
src/mainboard/intel/archercity_crb/Kconfig
src/mainboard/intel/cedarisland_crb/Kconfig
src/mainboard/intel/mtlrvp/Kconfig
src/mainboard/ocp/tiogapass/Kconfig