1. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  2. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  3. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  4. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  5. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  6. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  7. 5bad395 cbfstool: Eliminate useless cbfs_image_create() local variable by Sol Boucher · 9 years ago
  8. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  9. 297c88c cbfstool: Fix cbfs_copy_instance()'s master header endianness by Sol Boucher · 9 years ago
  10. 636cc85 cbfstool: Make the add action choose an aligned entries capacity by Sol Boucher · 9 years ago
  11. cccc9d4 cbfstool: compare pointer difference with ptrdiff_t value by Patrick Georgi · 9 years ago
  12. 0572565 cbfstool: Fix ability to add files at offsets near the end of empty spaces by Sol Boucher · 9 years ago
  13. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  14. 45e5997 cbfstool: clean up source code by Vadim Bendebury · 10 years ago
  15. 5e273a4 cbfstool: add a command to duplicate a cbfs instance by Vadim Bendebury · 10 years ago
  16. 458a12e cbfstool: allow user to explicitly specify header location by Vadim Bendebury · 10 years ago
  17. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  18. dde307c cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE by Martin Roth · 9 years ago
  19. 2dd161f cbfstool: Clean up code by Stefan Reinauer · 9 years ago
  20. 0780d67 util/cbfstool: Fix byte-ordering for payload type field. by Hung-Te Lin · 10 years ago
  21. 8f50e53 cbfstool: Fix architecture check when adding payload by Stefan Reinauer · 11 years ago
  22. ca63027 cbfstool: process cbfs_payload_segment(s) in host byte order by Aaron Durbin · 10 years ago
  23. a0f9ece util/cbfstool: Make cbfs_image_delete() NULL-tolerant. by Edward O'Callaghan · 10 years ago
  24. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  25. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  26. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  27. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  28. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  29. 1ebc7e9 cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 11 years ago
  30. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  31. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  32. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  33. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  34. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  35. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  36. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  37. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  38. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  39. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  40. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  41. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  42. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  43. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago