1. 1f30b24 util: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  2. 68a4c2a util/{cbfstool,nvramtool}: Use same indent levels for switch/case by Felix Singer · 7 months ago
  3. fc2f304 util: Use C99 flexible arrays by Elyes Haouas · 12 months ago
  4. c3566b6 nvramtool: Fix building on Linux systems with musl libc by Evgeny Zinoviev · 3 years, 7 months ago
  5. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 2 months ago
  6. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  7. 8aa087e .gitignore: Ignore .test/.dependencies globally by Patrick Georgi · 3 years, 9 months ago
  8. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 9 months ago
  9. 3909908 util: Allow overriding gcc as default host compiler by Patrick Georgi · 4 years, 1 month ago
  10. 13c1362 util/nvramtool: Remove license boiler plate from DISCLAIMER file, too by Patrick Georgi · 4 years, 2 months ago
  11. 55189c9 util: Use SPDX headers by Patrick Georgi · 4 years, 2 months ago
  12. a83c6bc util/nvramtool: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  13. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 2 months ago
  14. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 2 months ago
  15. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  16. 7eed98a util/nvramtool: Remove 2nd initialization by Elyes HAOUAS · 4 years, 3 months ago
  17. 79f7fcc util/nvramtool: fix building on OpenBSD by Evgeny Zinoviev · 4 years, 6 months ago
  18. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  19. 220c209 util/*: more typo fixes by Patrick Georgi · 4 years, 6 months ago
  20. 186c2f9 util/nvramtool: Create nvramtool object directories earlier by Patrick Georgi · 4 years, 7 months ago
  21. 52f0e84 util/*/Makefile: Rename -W to -Wextra by Jacob Garber · 5 years ago
  22. 96e0ce3 util/nvramtool: Mark out_of_memory() as noreturn by Jacob Garber · 5 years ago
  23. b592917 util/nvramtool: Enable -Wmissing-prototypes by Jacob Garber · 5 years ago
  24. f2a2137 util/nvramtool: Make internal function static by Jacob Garber · 5 years ago
  25. 4177bed util/nvramtool: Include missing header by Jacob Garber · 5 years ago
  26. c2e4941 treewide: use /usr/bin/env where appropriate by Yegor Timoshenko · 6 years ago
  27. fcd7008 util/nvramtool: Fix typos & remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  28. 8ba9e8c util: Add description.md to each util by Tom Hiller · 6 years ago
  29. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  30. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  31. 1b36c9d nvramtool: Fix build with OpenBSD by Piotr Kubaj · 7 years ago
  32. 179a904 nvramtool: Fix message when option table is not found by Arthur Heymans · 6 years ago
  33. 826713f nvramtool: Add dummy cmos-hw-unix accessor implementation for non-x86 by Paul Kocialkowski · 7 years ago
  34. cf24226 util/*: don't strip executables by Patrick Georgi · 7 years ago
  35. a564811 util: change coreboot to lowercase by Martin Roth · 7 years ago
  36. 59e2113 Use www.coreboot.org over coreboot.org by Paul Menzel · 7 years ago
  37. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  38. 3af6985 util/nvramtool: Bail out on unaligned multi-byte entries by Nico Huber · 7 years ago
  39. 8260650 nvramtool: Don't consider reserved regions to be "out of range" by Patrick Georgi · 8 years ago
  40. 7fbe6ae util/nvramtool/cli/nvramtool.c: Add newline to error message by Paul Menzel · 10 years ago
  41. 9c44b25 nvramtool: Print computed and stored checksum in case of mismatch. by Denis 'GNUtoo' Carikli · 8 years ago
  42. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  43. eb20e60 utils: Remove old license text from help & disclaimer file by Martin Roth · 9 years ago
  44. 347234c util/nvramtool: Use correct virtual address when mapping tables by Timothy Pearson · 9 years ago
  45. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  46. 0be83c0 util: Update makefiles for junit testing by Martin Roth · 9 years ago
  47. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  48. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  49. 1f5349e nvramtool: fix getopt handling with unsigned char by Stefan Tauner · 9 years ago
  50. 59ab4e9 nvramtool: make sure that strings are 0-terminated by Patrick Georgi · 10 years ago
  51. e890531 nvramtool: cmos_read(): Use malloc() instead of alloca() by Andrew Engelbrecht · 10 years ago
  52. dd1aab9 nvramtool: plug some memory leaks by Patrick Georgi · 10 years ago
  53. c5d1791 nvramtool: check for successful seek by Patrick Georgi · 10 years ago
  54. edb0a61 nvramtool: Close file after use by Patrick Georgi · 10 years ago
  55. ba1f9aa utils: Install man pages as non-executable (chmod 644) by Lubomir Rintel · 10 years ago
  56. 063c7c5 nvramtool: add -MG to makefile to make it pass clang by Yunlian Jiang · 11 years ago
  57. c37b05c nvramtool: write size field more obviously by Patrick Georgi · 11 years ago
  58. a98d306 nvramtool: Use CMOS_SIZE for cmos size by Patrick Georgi · 11 years ago
  59. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  60. 1278142 nvramtool: reduce memory mapping by Patrick Georgi · 11 years ago
  61. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  62. f6659ca nvramtool: fsync for mingw. by Zheng Bao · 12 years ago
  63. 5451672 build: build coreboot on mingw. by Zheng Bao · 12 years ago
  64. b13e94c nvramtool: uname in NetBSD doesnt take "-o" by Zheng Bao · 12 years ago
  65. 82c06bd nvramtool: Require no hw access for integrated Makefile by Zheng Bao · 12 years ago
  66. 5c63761 nvramtool: Read/write binary data as binary by Patrick Georgi · 12 years ago
  67. b3a18ac Isolate Kconfig host compiler options by Patrick Georgi · 12 years ago
  68. 645f2dd nvramtool: Set build flags for FreeBSD by Zheng Bao · 12 years ago
  69. 534e61c nvramtool: Remove the building warning on older gcc by Zheng Bao · 12 years ago
  70. 9981cad nvramtool: use C99 PRIx64 / PRId64 for uint64_t variables by Stefan Reinauer · 12 years ago
  71. 44a89b3 Fix build with CMOS support on various platforms by Patrick Georgi · 12 years ago
  72. a293714 nvramtool: Allow build under Cygwin by Raymond Danks · 12 years ago
  73. a8111cf nvramtool: Unify nvramtool and build_opt_tbl by Vikram Narayanan · 12 years ago
  74. c3fc4b9 nvramtool: Allow spaces in enumeration names by Patrick Georgi · 12 years ago
  75. f42c377 hexdump: fix compiler warning by Vikram Narayanan · 12 years ago
  76. 4a2daf6 nvramtool: 64bit safe CBFS handling by Patrick Georgi · 12 years ago
  77. 499fc92 Add nvramtool to coreboot build system by Patrick Georgi · 12 years ago
  78. a7b296d Fix warnings in coreboot utilities. by Stefan Reinauer · 13 years ago
  79. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  80. c31c4de nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram) by Stefan Reinauer · 13 years ago
  81. 1571dc9 Cast arguments to ctype(3) functions through (int)(unsigned char). by Jonathan Kollasch · 13 years ago
  82. cff573d DirectHW fixes for coreboot utilities by Stefan Reinauer · 13 years ago
  83. 155c379 nvramtool: Move code so it has access to the right data structures by Mathias Krause · 13 years ago
  84. 943b8b5 nvramtool: Change precedence order for data sources by Mathias Krause · 13 years ago
  85. b0c94a1 Add NetBSD support to nvramtool. by jakllsch · 13 years ago
  86. 36ade67 Separate CMOS layout from lbtable handling by Patrick Georgi · 13 years ago
  87. 1e916e0 Move CMOS handling into separate files in accessors by Patrick Georgi · 13 years ago
  88. 49a7443 Move the parser for cmos.layout text files to accessors by Patrick Georgi · 13 years ago
  89. c6d2b09 Move CLI portion of nvramtool into cli/ subdirectory as first step towards librarization. by Patrick Georgi · 13 years ago
  90. c7ca3e5 Eliminate a couple of 3-line functions that barely wrap *printf calls by Patrick Georgi · 13 years ago
  91. bf64985 No need to add varargs magic to a simple regex wrapper. by Patrick Georgi · 13 years ago
  92. a595058 If the tool has 64bit issues, we need to find and fix them. No papering over them. by Stefan Reinauer · 13 years ago
  93. 6e29665 Add CFLAGS when compiling resulting executable. It broke 64bit systems, because the rest uses -m32 now. by Rudolf Marek · 13 years ago
  94. 202be7b Add nvramtool -D option that allows taking cmos data from by Patrick Georgi · 13 years ago
  95. 269e932 Add nvramtool -C option that takes a CBFS file as argument. by Patrick Georgi · 13 years ago
  96. 9cd7eba Add support for working on in-memory CMOS data (eg. as loaded from a file). by Patrick Georgi · 13 years ago
  97. be5a178 Abstract CMOS accesses a bit more in preparation of using files for CMOS data. by Patrick Georgi · 13 years ago
  98. 0d4f653 There's another place where nvramtool can look for by Patrick Georgi · 13 years ago
  99. 024ec85 Remove overengineering, part 1/many by Patrick Georgi · 13 years ago
  100. 2601697 Eliminate strict aliasing related warnings. by Patrick Georgi · 13 years ago