From 025a5e86292795994ae755c9e72fdef6137fa778 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 17 Mar 2025 15:45:17 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Don't configure the MMIO size Don't set this, so FSP will use the default auto setting, which behaves better with various memory sizes. Change-Id: I4d0bfd19af08ec127065f7ad5aaa51cb7e0ca2ac Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86905 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/mtl/romstage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/romstage.c b/src/mainboard/starlabs/starbook/variants/mtl/romstage.c index addcae5915..7d9b9ae4fd 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/romstage.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/romstage.c @@ -44,5 +44,4 @@ void mainboard_memory_init_params(FSPM_UPD *mupd) mupd->FspmConfig.PcieRpEnableMask &= ~(1 << 8); mupd->FspmConfig.PchHdaSubSystemIds = 0x70381e50; - mupd->FspmConfig.MmioSize = 0xb00; };