summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-21include/rom.sh: use ccache when building corebootquackbootLeah Rowe
2024-07-20quackboot (same idea as klompboot), from audit6Leah Rowe
2024-07-19vendor.sh: don't use XBMK_CACHE for appdiraudit6Leah Rowe
2024-07-19put cachedir in environmental variableLeah Rowe
2024-07-18git.sh: warn when a cached clone failsLeah Rowe
2024-07-18git.sh: fix typo in git commandLeah Rowe
2024-07-18git.sh: fix lack of error exits on faultLeah Rowe
2024-07-18build: remove tmp/ on release archivesLeah Rowe
2024-07-17trees: hardcode makeargs for xgccLeah Rowe
2024-07-17allow using coreboot's build system to add payloadLeah Rowe
2024-07-17trees: remove unnecessary commandLeah Rowe
2024-07-17build: remove cache/ on making releasesLeah Rowe
2024-07-17unify caching of files into cache/Leah Rowe
2024-07-17unified cache file handling for vendorfile/subfileLeah Rowe
2024-07-17git.sh: remove previous tmprepo if args>5Leah Rowe
2024-07-17git.sh: try direct clone if cached git failsLeah Rowe
2024-07-17git.sh: re-try git pull three timesLeah Rowe
2024-07-17trees: auto-delete+auto-rebuild if project changesLeah Rowe
2024-07-17trees: also remove single-tree repo/p/Leah Rowe
2024-07-17trees: remove repo/p, not src/p/pLeah Rowe
2024-07-17git.sh: don't download to src/project/project/Leah Rowe
2024-07-17git.sh: cache git downloads to repo/Leah Rowe
2024-07-16remove util/autoportLeah Rowe
2024-07-13trees: move dependency building to new functionLeah Rowe
2024-07-11Merge pull request 'Update U-Boot to v2024.07' (#225) from alpernebbi/lbmk:ub...Leah Rowe
2024-07-11u-boot: Fix display initialization on gru boardsAlper Nebi Yasak
2024-07-11u-boot: Avoid breaking build for U-Boot-only binman imagesAlper Nebi Yasak
2024-07-11u-boot: Update to v2024.07Alper Nebi Yasak
2024-07-11trees: fix bad comparison in configure_project()Leah Rowe
2024-07-11trees: don't continue if no argument givenLeah Rowe
2024-07-10trees: general code cleanupLeah Rowe
2024-07-10trees: merge build_targets() with handle_targets()Leah Rowe
2024-07-10trees: use wrapper for dry-running make commandsLeah Rowe
2024-07-10trees: remove project-specific hacksLeah Rowe
2024-07-10remove executable permission on include/Leah Rowe
2024-07-10rom.sh: actually say if a cbutil existsLeah Rowe
2024-07-10rom.sh: avoid re-building cbutils if builtLeah Rowe
2024-07-10rom.sh: only before cbutils before corebootLeah Rowe
2024-07-10trees: fix bad comparisonLeah Rowe
2024-07-09minor cleanupLeah Rowe
2024-07-09trees: support -d (dry run) for custom build logicLeah Rowe
2024-07-08rom.sh: only make rom tarball if release=yLeah Rowe
2024-07-07rom.sh: new file, to replace script/romsLeah Rowe
2024-07-06roms: remove unnecessary trees checksLeah Rowe
2024-07-06coreboot: set build_depend on target.cfg filesLeah Rowe
2024-07-06trees: rename load_target_config()Leah Rowe
2024-07-06trees: support build dependencies, not just fetchLeah Rowe
2024-07-06GRUB: only load xhci from grub.cfgLeah Rowe
2024-07-05trees: just do makeargs on coreboot, not cbmakeargLeah Rowe
2024-07-01trees: fix bad rm -Rf command (-Rf, not Rf)Leah Rowe