1. a60e7b6 cbfstool: use struct cbfs_file * instead of void * by Patrick Georgi · 9 years ago
  2. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  3. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  4. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  5. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  6. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  7. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  8. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  9. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  10. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  11. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  12. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  13. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  14. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  15. 45e5997 cbfstool: clean up source code by Vadim Bendebury · 10 years ago
  16. 5e273a4 cbfstool: add a command to duplicate a cbfs instance by Vadim Bendebury · 10 years ago
  17. 458a12e cbfstool: allow user to explicitly specify header location by Vadim Bendebury · 10 years ago
  18. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  19. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  20. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  21. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  22. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  23. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  24. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  25. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  26. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  27. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  28. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago