summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Expand)Author
2024-06-09minor code cleanup in the build systemLeah Rowe
2024-06-09re-add ability to use cbfs grub.cfg as defaultLeah Rowe
2024-06-09trees: exit with error if project undefinedLeah Rowe
2024-06-09add crossgcc tarballs to config/submodules/Leah Rowe
2024-06-07trees: simplified copy_elf() handlingLeah Rowe
2024-06-07git.sh: download "depend" projects *before*Leah Rowe
2024-06-07trees: don't check empty path in copy_elf()Leah Rowe
2024-06-07trees: fix build issue caused by bad elf checkLeah Rowe
2024-06-07trees: fix listfile check in copy_elf()Leah Rowe
2024-06-07trees: don't say check elf/ if build.list missingLeah Rowe
2024-06-07trees: don't do elfcheck if build.list missingLeah Rowe
2024-06-06trees: unified coreboot makeargsLeah Rowe
2024-06-06trees: use multiple threads to build cbutilsLeah Rowe
2024-06-06move handle_coreboot_utils to script/treesLeah Rowe
2024-06-06put coreboot utils in elf/, not cbutils/Leah Rowe
2024-06-06trees: skip single-tree build if a build existsLeah Rowe
2024-06-06use correct memtest86plus path in script/romsLeah Rowe
2024-06-06put memtest86plus builds in elf/memtest86plus/Leah Rowe
2024-06-06trees: also print "DONE! check elf/dir" on singleLeah Rowe
2024-06-06trees: handle build-test on multi-tree projectsLeah Rowe
2024-06-06move cfgsdir/datadir variables to lib.shLeah Rowe
2024-06-06handle build.list from config/data/, not config/Leah Rowe
2024-06-06don't use build.list to detect multi-tree projectsLeah Rowe
2024-06-03better help text on invalid commandsLeah Rowe
2024-06-02make GRUB multi-tree and re-add xhci patchesLeah Rowe
2024-05-28roms: allow user override of grub_scan_diskLeah Rowe
2024-05-28trees: use CPUS=x on regular coreboot makeLeah Rowe
2024-05-28roms: fix bad eval when comparing optionsLeah Rowe
2024-05-27grub.cfg: use grub_scan_disk to set boot orderLeah Rowe
2024-05-27minor correctionLeah Rowe
2024-05-27roms: make grubfirst if seabios_withgrub=yLeah Rowe
2024-05-26rename include/option.sh to include/lib.shLeah Rowe
2024-05-26roms: rename bstr variableLeah Rowe
2024-05-26general code cleanup in the build systemLeah Rowe
2024-05-25trees: reset makeargs per target/projectLeah Rowe
2024-05-25trees: also use UPDATED_SUBMODULES=1 on crossgccLeah Rowe
2024-05-25trees: add UPDATED_SUBMODULES to coreboot makeLeah Rowe
2024-05-25trees: write -C on the make command first not lastLeah Rowe
2024-05-23update/trees: remove unused variableLeah Rowe
2024-05-21fix building coreboot images on i686 hostsLeah Rowe
2024-05-19build/roms: skip target if config/ dir missingLeah Rowe
2024-05-19option.sh: mktar_release to mkrom_tarballLeah Rowe
2024-05-19build/roms: rename moverom to copyromLeah Rowe
2024-05-19minor code cleanup in the build systemLeah Rowe
2024-05-18build/roms: simplify serprog list commandLeah Rowe
2024-05-18build/roms: simplified config payload checksLeah Rowe
2024-05-16lbmk: allow easier sync with cbmkLeah Rowe
2024-05-15remove help commands (user should read docs)Leah Rowe
2024-05-15remove check_project() (always set variables)Leah Rowe
2024-05-15build/roms: clean up tarball handlingLeah Rowe