summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-26get.sh: consolidate printf statementsLeah Rowe
2025-05-26get.sh: remove redundant printf in fetch_projectLeah Rowe
2025-05-26get.sh: remove superfluous command in try_git()Leah Rowe
2025-05-26vendor.sh: simplify fetch()Leah Rowe
2025-05-25init.sh: error out if .git/ is a symlinkLeah Rowe
2025-05-25get.sh: Properly error out if tmpclone failsLeah Rowe
2025-05-25tree.sh: Don't auto-run make-oldconfigLeah Rowe
2025-05-25rom.sh: simplify mkcoreboottar()Leah Rowe
2025-05-25rom.sh: rename mkvendorfilesLeah Rowe
2025-05-25rom.sh: simplify ccache handling for corebootLeah Rowe
2025-05-25rom.sh: simplify u-boot payload handlingLeah Rowe
2025-05-23ifd/hp8300usdt: set the HAP bit by defaultLeah Rowe
2025-05-22coreboot: Remove unused vboot testsLeah Rowe
2025-05-22coreboot/default: Remove unneeded FSP modulesLeah Rowe
2025-05-22get.sh: Always update git remotesLeah Rowe
2025-05-22get.sh: re-generate remotes every timeLeah Rowe
2025-05-22release.sh: copy version files to rsrcLeah Rowe
2025-05-22xbmk: add fake config makefile args to flashprogLeah Rowe
2025-05-22vendor.sh: add colon at the end of a for loopLeah Rowe
2025-05-22rom.sh: skip copyps1bios on dry buildsLeah Rowe
2025-05-22tree.sh: Don't run make-clean on dry runsLeah Rowe
2025-05-21GRUB: Update to revision 73d1c959e (14 March 2025)Leah Rowe
2025-05-20Revert "vendor.sh: optimise find_me()"Leah Rowe
2025-05-20vendor.sh: optimise find_me()Leah Rowe
2025-05-19get.sh: add missing check in fetch_project()Leah Rowe
2025-05-19get.sh: stricter URL check in xbmkget()Leah Rowe
2025-05-19get.sh: make xbmkget() easier to understandLeah Rowe
2025-05-19get.sh: Make xbmkget err on exiting the loop checkLeah Rowe
2025-05-19tree.sh: fix up copy_elf(), bad for loopLeah Rowe
2025-05-19lib.sh: Use while, not for, to process argumentsLeah Rowe
2025-05-19xbmk: stricter handling of files on while loopsLeah Rowe
2025-05-19init.sh: looser XBMK_THREADS validationLeah Rowe
2025-05-19init.sh: Hardcode XBMK_CACHE for integrityLeah Rowe
2025-05-19dependencies/debian: add libx86Leah Rowe
2025-05-18init.sh: merge xbmk_lock() with xbmk_set_env()Leah Rowe
2025-05-18init.sh: move xbmk_set_versionLeah Rowe
2025-05-18init.sh: set pyver from set_envLeah Rowe
2025-05-18init.sh: merge xbmk_mkdirs with set_envLeah Rowe
2025-05-18init.sh: check version/versiondate once readLeah Rowe
2025-05-18init.sh: error if version not readLeah Rowe
2025-05-18init.sh: only update version files on parentLeah Rowe
2025-05-18init.sh: simplify unknown version creationLeah Rowe
2025-05-18init.sh: only set xbmk version on parent instanceLeah Rowe
2025-05-18init.sh: initialise variables AFTER pathLeah Rowe
2025-05-18init.sh: merge create_pathdirs with set_pyverLeah Rowe
2025-05-18init.sh: Set python version only on parentLeah Rowe
2025-05-18init.sh: remove useless commandLeah Rowe
2025-05-18init.sh: remove useless commentLeah Rowe
2025-05-18init.sh: xbmk_create_tmpdir to xbmk_mkdirsLeah Rowe
2025-05-18init.sh: move gnupath creation to create_tmpdirLeah Rowe