Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | build/payload/grub: rename functions for clarity | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/payload/grub: remove unnecessary check | Leah Rowe | |
sed does the same job as cp, in this situation Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/payload/grub: split logic into functions | Leah Rowe | |
main() on top top-down logic Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/payload/grub: 79 chars or less per line | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/roms: minor cleanup | Leah Rowe | |
split actual purging of blobs to a function rename functions for clarity | |||
2023-05-20 | build/release/roms: handle argument properly | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/roms: remove superfluous comments | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/roms: handle errors inside subshell | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/roms: split logic into functions | Leah Rowe | |
main() on top top-down logic 79 chars or less, per line Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/roms: use tabs for indentation | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/src: 79 chars or less per code line | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/src: handle errors in subshells | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/release/src: split logic into functions | Leah Rowe | |
main() on top top-down logic Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/ich9utils: simplify, fix error handling | Leah Rowe | |
errors weren't being handled inside a subshell Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/memtest86plus: use tabs for indentation | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/clean/crossgcc: better code style | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/descriptors: simplify and fix error handling | Leah Rowe | |
main() on top some parts of the script weren't erroring properly Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/grub: fix inconsistent indentation | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/grub: implement error handling | Leah Rowe | |
it uses a subshell, so errors weren't observed Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/grub: introduce main(), split it up | Leah Rowe | |
easier to read Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutils: remove unnecessary directory check | Leah Rowe | |
it will already fail if the coreboot download did. if the coreboot download succeeds, the directory exists. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutils: rename function for clarity | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutil: avoid frivilous use of subshells | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutils: top-down coding style, main on top | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutils: 79 chars or less per line | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-20 | build/cbutils: use tabs for indendation | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | gitclone: add my copyright for recent changes | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | use env in shell scripts | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | gitclone: only rm the old directory at the end | Leah Rowe | |
this way, it will only be deleted after the new git clone and patching worked successfully Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | gitclone: stricter error handling | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | gitclone: minor cleanup | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | gitclone: split logic out of main() | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | download/coreboot: minor cleanup | Leah Rowe | |
2023-05-18 | gitclone: cleaner coding style | Leah Rowe | |
main() on top top-down logic Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | blobutil/download: minor code cleanup | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | modify: clean up duplicated code | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | modify: cleaner coding style | Leah Rowe | |
main() on top top-down logic reduced indentation Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | build: cleaner coding style | Leah Rowe | |
main() on top top-down logic reduced indentation Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | build: reduce code to less than 80 chars per line | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | blobutil: exit 1 if a called script fails | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | blobutil: cleaner coding style | Leah Rowe | |
reduced indentation main() on top top-down logic Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: exit 1 if unsupported argument given | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: use subshells where appropriate | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: re-add redirection to /dev/null | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck clean: clean coreboot directories too | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: reduce indentation level for loop | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: move logic out of main() | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: *actually* check coreboot directories | Leah Rowe | |
2023-05-18 | .gitcheck: improved coding style | Leah Rowe | |
main() on top top-down order of logic Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-18 | .gitcheck: check argv when running gitcheck-clean | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |