summaryrefslogtreecommitdiff
path: root/script/trees
AgeCommit message (Expand)Author
9 daystidy up some setvars listsLeah Rowe
9 daysremove more unnecessary checks on trees commandsLeah Rowe
10 daystrees: don't hardcode use of mkpayload_grubLeah Rowe
10 daystrees: simplify single/multi handling in main()Leah Rowe
10 daystrees: rename build_projects to build_projectLeah Rowe
10 daystrees: err if target.cfg not given if multi-treeLeah Rowe
10 daystrees: set btype if target.cfg doesn't existLeah Rowe
10 daystrees: avoid kconfig make commands genericallyLeah Rowe
10 daystrees: condense elfcheck() a bitLeah Rowe
11 daystrees: shorten the final confirmation messageLeah Rowe
11 daystrees: remove redundant space in printfLeah Rowe
11 daystrees: explicitly err if OPTARG is not setLeah Rowe
11 daystrees: only permit one single-tree projectLeah Rowe
11 daystrees: call err if multiple flags are providedLeah Rowe
11 daystrees: explicitly set mode for -bLeah Rowe
13 dayslib.sh: simplify use of environment variablesLeah Rowe
13 daystrees: try xgcc build twice if first attempt failsLeah Rowe
2024-06-23trees: don't check if xgcc is already builtLeah Rowe
2024-06-22use backticks on eval commands, not subshellsLeah Rowe
2024-06-22lib.sh: remove badcmd()Leah Rowe
2024-06-22lib.sh: more unified config handlingLeah Rowe
2024-06-21trees: more robust check to avoid "make fetch"Leah Rowe
2024-06-20minor code cleanup in the build systemLeah Rowe
2024-06-16unify coreboot elfdir (DO_NOT_FLASH)Leah Rowe
2024-06-15trees: simplify copy_elf()Leah Rowe
2024-06-15trees: remove unnecessary check in copy_elfLeah Rowe
2024-06-15grub: insert background in memdisk insteadLeah Rowe
2024-06-14unified checks for variable initialisationLeah Rowe
2024-06-14lib.sh: remove the items() functionLeah Rowe
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