mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
0aa019d323
thanks to sirlami on irc for pointing this out. due to lbmk blob policy, we must not distribute fsp except as the full, concatenated binary, thus complying with intel's license. it is removed from builds before release, re-inserted via vendor inject scripts in the usual way. a while ago, coreboot updated fsp but i had to keep it on the earlier version for this board, lest old releases no longer match vendor insertion; the new fsp version also wasnet well tested, and didn't seem to contain any changes reported that pertained to our use of it. the fsp headers do not match the fsp binary in use, causing boot issues for users on topton x2e n150. this patch should fix the issue, as reported by sirlami who is the one who found and first tested this fix; i'm simply changing the configuration, as per sirlami's guidance. Signed-off-by: Leah Rowe <leah@libreboot.org>