coreboot
coreboot copied to clipboard
util/txesbmantool: Add utility to generate TXE SB manifests
I still have to include it in Bay Trail makefiles to generate the manifests.
Associated PR: https://github.com/Dasharo/dasharo-sdk/pull/4
Tested on MinnowBoard Turbot dual core to boot with SBM and KM generated by this tool.
Do we add some README? Do we push this tool to upstream?
Do we add some README?
I can add a brief one.
Do we push this tool to upstream?
We probably will upstream it along with the whole MinnowBaord Turbot board code and TXE Secure Boot support.
Adding --help and --version options would be great here
Adding
--helpand--versionoptions would be great here
Added
@krystian-hebel not waiting for checks to finish? :)
They passed before the rebase, and rebase hasn't changed code added here. If the tests were to fail, they would have failed on previous attempts.
@krystian-hebel now we have a failed job due to cancellation :)
OK, note to self: don't trust that everybody takes care to not break main branch. It has been broken by https://github.com/Dasharo/coreboot/pull/543
https://github.com/Dasharo/edk2/pull/157 was merged by GUI instead of CLI, so commit hash changed, and no longer matches the one in configs.
It wasn't merged by GUI, it was rebased and then I fastforwarded the rebased branch. Should've remembered to check the commit hash, sorry