Age | Commit message (Expand) | Author |
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 | handle/make/file: do multiple project arguments | 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 | 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-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 |
2023-09-30 | build/boot/roms: check all targets before building | Leah Rowe |
2023-09-30 | build/boot/roms: merge handle_targets/build_target | Leah Rowe |
2023-09-30 | build/boot/roms: only run confirm_targets once | Leah Rowe |
2023-09-30 | build/boot/roms: rename buildrom to build_target | Leah Rowe |
2023-09-30 | build/boot/roms: split up main() | Leah Rowe |
2023-09-30 | build/boot/roms: simplify buildrom() handling | Leah Rowe |
2023-09-30 | build/boot/roms: support "all" if argument passed | Leah Rowe |
2023-09-30 | build/boot/roms: move help() to bottom of file | Leah Rowe |
2023-09-30 | update/*/*: unified scanning of revisions/sources | Leah Rowe |
2023-09-29 | blobs/download: move helpers to include/blobutil | Leah Rowe |
2023-09-29 | include/blobutil: try curl first, then wget | Leah Rowe |
2023-09-29 | include/blobutil: simplify check_defconfig() | Leah Rowe |
2023-09-29 | blobs/download: do IntelME extract in one function | Leah Rowe |
2023-09-29 | blobs/download: do final check of _dest in fetch() | Leah Rowe |
2023-09-29 | blobs/download: don't pass dl_path as argument | Leah Rowe |
2023-09-29 | blob scripts: unified handling of blob destination | Leah Rowe |
2023-09-29 | remove unused variables in blob scripts | Leah Rowe |
2023-09-29 | merge include/fetch.sh, blobutil.sh, defconfig.sh | Leah Rowe |
2023-09-29 | update/blobs/*: simplify mrc.bin handling | Leah Rowe |