From 04340496c121894af0155311c223eed2d5e6597e Mon Sep 17 00:00:00 2001 From: Jincheng Li Date: Thu, 27 Jun 2024 17:22:38 +0800 Subject: cpu/intel: Add socket types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83329 Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/cpu/intel/socket_LGA4677/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/cpu/intel/socket_LGA4677/Kconfig (limited to 'src/cpu/intel/socket_LGA4677') diff --git a/src/cpu/intel/socket_LGA4677/Kconfig b/src/cpu/intel/socket_LGA4677/Kconfig new file mode 100644 index 0000000000..321a0abf29 --- /dev/null +++ b/src/cpu/intel/socket_LGA4677/Kconfig @@ -0,0 +1,2 @@ +config CPU_INTEL_SOCKET_LGA4677 + bool -- cgit v1.2.3