Age | Commit message (Expand) | Author |
2023-10-06 | rename build/project/trees to update/project/build | Leah Rowe |
2023-10-06 | unify build/grub/* to build/coreboot/grub | Leah Rowe |
2023-10-06 | unify handle/make/* into build/project/trees | Leah Rowe |
2023-10-05 | handle/make/*: unified main() function | Leah Rowe |
2023-10-05 | general code cleanup in shell scripts | Leah Rowe |
2023-10-05 | build/boot/*: merge all logic into one script | Leah Rowe |
2023-10-04 | check git/version: properly call err() | Leah Rowe |
2023-10-04 | check_git: call fail() first (fallback to err) | Leah Rowe |
2023-10-04 | more verbosely print git config error | Leah Rowe |
2023-10-04 | include/err.sh: checkgit,checkversion | Leah Rowe |
2023-10-03 | update/project/trees: remove errant assignments | Leah Rowe |
2023-10-03 | update/project/trees: split up main() | Leah Rowe |
2023-10-03 | general code cleanup in shell scripts | Leah Rowe |
2023-10-03 | handle/make/config: fix formatting on variables | Leah Rowe |
2023-10-02 | handle/make/file: check for all default makefiles | Leah Rowe |
2023-10-02 | update/blobs/download: remove errant comment | Leah Rowe |
2023-10-02 | handle/make/file: exit 0 if no makefile | Leah Rowe |
2023-10-02 | handle/make/file: run extra arg before, not after | Leah Rowe |
2023-10-02 | grub.cfg: disable the pager | Leah Rowe |
2023-10-02 | handle/make/file: do multiple project arguments | Leah Rowe |
2023-10-02 | lbmk: simplify/correct exit commands / cleanup | Leah Rowe |
2023-10-02 | update/project/trees: fix error handling on mkdir | Leah Rowe |
2023-10-02 | update/project/trees: optimise error handling | Leah Rowe |
2023-10-02 | update/project/trees: simplified error handling | Leah Rowe |
2023-10-02 | include/err x_(): more verbose error message | Leah Rowe |
2023-10-02 | include/err: remove unused variable | Leah Rowe |
2023-10-02 | update/project/trees: general code cleanup | Leah Rowe |
2023-10-02 | update/project/trees: rm yet another rm line | Leah Rowe |
2023-10-02 | update/project/trees: remove one more rm line | Leah Rowe |
2023-10-02 | update/project/trees: remove redundant rm command | Leah Rowe |
2023-10-02 | update/project/trees: remove unnecessary linebreak | Leah Rowe |
2023-10-02 | update/project/trees: rm "seen" in the right place | Leah Rowe |
2023-10-02 | build/grub/payload: remove unnecessary linebreaks | Leah Rowe |
2023-10-02 | build/coreboot/utils: remove unnecessary check | Leah Rowe |
2023-10-02 | build/coreboot/utils: simplify argument handling | Leah Rowe |
2023-10-02 | build/boot/*: unify more logic in main() | Leah Rowe |
2023-10-02 | do not handle errors on mktemp in shell scripts | Leah Rowe |
2023-10-01 | Greatly simplify error handling in shell scripts | Leah Rowe |
2023-10-01 | build/boot/roms: optimise main() for code size | Leah Rowe |
2023-10-01 | build/boot/roms_helper: shorten variable names | Leah Rowe |
2023-10-01 | build/boot/roms: dont do init/displaymode argument | Leah Rowe |
2023-10-01 | include/boot.sh: simplify variable initialisation | Leah Rowe |
2023-09-30 | build/boot/roms_helper: simplify rom file handling | Leah Rowe |
2023-09-30 | build/boot/roms_helper: general code cleanup | Leah Rowe |
2023-09-30 | general code formatting cleanup in shell scripts | Leah Rowe |
2023-09-30 | simplify initialising variables in shell scripts | Leah Rowe |
2023-09-30 | build/boot/roms: only do 1 custom kbd/payload/mode | Leah Rowe |
2023-09-30 | build/boot/roms: move usage() to include/boot.sh | Leah Rowe |
2023-09-30 | build/boot/*: unified main() function | Leah Rowe |
2023-09-30 | build/boot/roms: split up handle_targets() | Leah Rowe |