From 5a9ca2b0405651d8962dad2362eddf49f589f4ba Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 17 Sep 2025 11:26:50 +0100 Subject: [PATCH] mb/starlabs/starbook/mtl: Set SPD size to 512 We only need the first 512, so skip reading the rest to save boot time. With 96GB, it reduces time in FSP-M from 906,307 to 326,302. Change-Id: Ia226402fdf613ba4b851fa9c4c7d9354d599be7c Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89220 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index bfb986fc6f..8f19501996 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -143,7 +143,6 @@ config DEVICETREE default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb" config DIMM_SPD_SIZE - default 1024 if BOARD_STARLABS_STARBOOK_MTL default 512 config DRIVER_TPM_SPI_CHIP