Age | Commit message (Expand) | Author |
2023-05-20 | build/payload/grub: split logic into functions | Leah Rowe |
2023-05-20 | build/payload/grub: 79 chars or less per line | Leah Rowe |
2023-05-20 | build/release/roms: minor cleanup | Leah Rowe |
2023-05-20 | build/release/roms: handle argument properly | Leah Rowe |
2023-05-20 | build/release/roms: remove superfluous comments | Leah Rowe |
2023-05-20 | build/release/roms: handle errors inside subshell | Leah Rowe |
2023-05-20 | build/release/roms: split logic into functions | Leah Rowe |
2023-05-20 | build/release/roms: use tabs for indentation | Leah Rowe |
2023-05-20 | build/release/src: 79 chars or less per code line | Leah Rowe |
2023-05-20 | build/release/src: handle errors in subshells | Leah Rowe |
2023-05-20 | build/release/src: split logic into functions | Leah Rowe |
2023-05-20 | build/ich9utils: simplify, fix error handling | Leah Rowe |
2023-05-20 | build/memtest86plus: use tabs for indentation | Leah Rowe |
2023-05-20 | build/clean/crossgcc: better code style | Leah Rowe |
2023-05-20 | build/descriptors: simplify and fix error handling | Leah Rowe |
2023-05-20 | build/grub: fix inconsistent indentation | Leah Rowe |
2023-05-20 | build/grub: implement error handling | Leah Rowe |
2023-05-20 | build/grub: introduce main(), split it up | Leah Rowe |
2023-05-20 | build/cbutils: remove unnecessary directory check | Leah Rowe |
2023-05-20 | build/cbutils: rename function for clarity | Leah Rowe |
2023-05-20 | build/cbutil: avoid frivilous use of subshells | Leah Rowe |
2023-05-20 | build/cbutils: top-down coding style, main on top | Leah Rowe |
2023-05-20 | build/cbutils: 79 chars or less per line | Leah Rowe |
2023-05-20 | build/cbutils: use tabs for indendation | Leah Rowe |
2023-05-18 | download/coreboot: minor cleanup | Leah Rowe |
2023-05-18 | blobutil/download: minor code cleanup | Leah Rowe |
2023-05-15 | download/coreboot: minor code cleanup | Leah Rowe |
2023-05-15 | download/coreboot: remove errant code | Leah Rowe |
2023-05-15 | download/coreboot: tidy up variable names | Leah Rowe |
2023-05-15 | download/coreboot: run extra.sh from cbtree | Leah Rowe |
2023-05-15 | download/coreboot: avoid variable conflict | Leah Rowe |
2023-05-15 | download/coreboot: fix downloads without argument | Leah Rowe |
2023-05-15 | download/coreboot: much cleaner coding style | Leah Rowe |
2023-05-15 | download/coreboot: clone upstream via ./gitclone | Leah Rowe |
2023-05-15 | download/coreboot: simplify check | Leah Rowe |
2023-05-15 | download/coreboot: fix misnamed function | Leah Rowe |
2023-05-15 | download/coreboot: simplify small if statements | Leah Rowe |
2023-05-15 | download/coreboot: fetch config in new function | Leah Rowe |
2023-05-15 | download/coreboot: use global variables | Leah Rowe |
2023-05-15 | download/coreboot: rename function for clarity | Leah Rowe |
2023-05-15 | download/coreboot: reduce indentation in loop | Leah Rowe |
2023-05-15 | download/coreboot allow downloading specific trees | Leah Rowe |
2023-05-15 | download/coreboot: split config check to function | Leah Rowe |
2023-05-15 | download/coreboot: fix misnamed variable | Leah Rowe |
2023-05-15 | download/coreboot: consistent function declaration | Leah Rowe |
2023-05-15 | download/coreboot: rename function for clarity | Leah Rowe |
2023-05-15 | download/coreboot: prune errant comments | Leah Rowe |
2023-05-15 | download/coreboot: split main() | Leah Rowe |
2023-05-15 | download/coreboot functions: rename board variable | Leah Rowe |
2023-05-15 | download/coreboot: top-down re-ordering | Leah Rowe |