summaryrefslogtreecommitdiff
path: root/script/trees
AgeCommit message (Expand)Author
2024-06-30trees: only do bare multi-tree clone on gitLeah Rowe
2024-06-30trees: simplified multi-tree bare repo cloneLeah Rowe
2024-06-30trees run_make_command: simpler distclean handlingLeah Rowe
2024-06-30trees: condense copy_elf() a bitLeah Rowe
2024-06-30trees: add return to handle_defconfig()Leah Rowe
2024-06-30trees: rename check_config to check_defconfigLeah Rowe
2024-06-30trees: remove variable "config_name"Leah Rowe
2024-06-30trees: rename variable "config" to defconfigLeah Rowe
2024-06-30trees: remove unnecessary commontsLeah Rowe
2024-06-30trees: condense run_make_command() a bitLeah Rowe
2024-06-30trees: condense handle_makefile() a bitLeah Rowe
2024-06-30trees: mv load_project_config load_target_configLeah Rowe
2024-06-30trees, multi: download bare project *before* treesLeah Rowe
2024-06-30trees: unified multi-tree configuration handlingLeah Rowe
2024-06-29trees: unified handling of source downloadsLeah Rowe
2024-06-29git.sh: rename Fetch_project_trees fetch_targetsLeah Rowe
2024-06-29git.sh: rename fetch_project_repo to fetch_projectLeah Rowe
2024-06-29trees: better skip-clean string in handle_src_treeLeah Rowe
2024-06-29trees: add return to check_coreboot_utils()Leah Rowe
2024-06-29trees: simplify "utilmode" variable initialisationLeah Rowe
2024-06-29trees mkpayload_grub: remove unnecessary checkLeah Rowe
2024-06-28tidy up some setvars listsLeah Rowe
2024-06-28remove more unnecessary checks on trees commandsLeah Rowe
2024-06-27trees: don't hardcode use of mkpayload_grubLeah Rowe
2024-06-27trees: simplify single/multi handling in main()Leah Rowe
2024-06-27trees: rename build_projects to build_projectLeah Rowe
2024-06-27trees: err if target.cfg not given if multi-treeLeah Rowe
2024-06-27trees: set btype if target.cfg doesn't existLeah Rowe
2024-06-27trees: avoid kconfig make commands genericallyLeah Rowe
2024-06-27trees: condense elfcheck() a bitLeah Rowe
2024-06-27trees: shorten the final confirmation messageLeah Rowe
2024-06-27trees: remove redundant space in printfLeah Rowe
2024-06-27trees: explicitly err if OPTARG is not setLeah Rowe
2024-06-27trees: only permit one single-tree projectLeah Rowe
2024-06-27trees: call err if multiple flags are providedLeah Rowe
2024-06-27trees: explicitly set mode for -bLeah Rowe
2024-06-25lib.sh: simplify use of environment variablesLeah Rowe
2024-06-24trees: 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