Age | Commit message (Expand) | Author |
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 |
2024-06-29 | vendor.sh extract_kbc1126ec: simplify build check | Leah Rowe |
2024-06-29 | vendor.sh: simplify e6400 vga rom file check | Leah Rowe |
2024-06-29 | vendor.sh: simplify variable checks for e6400vga | Leah Rowe |
2024-06-29 | vendor.sh: condense fetch() a bit more | Leah Rowe |
2024-06-29 | vendor.sh: remove unnecessary check | Leah Rowe |
2024-06-29 | vendor.sh: simplify kbc1126 util handling | Leah Rowe |
2024-06-29 | vendor.sh: simplify bootstrap() utils handling | Leah Rowe |
2024-06-29 | vendor.sh: simplified initialisation of _7ztest | Leah Rowe |
2024-06-29 | vendor.sh: condense detect_board() a bit | Leah Rowe |
2024-06-29 | vendor.sh: condense patch_rom() a bit | Leah Rowe |
2024-06-29 | vendor.sh: add return to end of bootstrap() | Leah Rowe |
2024-06-29 | vendor.sh: rename getcfg() to readkconfig() | Leah Rowe |
2024-06-29 | vendor.sh: merge cfgutils() into readcfg() | Leah Rowe |
2024-06-29 | vendor.sh: remove build_dependencies_inject() | Leah Rowe |
2024-06-29 | vendor.sh: simplify initialisation of variables | Leah Rowe |