You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we build Protectli images with an empty black pixel image, then we substitute it in one partition with the actual logo using cbfstool.
The problem is that we do it as a "hotfix" after the build has finished, within build.sh. That doesn't work automatically in dasharo/dasharo, it requires an additional flag to do the logo swap and obtain a proper binary, which can easily result in incomplete binaries being delivered to the client.
We should instead do it all within the coreboot buildsystem, for the sake of simplicity.