summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-05-16util/spkmodem_recv: Use correct printf specifierLeah Rowe
2023-05-16util/spkmodem_recv: Add error handlingLeah Rowe
2023-05-16util/spkmodem_recv: Move logic out of mainLeah Rowe
2023-05-16util/spkmodem_recv: Rename variable for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Remove use of static keywordLeah Rowe
2023-05-16util/spkmodem_recv: Rename variable for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Remove space in function callsLeah Rowe
2023-05-16util/spkmodem_recv: Say frame in EnglishLeah Rowe
2023-05-16util/spkmodem_recv: Top-down logic (main on top)Leah Rowe
2023-05-16util/spkmodem_recv: simplified pulse checkLeah Rowe
2023-05-16util/spkmodem_recv: Define argc/argv in mainLeah Rowe
2023-05-16util/spkmodem_recv: Reduced indentation in loopLeah Rowe
2023-05-16util/spkmodem_recv: Use tabs for indentationLeah Rowe
2023-05-16util/spkmodem_recv: Add clean to the MakefileLeah Rowe
2023-05-16util/spkmodem_recv: Define CC in the MakefileLeah Rowe
2023-05-16util/spkmodem_recv: Add strict CFLAGSLeah Rowe
2023-05-16util/spkmodem_recv: Import from corebootLeah Rowe
2023-04-30util/e6400-flash-unlock: do void on ec_fdo_commandLeah Rowe
2023-04-24don't force console mode in grubLeah Rowe
2023-04-19util/e6400-flash-unlock: restore READMENicholas Chin
2023-04-19Add E6400 flash unlock utilityNicholas Chin
2023-04-15util/nvmutil: sort includes alphabeticallyLeah Rowe
2023-04-11util/nvmutil: don't display errant whitespaceLeah Rowe
2023-04-08add ich9utils back to utilsLeah Rowe
2023-04-07util/nvmutil: even crazier code size reductionLeah Rowe
2023-04-07util/nvmutil: yet more code size optimisationLeah Rowe
2023-04-07util/nvmutil: more code size optimisationsLeah Rowe
2023-04-07util/nvmutil: minor code size optimisationLeah Rowe
2023-04-07util/nvmutil: fix possible regressionLeah Rowe
2023-04-06util/nvmutil: minor code cleanupLeah Rowe
2023-04-06util/nvmutil: remove unnecessary else statementLeah Rowe
2023-04-06util/nvmutil: less annoying commentsLeah Rowe
2023-04-06util/nvmutil: remove duplicated logicLeah Rowe
2023-04-06util/nvmutil: one more commentLeah Rowe
2023-04-06util/nvmutil: add useful code commentsLeah Rowe
2023-04-06util/nvmutil: remove unnecessary debug messagesLeah Rowe
2023-04-06util/nvmutil: serious re-factoring, part 2Leah Rowe
2023-04-06util/nvmutil: consolidated error messageLeah Rowe
2023-04-06util/nvmutil: serious re-factoring (speed boost!)Leah Rowe
2023-04-05util/nvmutil: fix faulty zeroes-mac-address checkLeah Rowe
2023-04-05util/nvmutil: minor code cleanupLeah Rowe
2023-04-05util/nvmutil: move mac address parsing to functionLeah Rowe
2023-03-06util/nvmutil: optimise rhex() furtherLeah Rowe
2023-01-28util/nvmutil: tidy up variable declarationsLeah Rowe
2023-01-28util/nvmutil: setWord(): declare variables firstLeah Rowe
2023-01-28util/nvmutil: reset errno if any write attemptedLeah Rowe
2023-01-28util/nvmutil: do not write non-changes to diskLeah Rowe
2023-01-28util/nvmutil: cmd_swap(): write sequentuallyLeah Rowe
2023-01-28util/nvmutil: don't use malloc()Leah Rowe
2023-01-28util/nvmutil: fix clang build errorsLeah Rowe