From d51f78051503accea49c6c7acc3253fd5ce6c859 Mon Sep 17 00:00:00 2001 From: Kilian Krause Date: Tue, 4 Nov 2025 16:48:20 +0100 Subject: [PATCH] mb/siemens/mc_rpl: Correct SMBIOS socket type to BGA1744 The mc_rpl platform uses BGA1744, not LGA1700. Update the Kconfig selection to report the correct socket type in SMBIOS. TEST=Built for mc_rpl1, verified `dmidecode -t processor | grep Upgrade` shows "Socket BGA1744" Change-Id: I119c6e95ba0d4a5d7afd3f922f2662aa55ac3f64 Signed-off-by: Kilian Krause Reviewed-on: https://review.coreboot.org/c/coreboot/+/89900 Tested-by: build bot (Jenkins) Reviewed-by: Mario Scheithauer Reviewed-by: Paul Menzel --- src/mainboard/siemens/mc_rpl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/siemens/mc_rpl/Kconfig b/src/mainboard/siemens/mc_rpl/Kconfig index cfb5712833..447735fbbc 100644 --- a/src/mainboard/siemens/mc_rpl/Kconfig +++ b/src/mainboard/siemens/mc_rpl/Kconfig @@ -3,7 +3,7 @@ config BOARD_SIEMENS_BASEBOARD_MC_RPL def_bool n select BOARD_ROMSIZE_KB_16384 - select CPU_INTEL_SOCKET_LGA1700 + select CPU_INTEL_SOCKET_BGA1744 select DRIVER_SIEMENS_NC_FPGA select DRIVERS_I2C_GENERIC select DRIVERS_INTEL_DPTF