Age | Commit message (Expand) | Author |
2024-06-07 | move uefiextract to elf/uefitool/ | Leah Rowe |
2024-06-07 | git.sh: fix submodule path | Leah Rowe |
2024-06-07 | git.sh: simplify prep_submodules() | Leah Rowe |
2024-06-07 | git.sh: unified handling of git clone/reset/am | Leah Rowe |
2024-06-07 | git.sh: simplify submodule handling | Leah Rowe |
2024-06-07 | git.sh: provide feedback for repository downloads | Leah Rowe |
2024-06-07 | git.sh: download "depend" projects *before* | Leah Rowe |
2024-06-07 | git.sh: reduced indentation in fetch_submodule | Leah Rowe |
2024-06-07 | git.sh: reduced indentation in prep_submodules | Leah Rowe |
2024-06-07 | git.sh: *never* run git submodule update | Leah Rowe |
2024-06-07 | lib.sh: rename variable for clarity | Leah Rowe |
2024-06-06 | move handle_coreboot_utils to script/trees | Leah Rowe |
2024-06-06 | put coreboot utils in elf/, not cbutils/ | Leah Rowe |
2024-06-06 | fix build issue building coreboot utils | Leah Rowe |
2024-06-06 | git.sh: use singletree() to decide submodules | Leah Rowe |
2024-06-06 | move cbcfgsdir variable to vendor.sh | Leah Rowe |
2024-06-06 | move cfgsdir/datadir variables to lib.sh | Leah Rowe |
2024-06-06 | handle build.list from config/data/, not config/ | Leah Rowe |
2024-06-06 | don't use build.list to detect multi-tree projects | Leah Rowe |
2024-06-05 | move id check to lib.sh too | Leah Rowe |
2024-06-05 | move root check to lib.sh (bugfix) | Leah Rowe |
2024-06-05 | bugfix: move dependencies handling to lib.sh | Leah Rowe |
2024-06-04 | lib.sh bugfix: check environmental variables right | Leah Rowe |
2024-06-03 | lib.sh: more friendly output from e() | Leah Rowe |
2024-06-03 | badcmd: don't print "no context given" | Leah Rowe |
2024-06-03 | badcmd: link directly to the maintenance manual | Leah Rowe |
2024-06-03 | better help text on invalid commands | Leah Rowe |
2024-06-02 | build: print the project website address on help | Leah Rowe |
2024-06-02 | make GRUB multi-tree and re-add xhci patches | Leah Rowe |
2024-05-31 | vendor.sh: remove unnecessary assignment | Leah Rowe |
2024-05-30 | git.sh: do not remove .submodules | Leah Rowe |
2024-05-30 | import nuke() from cbmk cdce8ba70b | Leah Rowe |
2024-05-29 | ./vendor download: skip if blob path is /dev/null | Leah Rowe |
2024-05-29 | ./vendor download: more fine-tuned error control | Leah Rowe |
2024-05-29 | vendor.sh: don't error on main targets | Leah Rowe |
2024-05-26 | rename include/option.sh to include/lib.sh | Leah Rowe |
2024-05-26 | general code cleanup in the build system | Leah Rowe |
2024-05-25 | option.sh: fix bad check for version/versiondate | Leah Rowe |
2024-05-24 | git.sh: break if a submodule clone succeeds | Leah Rowe |
2024-05-24 | git.sh: allow finer control of git submodules | Leah Rowe |
2024-05-24 | option.sh: generate version file if .git not found | Leah Rowe |
2024-05-22 | git.sh: move repo copying to a new function | Leah Rowe |
2024-05-22 | git.sh: move link_crossgcc to end of file | Leah Rowe |
2024-05-22 | git.sh: move xgcc linking to a new function | Leah Rowe |
2024-05-22 | git.sh: skip submodules if .gitmodules missing | Leah Rowe |
2024-05-22 | git.sh: merge patch_submodules in prep_submodules | Leah Rowe |
2024-05-22 | git.sh: split submodule handling to new function | Leah Rowe |
2024-05-22 | git.sh: remove errant line break | Leah Rowe |
2024-05-22 | git.sh: remove another meaningless check | Leah Rowe |
2024-05-22 | git.sh: shorter variable names | Leah Rowe |