1. aa41563 util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer() by Jakub Czapiga · 2 years, 1 month ago
  2. c4ee28c cbfstool: Hide hash printing behind -v and add to parseable output by Julius Werner · 4 years, 4 months ago
  3. 7066a1e cbfstool: Rename cbfs_walk() to cbfs_legacy_walk() by Julius Werner · 4 years, 5 months ago
  4. d477565 cbfstool: Use cbfs_serialized.h and standard vboot helpers by Julius Werner · 4 years, 5 months ago
  5. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  6. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  7. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  8. 21fdd89 cbfstool: add unprocessed flag for file exporting by Joel Kitching · 6 years ago
  9. 12631a4 util/cbfstool: Add "truncate" command by Patrick Georgi · 7 years ago
  10. 5d982d7 util/cbfstool: Add "expand" command to make CBFS span an fmap region by Patrick Georgi · 7 years ago
  11. 71c60ca util/cbfstool: add 'compact' command by Aaron Durbin · 9 years ago
  12. 5dc628a util/cbfstool: add machine parseable print by Aaron Durbin · 9 years ago
  13. 214e4af cbfstool: Use buffer over offset/size pair for cbfs_copy_instance by Patrick Georgi · 9 years ago
  14. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  15. 1762502 cbfstool: add optional -m ARCH to extract by Aaron Durbin · 9 years ago
  16. 89f2034 cbfstool: Add support for hashes as file metadata by Patrick Georgi · 9 years ago
  17. d733941 cbfstool: provide metadata size to cbfs_locate_entry() by Aaron Durbin · 9 years ago
  18. 2c61506 cbfstool: add extended file attributes for cbfs_file by Patrick Georgi · 9 years ago
  19. f5252f3 cbfstool: don't pass header_size as separate argument (part 2) by Patrick Georgi · 9 years ago
  20. a60e7b6 cbfstool: use struct cbfs_file * instead of void * by Patrick Georgi · 9 years ago
  21. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  22. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  23. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  24. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  25. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  26. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  27. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  28. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  29. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  30. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  31. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  32. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  33. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  34. 45e5997 cbfstool: clean up source code by Vadim Bendebury · 10 years ago
  35. 5e273a4 cbfstool: add a command to duplicate a cbfs instance by Vadim Bendebury · 10 years ago
  36. 458a12e cbfstool: allow user to explicitly specify header location by Vadim Bendebury · 10 years ago
  37. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  38. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  39. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  40. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  41. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  42. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  43. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  44. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  45. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  46. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  47. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago