Age | Commit message (Expand) | Author |
2023-09-25 | util/: use SPDX license and copyright headers | Leah Rowe |
2023-09-25 | Update email address for Leah Rowe copyrights | Leah Rowe |
2023-09-19 | util/nvmutil: remove xorswap() macro | Leah Rowe |
2023-09-19 | util/nvmutil: make setWord a macro | Leah Rowe |
2023-09-19 | util/nvmutil: further optimise swap command | Leah Rowe |
2023-09-19 | util/nvmutil: use correct comparisons on pointers | Leah Rowe |
2023-09-19 | util/nvmutil: optimise swap command | Leah Rowe |
2023-09-18 | util/nvmutil: don't use err_if on argc check | Leah Rowe |
2023-09-18 | util/nvmutil: always print filename in err_if | Leah Rowe |
2023-09-18 | util/nvmutil: remove SIZE_8KB define | Leah Rowe |
2023-09-18 | util/nvmutil: remove xpread/xpwrite macros | Leah Rowe |
2023-09-18 | util/nvmutil: remove unnecessary xclose macro | Leah Rowe |
2023-09-18 | util/nvmutil: simplify pledge and unveil handling | Leah Rowe |
2023-09-05 | util/nvmutil: put code all in nvmutil.c | Leah Rowe |
2023-09-04 | move me7_update_parser.py to util/ | Leah Rowe |
2023-09-03 | ich9m mainboards: use pre-assembled ifd/gbe files | Leah Rowe |
2023-06-14 | util/nvmutil: reduced indentation inside loop | Leah Rowe |
2023-06-14 | util/spkmodem-recv: rename function for clarity | Leah Rowe |
2023-06-13 | util/spkmodem-recv: remove unnecessary error check | Leah Rowe |
2023-06-13 | util/spkmodem-recv: say cc, not gcc, in comment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: fix bad comment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: remove unnecessary assignment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: simplify getopt handling | Leah Rowe |
2023-06-13 | util/spkmodem-recv: cleaner ring buffer handling | Leah Rowe |
2023-06-13 | remove errant file | Leah Rowe |
2023-06-12 | util/spkmodem-recv: re-add full license header | Leah Rowe |
2023-06-12 | util/ich9gen: change default mac address | Leah Rowe |
2023-06-08 | util/spkmodem-recv: fix regression | Leah Rowe |
2023-06-05 | util/spkmodem-recv: make ringpos a global variable | Leah Rowe |
2023-06-05 | util/spkmodem-recv: simplify sample_cnt/char reset | Leah Rowe |
2023-06-05 | util/spkmodem-recv: print stats in other function | Leah Rowe |
2023-06-05 | util/spkmodem-recv: only print unhandled err on -d | Leah Rowe |
2023-06-05 | util/spkmodem-recv: make debug a runtime option | Leah Rowe |
2023-06-05 | util/spkmodem-recv: always disable line buffering | Leah Rowe |
2023-06-05 | util/spkmodem-recv: simplify stdout flush logic | Leah Rowe |
2023-06-05 | util/spkmodem-recv: rename variables for clarity | Leah Rowe |
2023-06-04 | util/spkmodem-recv: split print_char() up | Leah Rowe |
2023-06-04 | util/spkmodem-recv: reduce indent in print_char() | Leah Rowe |
2023-06-04 | util/spkmodem-recv: squash a few code lines | Leah Rowe |
2023-06-04 | util/spkmodem-recv: bsd-style indent | Leah Rowe |
2023-06-04 | util/spkmodem-recv: order prototypes per function | Leah Rowe |
2023-06-04 | util/spkmodem-recv: warn on unhandled exit error | Leah Rowe |
2023-06-04 | util/spkmodem-recv: another minor code cleanup | Leah Rowe |
2023-06-04 | util/spkmodem-recv: always set errno on err() | Leah Rowe |
2023-06-04 | util/spkmodem-recv: minor code cleanup | Leah Rowe |
2023-06-04 | util/spkmodem-recv: handle sample errors correctly | Leah Rowe |
2023-06-04 | util/spkmodem-recv: simplify pulse check | Leah Rowe |
2023-06-03 | util/nvmutil: call unveil earlier, and harden | Leah Rowe |
2023-06-03 | util/nvmutil: hardening: reduce pledges earlier | Leah Rowe |
2023-06-03 | util/nvmutil: fix faulty arg check | Leah Rowe |