Age | Commit message (Expand) | Author |
2024-05-30 | import nuke() from cbmk cdce8ba70b | Leah Rowe |
2024-05-29 | coreboot t440p/w541: enable nvme in grub_scan_disk | Leah Rowe |
2024-05-29 | ./vendor download: skip if blob path is /dev/null | Leah Rowe |
2024-05-29 | do not allow dashes in coreboot target names | Leah Rowe |
2024-05-29 | ./vendor download: more fine-tuned error control | Leah Rowe |
2024-05-29 | vendor.sh: don't error on main targets | Leah Rowe |
2024-05-28 | roms: allow user override of grub_scan_disk | Leah Rowe |
2024-05-28 | grub.cfg: actually support setting boot order | Leah Rowe |
2024-05-28 | trees: use CPUS=x on regular coreboot make | Leah Rowe |
2024-05-28 | update gitignore | Leah Rowe |
2024-05-28 | roms: fix bad eval when comparing options | Leah Rowe |
2024-05-27 | grub.cfg: add spdx header | Leah Rowe |
2024-05-27 | re-configure grub_scan_disk on various targets | Leah Rowe |
2024-05-27 | remove grub_scan_disk in all target.cfg files | Leah Rowe |
2024-05-27 | grub.cfg: use grub_scan_disk to set boot order | Leah Rowe |
2024-05-27 | GRUB: remove XHCI patches for now (will re-add) | Leah Rowe |
2024-05-27 | minor correction | Leah Rowe |
2024-05-27 | roms: make grubfirst if seabios_withgrub=y | Leah Rowe |
2024-05-27 | coreboot: only run GRUB as a secondary payload | Leah Rowe |
2024-05-26 | flashprog: bump to 5b4fdd1 from 2 May 2024 | Leah Rowe |
2024-05-26 | rename include/option.sh to include/lib.sh | Leah Rowe |
2024-05-26 | roms: rename bstr variable | Leah Rowe |
2024-05-26 | general code cleanup in the build system | Leah Rowe |
2024-05-25 | build: simplify git_init() | Leah Rowe |
2024-05-25 | build: do root check before git check | Leah Rowe |
2024-05-25 | build: simplify git checks | Leah Rowe |
2024-05-25 | option.sh: fix bad check for version/versiondate | Leah Rowe |
2024-05-25 | trees: reset makeargs per target/project | Leah Rowe |
2024-05-25 | trees: also use UPDATED_SUBMODULES=1 on crossgcc | Leah Rowe |
2024-05-25 | trees: add UPDATED_SUBMODULES to coreboot make | Leah Rowe |
2024-05-25 | trees: write -C on the make command first not last | Leah Rowe |
2024-05-24 | config: add backup coreboot submodule repositories | Leah Rowe |
2024-05-24 | coreboot/default: remove chromeec from module.list | Leah Rowe |
2024-05-24 | git.sh: break if a submodule clone succeeds | Leah Rowe |
2024-05-24 | coreboot: only download the necessary submodules | Leah Rowe |
2024-05-24 | git.sh: allow finer control of git submodules | Leah Rowe |
2024-05-24 | build: hide git-init output | Leah Rowe |
2024-05-24 | option.sh: generate version file if .git not found | Leah Rowe |
2024-05-23 | update/trees: remove unused variable | Leah Rowe |
2024-05-22 | git.sh: move repo copying to a new function | Leah Rowe |
2024-05-22 | git.sh: move link_crossgcc to end of file | Leah Rowe |
2024-05-22 | git.sh: move xgcc linking to a new function | Leah Rowe |
2024-05-22 | git.sh: skip submodules if .gitmodules missing | Leah Rowe |
2024-05-22 | git.sh: merge patch_submodules in prep_submodules | Leah Rowe |
2024-05-22 | git.sh: split submodule handling to new function | Leah Rowe |
2024-05-22 | git.sh: remove errant line break | Leah Rowe |
2024-05-22 | git.sh: remove another meaningless check | Leah Rowe |
2024-05-22 | git.sh: shorter variable names | Leah Rowe |
2024-05-22 | git.sh: remove meaningless check | Leah Rowe |
2024-05-22 | git.sh: remove variable not meaningfully used | Leah Rowe |