summaryrefslogtreecommitdiff
path: root/script/trees
AgeCommit message (Expand)Author
2024-06-09re-add ability to use cbfs grub.cfg as defaultLeah Rowe
2024-06-09trees: exit with error if project undefinedLeah Rowe
2024-06-09add crossgcc tarballs to config/submodules/Leah Rowe
2024-06-07trees: simplified copy_elf() handlingLeah Rowe
2024-06-07git.sh: download "depend" projects *before*Leah Rowe
2024-06-07trees: don't check empty path in copy_elf()Leah Rowe
2024-06-07trees: fix build issue caused by bad elf checkLeah Rowe
2024-06-07trees: fix listfile check in copy_elf()Leah Rowe
2024-06-07trees: don't say check elf/ if build.list missingLeah Rowe
2024-06-07trees: don't do elfcheck if build.list missingLeah Rowe
2024-06-06trees: unified coreboot makeargsLeah Rowe
2024-06-06trees: use multiple threads to build cbutilsLeah Rowe
2024-06-06move handle_coreboot_utils to script/treesLeah Rowe
2024-06-06trees: skip single-tree build if a build existsLeah Rowe
2024-06-06trees: also print "DONE! check elf/dir" on singleLeah Rowe
2024-06-06trees: handle build-test on multi-tree projectsLeah 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-03better help text on invalid commandsLeah Rowe
2024-06-02make GRUB multi-tree and re-add xhci patchesLeah Rowe
2024-05-28trees: use CPUS=x on regular coreboot makeLeah Rowe
2024-05-26rename include/option.sh to include/lib.shLeah Rowe
2024-05-26general code cleanup in the build systemLeah Rowe
2024-05-25trees: reset makeargs per target/projectLeah Rowe
2024-05-25trees: also use UPDATED_SUBMODULES=1 on crossgccLeah Rowe
2024-05-25trees: add UPDATED_SUBMODULES to coreboot makeLeah Rowe
2024-05-25trees: write -C on the make command first not lastLeah Rowe
2024-05-23update/trees: remove unused variableLeah Rowe
2024-05-19minor code cleanup in the build systemLeah Rowe
2024-05-15remove check_project() (always set variables)Leah Rowe
2024-05-11move script/*/* to script/Leah Rowe