1. 68a4c2a util/{cbfstool,nvramtool}: Use same indent levels for switch/case by Felix Singer · 8 months ago
  2. 66df100 cbfstool: Fix CBFS header buffer overflow by Jeremy Compostella · 10 months ago
  3. ea4d4c9 cbfstool: Add comment to define stability rules for cbfstool print -k by Julius Werner · 1 year, 4 months ago
  4. 9049dfd util/cbfstool: Wrap logging macros in do - while by Fred Reitberger · 1 year, 10 months ago
  5. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  6. aa41563 util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer() by Jakub Czapiga · 2 years, 1 month ago
  7. b3398ba util/cbfstool: Do minor fixes by Alex James · 2 years, 7 months ago
  8. 02001a38 util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h by Alex James · 2 years, 8 months ago
  9. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 10 months ago
  10. 5779ca7 cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 by Julius Werner · 3 years, 9 months ago
  11. f0cc7ad cbfstool: Ensure attributes always come last in the metadata by Julius Werner · 3 years, 9 months ago
  12. 19ba95f util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESS by Furquan Shaikh · 3 years, 9 months ago
  13. 6b6e9b5 util/cbfstool: Treat region offsets differently than absolute addresses by Furquan Shaikh · 3 years, 9 months ago
  14. c4ee28c cbfstool: Hide hash printing behind -v and add to parseable output by Julius Werner · 4 years, 4 months ago
  15. 7066a1e cbfstool: Rename cbfs_walk() to cbfs_legacy_walk() by Julius Werner · 4 years, 5 months ago
  16. d477565 cbfstool: Use cbfs_serialized.h and standard vboot helpers by Julius Werner · 4 years, 5 months ago
  17. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  18. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  19. 01cfecc util/cbfstool: Fix typos by Patrick Georgi · 4 years, 7 months ago
  20. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  21. 2eb89c8 vboot: include vb2_sha.h when required by Joel Kitching · 5 years ago
  22. e28fa40 cbfstool: Fix cbfs_file_next_attr by Patrick Rudolph · 6 years ago
  23. bbf1df7 util/cbfstool: Fix GCC error due to a shadowed declaration by Werner Zeh · 6 years ago
  24. 21fdd89 cbfstool: add unprocessed flag for file exporting by Joel Kitching · 6 years ago
  25. b59c1f4 util/cbfstool/cbfs_image.c: Get rid of void pointer math by Richard Spiegel · 6 years ago
  26. 2b59c61 cbfstool: Clear entry being removed in all cases by Daisuke Nojiri · 6 years ago
  27. 3db0198 util/cbfstool: Fix typos by Elyes HAOUAS · 6 years ago
  28. 72d77a9 cbfstool/extract: ignore compression field for some payload segments by Joel Kitching · 6 years ago
  29. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  30. 0c2f0c1 cbfstool: Print compression algorithm by Daisuke Nojiri · 7 years ago
  31. 12631a4 util/cbfstool: Add "truncate" command by Patrick Georgi · 7 years ago
  32. 5d982d7 util/cbfstool: Add "expand" command to make CBFS span an fmap region by Patrick Georgi · 7 years ago
  33. dce629b util/cbfstool: avoid memleaks and off-by-ones by Patrick Georgi · 8 years ago
  34. c88d16b util/cbfstool: Add cbfs-compression-tool by Patrick Georgi · 8 years ago
  35. 862df92 util/cbfstool: Fix memory leak by Patrick Georgi · 8 years ago
  36. a2ce710 util/cbfstool: Add NULL-ptr check by Patrick Georgi · 8 years ago
  37. 1d56eef cbfstool: Fix off-by-one error in checking hash_type by Furquan Shaikh · 8 years ago
  38. 5de5458 util/cbfstool: Initialize elf_writer pointer to avoid crash by Jonathan Neuschäfer · 8 years ago
  39. 9844d56 cbfstool/cbfs_image: Fix resource leak for tbuff by Furquan Shaikh · 8 years ago
  40. 58644a0 cbfstool/cbfs_image: Check for return value of buffer_create by Furquan Shaikh · 8 years ago
  41. 7b40517 cbfstool/cbfs_image: Fix resource leak for segs by Furquan Shaikh · 8 years ago
  42. f3bba44 cbfstool/cbfs_image: Initialze empty_sz to 0 by Furquan Shaikh · 8 years ago
  43. 0b80628 cbfstool: Require "-m ARCH" to extract payloads and stages by Antonello Dettori · 8 years ago
  44. fda691e cbfstool: Extract payload in ELF by Antonello Dettori · 8 years ago
  45. 161d233 util/cbfstool: Include commonlib/helpers.h in common.h by Furquan Shaikh · 8 years ago
  46. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  47. 343ea08 util/cbfstool: Improve heuristic for cbfs header pointer protection by Patrick Georgi · 9 years ago
  48. 71c60ca util/cbfstool: add 'compact' command by Aaron Durbin · 9 years ago
  49. 5dc628a util/cbfstool: add machine parseable print by Aaron Durbin · 9 years ago
  50. 95bfcae cbfstool: Fix broken alignment because of flashmap by Werner Zeh · 9 years ago
  51. 29a04d9 cbfstool: keep cbfs master header pointer by Patrick Georgi · 9 years ago
  52. bd0bb23 cbfstool: Adapt "cbfstool copy" to only use fmap regions. by Patrick Georgi · 9 years ago
  53. 214e4af cbfstool: Use buffer over offset/size pair for cbfs_copy_instance by Patrick Georgi · 9 years ago
  54. 37450ff cbfstool: Fix build error with clang when comparing enum by zbao · 9 years ago
  55. 7db2b6c cbfstool: Allows mixed-state fmap regions to work by Patrick Georgi · 9 years ago
  56. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  57. 694fd13 cbfstool: extract rmodules as ELFs properly by Aaron Durbin · 9 years ago
  58. 5a1e85c cbfstool: create ELF files when extracting stages by Aaron Durbin · 9 years ago
  59. 1762502 cbfstool: add optional -m ARCH to extract by Aaron Durbin · 9 years ago
  60. 539aed0 cbfstool: decompress stage files on extraction by Aaron Durbin · 9 years ago
  61. 5213c53 cbfstool: have decompress functions provide ouput data size by Aaron Durbin · 9 years ago
  62. 285111f cbfstool: Fix removing and adding file with same name by Aaron Durbin · 9 years ago
  63. 831bbe8 cbfstool/cbfs_image.c: Just use one space before `=` by Paul Menzel · 9 years ago
  64. 89f2034 cbfstool: Add support for hashes as file metadata by Patrick Georgi · 9 years ago
  65. 2f953d3 cbfstool: prefer fmap data over cbfs master header if it exists by Patrick Georgi · 9 years ago
  66. d733941 cbfstool: provide metadata size to cbfs_locate_entry() by Aaron Durbin · 9 years ago
  67. dc37dab cbfstool: drop extra copy of filetype->string map by Patrick Georgi · 9 years ago
  68. 23aeaff cbfstool: implement decompression support for cbfstool extract by Patrick Georgi · 9 years ago
  69. a71c83f cbfstool: factor out parsing compression file attributes by Patrick Georgi · 9 years ago
  70. c82725c cbfstool: support compressed files in cbfstool print by Patrick Georgi · 9 years ago
  71. 2c61506 cbfstool: add extended file attributes for cbfs_file by Patrick Georgi · 9 years ago
  72. 011b0b3 cbfstool: update warning on cbfstool extract by Patrick Georgi · 9 years ago
  73. f5252f3 cbfstool: don't pass header_size as separate argument (part 2) by Patrick Georgi · 9 years ago
  74. d5a4afa cbfstool: don't pass header_size as separate argument by Patrick Georgi · 9 years ago
  75. a60e7b6 cbfstool: use struct cbfs_file * instead of void * by Patrick Georgi · 9 years ago
  76. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  77. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  78. 19c80b2 cbfstool: drop size argument to cbfs_add_entry_at by Patrick Georgi · 9 years ago
  79. ae7efb9 cbfstool: cut down on the debug output by Patrick Georgi · 9 years ago
  80. 7a33b53 cbfstool: Don't patch cbfs_file->len, it's already set correctly by Patrick Georgi · 9 years ago
  81. bc39690 cbfstool: drop unused arguments in internal function by Patrick Georgi · 9 years ago
  82. 62c014b cbfstool: start moving cbfs_file header creation up the call chain by Patrick Georgi · 9 years ago
  83. 4eb8abe cbfstool: more descriptive variable name by Patrick Georgi · 9 years ago
  84. dd2d3f9 cbfstool: unify actual file creation by Patrick Georgi · 9 years ago
  85. aa44dbd cbfstool: move tests for fixed-location files earlier by Patrick Georgi · 9 years ago
  86. db01ddf cbfstool: prepare moving tests earlier by Patrick Georgi · 9 years ago
  87. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  88. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  89. 7fd1418 cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() by Patrick Georgi · 9 years ago
  90. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  91. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  92. 4d1c5aa cbfstool: Deduplicate code to merge empty files by Patrick Georgi · 9 years ago
  93. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  94. 2062473 cbfstool: move fill value to cbfs.h by Patrick Georgi · 9 years ago
  95. 5bb90e6 cbfstool: Remove extra comma after {0, NULL} list element by Sol Boucher · 9 years ago
  96. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  97. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  98. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  99. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  100. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago