index
:
lbmk.git
20240612_branch
3050wip
audit6
audit6-merge1
master
quackboot
libreboot build system (LibreBoot MaKe)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Collapse
)
Author
2022-11-27
util/nvmutil: improved error handling
Leah Rowe
2022-11-26
util/nvmutil: fix off by one bug
Leah Rowe
2022-11-26
nvmutil copy/swap: actually set nvmPartModified
Leah Rowe
2022-11-26
util/nvmutil: move cmd copy to own function
Leah Rowe
2022-11-26
util/nvmutil: move cmd swap to own function
Leah Rowe
2022-11-26
util/nvmutil: move cmd brick to own function
Leah Rowe
2022-11-26
util/nvmutil: cmd setchecksum in own function
Leah Rowe
2022-11-26
util/nvmutil: split "dump" into smaller functions
Leah Rowe
2022-11-26
util/nvmutil: re-factor to reduce code indentation
Leah Rowe
2022-11-26
util/nvmutil: write gbe files in a function
Leah Rowe
in any C program, main() should not contain detailed logic. ideally, the main() function should only be a skeleton, showing the overall logic flow of the program. split writing gbe files into a separate function, to satisfy this criteria.
2022-11-26
util/nvmutil: human-friendly exit messages, part 2
Leah Rowe
2022-11-18
util/nvmutil: more human-friendly exit messages
Leah Rowe
2022-11-17
assimilate nvmutil
Leah Rowe
[prev]