mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
e90e1df74d
This reverts commit f60350344a.
35 lines
1.6 KiB
Diff
35 lines
1.6 KiB
Diff
From ea848531d1a4ddd9952b8b8d3570770e5ac128cd Mon Sep 17 00:00:00 2001
|
|
From: Leah Rowe <leah@libreboot.org>
|
|
Date: Tue, 6 Jan 2026 21:42:21 +0000
|
|
Subject: [PATCH 45/51] topton x2e n150: use old fsp
|
|
|
|
i added the old fsp back, so that we didn't have to
|
|
mess around with vendor files in lbmk, because coreboot
|
|
upstream updated the fsp repo, which modified this
|
|
fsp file.
|
|
|
|
we know the old fsp worked. there's no point testing
|
|
the new one yet, unless someone can tell me about
|
|
real bugs that got fixed.
|
|
|
|
Signed-off-by: Leah Rowe <leah@libreboot.org>
|
|
---
|
|
src/soc/intel/alderlake/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
|
|
index acb87275d4..6f1e8b9107 100644
|
|
--- a/src/soc/intel/alderlake/Kconfig
|
|
+++ b/src/soc/intel/alderlake/Kconfig
|
|
@@ -463,6 +463,7 @@ config FSP_FD_PATH
|
|
default "3rdparty/fsp/RaptorLakeFspBinPkg/IoT/RaptorLakeS/FSP.fd" if FSP_TYPE_IOT && SOC_INTEL_RAPTORLAKE_PCH_S
|
|
default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeP/Fsp.fd" if FSP_TYPE_IOT && SOC_INTEL_ALDERLAKE_PCH_P
|
|
default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeS/Fsp.fd" if FSP_TYPE_IOT && SOC_INTEL_ALDERLAKE_PCH_S
|
|
+ default "3rdparty/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c/AlderLakeFspBinPkg/IoT/AlderLakeN/Fsp.fd" if BOARD_TOPTON_X2E_N150
|
|
default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeN/Fsp.fd" if FSP_TYPE_IOT && SOC_INTEL_ALDERLAKE_PCH_N
|
|
default "3rdparty/fsp/RaptorLakeFspBinPkg/Client/RaptorLakeP/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_P
|
|
default "3rdparty/fsp/RaptorLakeFspBinPkg/Client/RaptorLakeS/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_S
|
|
--
|
|
2.47.3
|
|
|