summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-08vendor.sh: move download logic to lib.shLeah Rowe
2024-06-08lib.sh: shorten a string in e()Leah Rowe
2024-06-07move uefiextract to elf/uefitool/Leah Rowe
2024-06-07git.sh: fix submodule pathLeah Rowe
2024-06-07git.sh: simplify prep_submodules()Leah Rowe
2024-06-07git.sh: unified handling of git clone/reset/amLeah Rowe
2024-06-07git.sh: simplify submodule handlingLeah Rowe
2024-06-07git.sh: provide feedback for repository downloadsLeah Rowe
2024-06-07git.sh: download "depend" projects *before*Leah Rowe
2024-06-07git.sh: reduced indentation in fetch_submoduleLeah Rowe
2024-06-07git.sh: reduced indentation in prep_submodulesLeah Rowe
2024-06-07git.sh: *never* run git submodule updateLeah Rowe
2024-06-07lib.sh: rename variable for clarityLeah Rowe
2024-06-06move handle_coreboot_utils to script/treesLeah Rowe
2024-06-06put coreboot utils in elf/, not cbutils/Leah Rowe
2024-06-06fix build issue building coreboot utilsLeah Rowe
2024-06-06git.sh: use singletree() to decide submodulesLeah Rowe
2024-06-06move cbcfgsdir variable to vendor.shLeah Rowe
2024-06-06move cfgsdir/datadir variables to lib.shLeah Rowe
2024-06-06handle build.list from config/data/, not config/Leah Rowe
2024-06-06don't use build.list to detect multi-tree projectsLeah Rowe
2024-06-05move id check to lib.sh tooLeah Rowe
2024-06-05move root check to lib.sh (bugfix)Leah Rowe
2024-06-05bugfix: move dependencies handling to lib.shLeah Rowe
2024-06-04lib.sh bugfix: check environmental variables rightLeah Rowe
2024-06-03lib.sh: more friendly output from e()Leah Rowe
2024-06-03badcmd: don't print "no context given"Leah Rowe
2024-06-03badcmd: link directly to the maintenance manualLeah Rowe
2024-06-03better help text on invalid commandsLeah Rowe
2024-06-02build: print the project website address on helpLeah Rowe
2024-06-02make GRUB multi-tree and re-add xhci patchesLeah Rowe
2024-05-31vendor.sh: remove unnecessary assignmentLeah Rowe
2024-05-30git.sh: do not remove .submodulesLeah Rowe
2024-05-30import nuke() from cbmk cdce8ba70bLeah Rowe
2024-05-29./vendor download: skip if blob path is /dev/nullLeah Rowe
2024-05-29./vendor download: more fine-tuned error controlLeah Rowe
2024-05-29vendor.sh: don't error on main targetsLeah Rowe
2024-05-26rename include/option.sh to include/lib.shLeah Rowe
2024-05-26general code cleanup in the build systemLeah Rowe
2024-05-25option.sh: fix bad check for version/versiondateLeah Rowe
2024-05-24git.sh: break if a submodule clone succeedsLeah Rowe
2024-05-24git.sh: allow finer control of git submodulesLeah Rowe
2024-05-24option.sh: generate version file if .git not foundLeah Rowe
2024-05-22git.sh: move repo copying to a new functionLeah Rowe
2024-05-22git.sh: move link_crossgcc to end of fileLeah Rowe
2024-05-22git.sh: move xgcc linking to a new functionLeah Rowe
2024-05-22git.sh: skip submodules if .gitmodules missingLeah Rowe
2024-05-22git.sh: merge patch_submodules in prep_submodulesLeah Rowe
2024-05-22git.sh: split submodule handling to new functionLeah Rowe
2024-05-22git.sh: remove errant line breakLeah Rowe