Age | Commit message (Expand) | Author |
2024-07-28 | lib.sh: new function mk() to handle trees in bulk | Leah Rowe |
2024-07-26 | general code cleanup in the build system | Leah Rowe |
2024-07-22 | rom.sh: don't dry-run mkcoreboottar | Leah Rowe |
2024-07-22 | rom.sh: don't run mkcorebootbin on trees -d | Leah Rowe |
2024-07-22 | rom.sh: fix buggy deletion of cbutils | Leah Rowe |
2024-07-22 | rom.sh: also add grub to seabios images | Leah Rowe |
2024-07-22 | rom.sh: copy tmprom to TMPDIR for modification | Leah Rowe |
2024-07-22 | rom.sh: re-add seabios-only roms and grub keymaps | Leah Rowe |
2024-07-21 | include/rom.sh: use ccache when building coreboot | Leah Rowe |
2024-07-19 | vendor.sh: don't use XBMK_CACHE for appdiraudit6 | Leah Rowe |
2024-07-19 | put cachedir in environmental variable | Leah Rowe |
2024-07-18 | git.sh: warn when a cached clone fails | Leah Rowe |
2024-07-18 | git.sh: fix typo in git command | Leah Rowe |
2024-07-18 | git.sh: fix lack of error exits on fault | Leah Rowe |
2024-07-17 | allow using coreboot's build system to add payload | Leah Rowe |
2024-07-17 | unify caching of files into cache/ | Leah Rowe |
2024-07-17 | unified cache file handling for vendorfile/subfile | Leah Rowe |
2024-07-17 | git.sh: remove previous tmprepo if args>5 | Leah Rowe |
2024-07-17 | git.sh: try direct clone if cached git fails | Leah Rowe |
2024-07-17 | git.sh: re-try git pull three times | Leah Rowe |
2024-07-17 | trees: auto-delete+auto-rebuild if project changes | Leah Rowe |
2024-07-17 | git.sh: don't download to src/project/project/ | Leah Rowe |
2024-07-17 | git.sh: cache git downloads to repo/ | Leah Rowe |
2024-07-10 | trees: general code cleanup | Leah Rowe |
2024-07-10 | trees: use wrapper for dry-running make commands | Leah Rowe |
2024-07-10 | remove executable permission on include/ | Leah Rowe |
2024-07-10 | rom.sh: actually say if a cbutil exists | Leah Rowe |
2024-07-10 | rom.sh: avoid re-building cbutils if built | Leah Rowe |
2024-07-10 | rom.sh: only before cbutils before coreboot | Leah Rowe |
2024-07-09 | minor cleanup | Leah Rowe |
2024-07-09 | trees: support -d (dry run) for custom build logic | Leah Rowe |
2024-07-08 | rom.sh: only make rom tarball if release=y | Leah Rowe |
2024-07-07 | rom.sh: new file, to replace script/roms | Leah Rowe |
2024-06-30 | vendor.sh: remove mkdirs() | Leah Rowe |
2024-06-30 | git.sh: simpler for loop in git_am_patches() | Leah Rowe |
2024-06-30 | git.sh: merge for loops in git_am_patches() | Leah Rowe |
2024-06-30 | trees and git.sh: tidy up global variables | Leah Rowe |
2024-06-30 | git.sh: simplified initialisation of "loc" | Leah Rowe |
2024-06-30 | git.sh: condense fetch_targets() a bit | Leah Rowe |
2024-06-30 | git.sh: short git_prep command in fetch_targets() | Leah Rowe |
2024-06-30 | git.sh: merge prepare_new_tree with fetch_targets | Leah Rowe |
2024-06-30 | git.sh: remove duplicate "xtree" variable | Leah Rowe |
2024-06-30 | trees, multi: download bare project *before* trees | Leah Rowe |
2024-06-30 | trees: unified multi-tree configuration handling | Leah Rowe |
2024-06-29 | git.sh: rename Fetch_project_trees fetch_targets | Leah Rowe |
2024-06-29 | git.sh: rename fetch_project_repo to fetch_project | Leah Rowe |
2024-06-29 | vendor.sh readcfg: split the -b coreboot command | Leah Rowe |
2024-06-29 | vendor.sh: remove unnecessary check | Leah Rowe |
2024-06-29 | vendor.sh: condense inject() a bit | Leah Rowe |
2024-06-29 | vendor.sh extract_kbc1126: use quote on file check | Leah Rowe |