summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-27remove grub_scan_disk in all target.cfg filesLeah Rowe
2024-05-27grub.cfg: use grub_scan_disk to set boot orderLeah Rowe
2024-05-27GRUB: remove XHCI patches for now (will re-add)Leah Rowe
2024-05-27minor correctionLeah Rowe
2024-05-27roms: make grubfirst if seabios_withgrub=yLeah Rowe
2024-05-27coreboot: only run GRUB as a secondary payloadLeah Rowe
2024-05-26flashprog: bump to 5b4fdd1 from 2 May 2024Leah 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-25build: simplify git_init()Leah Rowe
2024-05-25build: do root check before git checkLeah Rowe
2024-05-25build: simplify git checksLeah Rowe
2024-05-25option.sh: fix bad check for version/versiondateLeah 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-24config: add backup coreboot submodule repositoriesLeah Rowe
2024-05-24coreboot/default: remove chromeec from module.listLeah Rowe
2024-05-24git.sh: break if a submodule clone succeedsLeah Rowe
2024-05-24coreboot: only download the necessary submodulesLeah Rowe
2024-05-24git.sh: allow finer control of git submodulesLeah Rowe
2024-05-24build: hide git-init outputLeah Rowe
2024-05-24option.sh: generate version file if .git not foundLeah Rowe
2024-05-23update/trees: remove unused variableLeah Rowe
2024-05-22git.sh: move repo copying to a new functionLeah Rowe
2024-05-22git.sh: move link_crossgcc to end of fileLeah Rowe
2024-05-22git.sh: move xgcc linking to a new functionLeah Rowe
2024-05-22git.sh: skip submodules if .gitmodules missingLeah Rowe
2024-05-22git.sh: merge patch_submodules in prep_submodulesLeah Rowe
2024-05-22git.sh: split submodule handling to new functionLeah Rowe
2024-05-22git.sh: remove errant line breakLeah Rowe
2024-05-22git.sh: remove another meaningless checkLeah Rowe
2024-05-22git.sh: shorter variable namesLeah Rowe
2024-05-22git.sh: remove meaningless checkLeah Rowe
2024-05-22git.sh: remove variable not meaningfully usedLeah Rowe
2024-05-22add CHANGELOG to .gitignoreLeah Rowe
2024-05-22Merge pull request 'Fix E6400 display reference clock patches' (#214) from ni...Leah Rowe
2024-05-21Fix E6400 display reference clock patchesNicholas Chin
2024-05-21fix building coreboot images on i686 hostsLeah Rowe
2024-05-21Merge pull request 'Also try unlocking encrypted volume on NVMe' (#213) from ...Leah Rowe
2024-05-21Also try unlocking encrypted volume on NVMeMate Kukri
2024-05-21Merge pull request 'Add NVMe support to GRUB2 payload' (#212) from mkukri/lbm...Leah Rowe
2024-05-21Merge pull request 'Fix E6400 display issue with 1440 x 900 panel' (#211) fro...Leah Rowe
2024-05-21Merge pull request 'Add pt qwerty keymap to lbmk' (#210) from samuraikid/lbmk...Leah Rowe
2024-05-21git.sh: fix invalid command in git_prep()Leah Rowe
2024-05-20Add NVMe support to GRUB2 payloadMate Kukri
2024-05-20Fix E6400 display issue with 1440 x 900 panelNicholas Chin
2024-05-20git.sh: allow patching submodulesLeah Rowe