1. ae7efb9 cbfstool: cut down on the debug output by Patrick Georgi · 9 years ago
  2. 7a33b53 cbfstool: Don't patch cbfs_file->len, it's already set correctly by Patrick Georgi · 9 years ago
  3. bc39690 cbfstool: drop unused arguments in internal function by Patrick Georgi · 9 years ago
  4. 62c014b cbfstool: start moving cbfs_file header creation up the call chain by Patrick Georgi · 9 years ago
  5. 4eb8abe cbfstool: more descriptive variable name by Patrick Georgi · 9 years ago
  6. dd2d3f9 cbfstool: unify actual file creation by Patrick Georgi · 9 years ago
  7. aa44dbd cbfstool: move tests for fixed-location files earlier by Patrick Georgi · 9 years ago
  8. db01ddf cbfstool: prepare moving tests earlier by Patrick Georgi · 9 years ago
  9. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  10. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  11. 7fd1418 cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() by Patrick Georgi · 9 years ago
  12. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  13. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  14. 4d1c5aa cbfstool: Deduplicate code to merge empty files by Patrick Georgi · 9 years ago
  15. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  16. 2062473 cbfstool: move fill value to cbfs.h by Patrick Georgi · 9 years ago
  17. 5bb90e6 cbfstool: Remove extra comma after {0, NULL} list element by Sol Boucher · 9 years ago
  18. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  19. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  20. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  21. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  22. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  23. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  24. 5bad395 cbfstool: Eliminate useless cbfs_image_create() local variable by Sol Boucher · 9 years ago
  25. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  26. 297c88c cbfstool: Fix cbfs_copy_instance()'s master header endianness by Sol Boucher · 9 years ago
  27. 636cc85 cbfstool: Make the add action choose an aligned entries capacity by Sol Boucher · 9 years ago
  28. cccc9d4 cbfstool: compare pointer difference with ptrdiff_t value by Patrick Georgi · 9 years ago
  29. 0572565 cbfstool: Fix ability to add files at offsets near the end of empty spaces by Sol Boucher · 9 years ago
  30. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  31. 45e5997 cbfstool: clean up source code by Vadim Bendebury · 10 years ago
  32. 5e273a4 cbfstool: add a command to duplicate a cbfs instance by Vadim Bendebury · 10 years ago
  33. 458a12e cbfstool: allow user to explicitly specify header location by Vadim Bendebury · 10 years ago
  34. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  35. dde307c cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE by Martin Roth · 9 years ago
  36. 2dd161f cbfstool: Clean up code by Stefan Reinauer · 9 years ago
  37. 0780d67 util/cbfstool: Fix byte-ordering for payload type field. by Hung-Te Lin · 10 years ago
  38. 8f50e53 cbfstool: Fix architecture check when adding payload by Stefan Reinauer · 11 years ago
  39. ca63027 cbfstool: process cbfs_payload_segment(s) in host byte order by Aaron Durbin · 10 years ago
  40. a0f9ece util/cbfstool: Make cbfs_image_delete() NULL-tolerant. by Edward O'Callaghan · 10 years ago
  41. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  42. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  43. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  44. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  45. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  46. 1ebc7e9 cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 11 years ago
  47. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  48. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  49. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  50. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  51. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  52. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  53. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  54. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  55. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  56. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  57. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  58. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  59. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  60. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago