Age | Commit message (Expand) | Author |
2024-06-29 | git.sh: rename fetch_project_repo to fetch_project | Leah Rowe |
2024-06-29 | trees: better skip-clean string in handle_src_tree | Leah Rowe |
2024-06-29 | trees: add return to check_coreboot_utils() | Leah Rowe |
2024-06-29 | trees: simplify "utilmode" variable initialisation | Leah Rowe |
2024-06-29 | trees mkpayload_grub: remove unnecessary check | Leah Rowe |
2024-06-28 | tidy up some setvars lists | Leah Rowe |
2024-06-28 | remove more unnecessary checks on trees commands | Leah Rowe |
2024-06-27 | trees: don't hardcode use of mkpayload_grub | Leah Rowe |
2024-06-27 | trees: simplify single/multi handling in main() | Leah Rowe |
2024-06-27 | trees: rename build_projects to build_project | Leah Rowe |
2024-06-27 | trees: err if target.cfg not given if multi-tree | Leah Rowe |
2024-06-27 | trees: set btype if target.cfg doesn't exist | Leah Rowe |
2024-06-27 | trees: avoid kconfig make commands generically | Leah Rowe |
2024-06-27 | trees: condense elfcheck() a bit | Leah Rowe |
2024-06-27 | trees: shorten the final confirmation message | Leah Rowe |
2024-06-27 | trees: remove redundant space in printf | Leah Rowe |
2024-06-27 | trees: explicitly err if OPTARG is not set | Leah Rowe |
2024-06-27 | trees: only permit one single-tree project | Leah Rowe |
2024-06-27 | trees: call err if multiple flags are provided | Leah Rowe |
2024-06-27 | trees: explicitly set mode for -b | Leah Rowe |
2024-06-25 | lib.sh: simplify use of environment variables | Leah Rowe |
2024-06-24 | trees: try xgcc build twice if first attempt fails | Leah Rowe |
2024-06-23 | trees: don't check if xgcc is already built | Leah Rowe |
2024-06-22 | use backticks on eval commands, not subshells | Leah Rowe |
2024-06-22 | lib.sh: remove badcmd() | Leah Rowe |
2024-06-22 | lib.sh: more unified config handling | Leah Rowe |
2024-06-21 | trees: more robust check to avoid "make fetch" | Leah Rowe |
2024-06-20 | minor code cleanup in the build system | Leah Rowe |
2024-06-16 | unify coreboot elfdir (DO_NOT_FLASH) | Leah Rowe |
2024-06-15 | trees: simplify copy_elf() | Leah Rowe |
2024-06-15 | trees: remove unnecessary check in copy_elf | Leah Rowe |
2024-06-15 | grub: insert background in memdisk instead | Leah Rowe |
2024-06-14 | unified checks for variable initialisation | Leah Rowe |
2024-06-14 | lib.sh: remove the items() function | Leah Rowe |
2024-06-09 | re-add ability to use cbfs grub.cfg as default | Leah Rowe |
2024-06-09 | trees: exit with error if project undefined | Leah Rowe |
2024-06-09 | add crossgcc tarballs to config/submodules/ | Leah Rowe |
2024-06-07 | trees: simplified copy_elf() handling | Leah Rowe |
2024-06-07 | git.sh: download "depend" projects *before* | Leah Rowe |
2024-06-07 | trees: don't check empty path in copy_elf() | Leah Rowe |
2024-06-07 | trees: fix build issue caused by bad elf check | Leah Rowe |
2024-06-07 | trees: fix listfile check in copy_elf() | Leah Rowe |
2024-06-07 | trees: don't say check elf/ if build.list missing | Leah Rowe |
2024-06-07 | trees: don't do elfcheck if build.list missing | Leah Rowe |
2024-06-06 | trees: unified coreboot makeargs | Leah Rowe |
2024-06-06 | trees: use multiple threads to build cbutils | Leah Rowe |
2024-06-06 | move handle_coreboot_utils to script/trees | Leah Rowe |
2024-06-06 | trees: skip single-tree build if a build exists | Leah Rowe |
2024-06-06 | trees: also print "DONE! check elf/dir" on single | Leah Rowe |
2024-06-06 | trees: handle build-test on multi-tree projects | Leah Rowe |