From 44b4d6a2acacc9541af2007ad24dbf902e48300a Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 11:14:55 -0500 Subject: [PATCH] config/coreboot-t480.config: change Dsp_*.fd paths to non-existing files in tree as per http://web.archive.org/web/20250211155526/https://notgivenby.github.io/heads-wiki/t480-port/#coreboot-config-for-t480 : No joy building, but will dump progress for others to pickup Signed-off-by: Thierry Laurion --- config/coreboot-t480.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coreboot-t480.config b/config/coreboot-t480.config index 9fae95be..54df3827 100644 --- a/config/coreboot-t480.config +++ b/config/coreboot-t480.config @@ -276,8 +276,8 @@ CONFIG_SYSTEM_TYPE_LAPTOP=y # SoC # CONFIG_CHIPSET_DEVICETREE="soc/intel/skylake/chipset.cb" -CONFIG_FSP_M_FILE="@BLOB_DIR@/t480/Fsp_M.fd" -CONFIG_FSP_S_FILE="@BLOB_DIR@/t480/Fsp_S.fd" +CONFIG_FSP_M_FILE="../../../vendorfiles/kabylake/Fsp_M.fd" +CONFIG_FSP_S_FILE="../../../vendorfiles/kabylake/Fsp_S.fd" CONFIG_CBFS_MCACHE_SIZE=0x4000 CONFIG_ROMSTAGE_ADDR=0x2000000 CONFIG_VERSTAGE_ADDR=0x2000000