diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-01-06 21:44:17 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-01-06 22:17:05 +0000 |
| commit | bbfee155ba148e91a2ccf20512747d3840bc6b48 (patch) | |
| tree | 751b4e84fd96369c516d9ab455461c4d82576d71 /config/submodule | |
| parent | d5351aee37b6f12016971c7c1f9afd24e9aaee36 (diff) | |
fix fsp extraction for topton x2e n150
coreboot updated the fsp file. we know the old one worked,
so no point testing the new one so close to a stable lbmk
release.
i've modified 3rdparty/fsp/ to re-add the old one as another
file, so that other boards are unaffected, and updated the
Kconfig so that the special file is used for x2e n150 only.
more specifically, added a second fsp submodule.
it's a bit dirty, but avoids bloating lbmk.git
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule')
| -rw-r--r-- | config/submodule/coreboot/default/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c/module.cfg | 5 | ||||
| -rw-r--r-- | config/submodule/coreboot/default/module.list | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/submodule/coreboot/default/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c/module.cfg b/config/submodule/coreboot/default/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c/module.cfg new file mode 100644 index 00000000..297e1703 --- /dev/null +++ b/config/submodule/coreboot/default/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c/module.cfg @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +subgit="https://review.coreboot.org/fsp.git" +subgit_bkup="https://github.com/coreboot/fsp" +subhash="cc36ae2b5775fa7400cb3282680afc0f6cb37a3c" diff --git a/config/submodule/coreboot/default/module.list b/config/submodule/coreboot/default/module.list index 95688e5f..40d3f46b 100644 --- a/config/submodule/coreboot/default/module.list +++ b/config/submodule/coreboot/default/module.list @@ -1,5 +1,6 @@ 3rdparty/arm-trusted-firmware 3rdparty/fsp +3rdparty/fspcc36ae2b5775fa7400cb3282680afc0f6cb37a3c 3rdparty/intel-microcode 3rdparty/libgfxinit 3rdparty/libhwbase |
