Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-28 | Do not rely on bashisms and behaviour undefined by the POSIX specification. ↵ | Ferass 'Vitali64' EL HAFIDI | |
Part 2 Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | |||
2022-12-05 | remove logic for avoiding nonredistributable blobs | Leah Rowe | |
the --nuke option in ifdtool will be used instead, to nuke the ME regions in specific rom sets (and cbfstool will be used to delete mrc.bin files from rom sets) the new method being implemented is heavier on disk io, but simplifies lbmk, and disk io could still be optimised in the following ways: * when copying roms from boards with ME in them, use ifdtool --nuke to get filename.rom.new, and *move* (not copy) filename.rom.new to the new destination (for use with tar) * possibly modify ifdtool to make efficient use of mmap for disk i/o; it currently loads entire roms into an allocated buffer in memory | |||
2022-11-29 | scripts: avoid relying on spaces from sha1sum output | Alexei Sorokin | |
2022-11-26 | added more checks and optimised extraction script | shmalebx9 | |
2022-11-20 | add smort failures to blob download script | shmalebx9 | |
2022-11-14 | pragmatic system distribution guideline compliancepsdg | Leah Rowe | |
osboot is now part of libreboot, and will soon shut down. libreboot now conforms to osboot policy. |