Age | Commit message (Expand) | Author |
2023-04-30 | util/e6400-flash-unlock: do void on ec_fdo_command | Leah Rowe |
2023-04-24 | don't force console mode in grub | Leah Rowe |
2023-04-19 | util/e6400-flash-unlock: restore README | Nicholas Chin |
2023-04-19 | Add E6400 flash unlock utility | Nicholas Chin |
2023-04-15 | util/nvmutil: sort includes alphabetically | Leah Rowe |
2023-04-11 | util/nvmutil: don't display errant whitespace | Leah Rowe |
2023-04-08 | add ich9utils back to utils | Leah Rowe |
2023-04-07 | util/nvmutil: even crazier code size reduction | Leah Rowe |
2023-04-07 | util/nvmutil: yet more code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: more code size optimisations | Leah Rowe |
2023-04-07 | util/nvmutil: minor code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: fix possible regression | Leah Rowe |
2023-04-06 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-04-06 | util/nvmutil: remove unnecessary else statement | Leah Rowe |
2023-04-06 | util/nvmutil: less annoying comments | Leah Rowe |
2023-04-06 | util/nvmutil: remove duplicated logic | Leah Rowe |
2023-04-06 | util/nvmutil: one more comment | Leah Rowe |
2023-04-06 | util/nvmutil: add useful code comments | Leah Rowe |
2023-04-06 | util/nvmutil: remove unnecessary debug messages | Leah Rowe |
2023-04-06 | util/nvmutil: serious re-factoring, part 2 | Leah Rowe |
2023-04-06 | util/nvmutil: consolidated error message | Leah Rowe |
2023-04-06 | util/nvmutil: serious re-factoring (speed boost!) | Leah Rowe |
2023-04-05 | util/nvmutil: fix faulty zeroes-mac-address check | Leah Rowe |
2023-04-05 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-04-05 | util/nvmutil: move mac address parsing to function | Leah Rowe |
2023-03-06 | util/nvmutil: optimise rhex() further | Leah Rowe |
2023-01-28 | util/nvmutil: tidy up variable declarations | Leah Rowe |
2023-01-28 | util/nvmutil: setWord(): declare variables first | Leah Rowe |
2023-01-28 | util/nvmutil: reset errno if any write attempted | Leah Rowe |
2023-01-28 | util/nvmutil: do not write non-changes to disk | Leah Rowe |
2023-01-28 | util/nvmutil: cmd_swap(): write sequentually | Leah Rowe |
2023-01-28 | util/nvmutil: don't use malloc() | Leah Rowe |
2023-01-28 | util/nvmutil: fix clang build errors | Leah Rowe |
2023-01-28 | util/nvmutil: simplify rhex() | Leah Rowe |
2023-01-27 | util/nvmutil: use gbe[] in word() and setword() | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup | Leah Rowe |
2023-01-27 | util/nvmutil: call pledge() earlier, in main() | Leah Rowe |
2023-01-27 | util/nvmutil: remove unused #define | Leah Rowe |
2023-01-27 | util/nvmutil: optimised disk reads | Leah Rowe |
2023-01-27 | util/nvmutil: optimise cmd_swap() | Leah Rowe |
2023-01-27 | util/nvmutil: optimise rhex() for speed | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup in rhex() | Leah Rowe |
2023-01-17 | util/nvmutil: update copyright years | Leah Rowe |
2023-01-17 | util/nvmutil: limit bytes written per command | Leah Rowe |
2023-01-17 | util/nvmutil: make writeGbeFile more readable | Leah Rowe |
2023-01-17 | util/nvmutil: only write parts that are modified | Leah Rowe |
2022-12-24 | util/nvmutil: use err() more consistently | lbmkplaceholder |
2022-12-24 | util/nvmutil: more robust pointer handling | Leah Rowe |
2022-12-23 | util/nvmutil: optimise cmd_swap() further | lbmkplaceholder |
2022-12-23 | util/nvmutil: greatly optimise cmd_copy() | lbmkplaceholder |