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/mainboard/ocp/tiogapass/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/ocp/tiogapass/Kconfig') diff --git a/src/mainboard/ocp/tiogapass/Kconfig b/src/mainboard/ocp/tiogapass/Kconfig index cbfb5c8c7b..f20940f9b0 100644 --- a/src/mainboard/ocp/tiogapass/Kconfig +++ b/src/mainboard/ocp/tiogapass/Kconfig @@ -5,6 +5,7 @@ if BOARD_OCP_TIOGAPASS config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_32768 + select CPU_INTEL_SOCKET_LGA3647_1 select HAVE_ACPI_TABLES select IPMI_KCS select IPMI_KCS_ROMSTAGE -- cgit v1.2.3