1. 607796a cbfstool: Don't use le32toh(), it's non-standard by Nico Huber · 8 years ago
  2. ecaa570 util/cbfstool: Enable adding precompressed files to cbfs by Patrick Georgi · 8 years ago
  3. 2ed7295 util/cbfstool: Don't print region information on stderr by default by Patrick Georgi · 8 years ago
  4. 6b2d2db util/cbfstool: check that buffer_create worked by Patrick Georgi · 8 years ago
  5. d9edb18 util/cbfstool: Enable filling fmap regions with a given value by Patrick Georgi · 8 years ago
  6. 16b3e4b util/cbfstool: require -i argument for cbfstool add-int by Patrick Georgi · 8 years ago
  7. 5b6bdcc cbfstool: Fix typo in help text by Patrick Georgi · 8 years ago
  8. 01fbc3a util/cbfstool: Allow overwriting CBFS regions with raw data on request by Patrick Georgi · 8 years ago
  9. 5407310 cbfstool: Check for excessive arguments by Nico Huber · 8 years ago
  10. 9ade717 cbfstool: Check arguments to strtoul() where appropriate by Nico Huber · 8 years ago
  11. 493ec92 util/cbfstool: allow option to honor FSP modules' linked address by Aaron Durbin · 8 years ago
  12. b0c2fe0 cbfstool/fsp: Rename fsp1_1_relocate by Furquan Shaikh · 8 years ago
  13. 61c1a05 util/cbfstool: Allow xip/non-xip relocation for FSP component by Furquan Shaikh · 8 years ago
  14. ab00d77 util/cbfstool: fix x86 execute-in-place semantics for all fmd regions by Aaron Durbin · 8 years ago
  15. 62c8dbe Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region." by Aaron Durbin · 8 years ago
  16. 71c60ca util/cbfstool: add 'compact' command by Aaron Durbin · 9 years ago
  17. 5dc628a util/cbfstool: add machine parseable print by Aaron Durbin · 9 years ago
  18. c7b2b7c cbfstool: Fix potential error when using hash attribute by Werner Zeh · 9 years ago
  19. e9995f1 cbfstool: Add attributes for position and alignment constraints. by Werner Zeh · 9 years ago
  20. 9a17d04 cbfstool: don't rewrite param.baseaddress in cbfs_add by Patrick Georgi · 9 years ago
  21. 7559946 cbfstool: accept read-only files when possible by Vadim Bendebury · 9 years ago
  22. 485225e cbfstool: reorder help text by Patrick Georgi · 9 years ago
  23. d274c99 cbfstool: Remove duplicate code line by Werner Zeh · 9 years ago
  24. bb826ef cbfstool: correct add-master-header logic to match runtime expectations by Aaron Durbin · 9 years ago
  25. 272a1f0 cbfstool: Add 'hashcbfs' command to compute hash of CBFS region. by Aaron Durbin · 9 years ago
  26. bd0bb23 cbfstool: Adapt "cbfstool copy" to only use fmap regions. by Patrick Georgi · 9 years ago
  27. 214e4af cbfstool: Use buffer over offset/size pair for cbfs_copy_instance by Patrick Georgi · 9 years ago
  28. 9731119 cbfstool: make top-aligned address work per-region by Patrick Georgi · 9 years ago
  29. 0eae364 cbfstool: Re-align help text by Martin Roth · 9 years ago
  30. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  31. 1762502 cbfstool: add optional -m ARCH to extract by Aaron Durbin · 9 years ago
  32. 3a043c4 cbfstool: Fix tolower() calls on Cygwin by Stefan Reinauer · 9 years ago
  33. 821bcd6 cbfstool: Fix typo in error message by Patrick Georgi · 9 years ago
  34. 8a414a0 cbfstool: relocate FSP blobs on cbfstool add by Aaron Durbin · 9 years ago
  35. 89f2034 cbfstool: Add support for hashes as file metadata by Patrick Georgi · 9 years ago
  36. 2f953d3 cbfstool: prefer fmap data over cbfs master header if it exists by Patrick Georgi · 9 years ago
  37. 6dd99fc cbfstool: have update-fit always work from CBFS by Patrick Georgi · 9 years ago
  38. 4b93a4f cbfstool: don't use endian to fix BSD hosts by Aaron Durbin · 9 years ago
  39. 59e52b9 cbfstool: add new add-master-header command by Patrick Georgi · 9 years ago
  40. 9b9d4b3 cbfstool: remove locate command by Aaron Durbin · 9 years ago
  41. 4be1674 cbfstool: add --xip support to add-stage for x86 by Aaron Durbin · 9 years ago
  42. d733941 cbfstool: provide metadata size to cbfs_locate_entry() by Aaron Durbin · 9 years ago
  43. 38bc916 cbfstool: Allow adding file with specific alignment requirement by Alexandru Gagniuc · 9 years ago
  44. 8984a63 cbfstool: allow compression at file header level by Daisuke Nojiri · 9 years ago
  45. 83c2d12 cbfstool: update help text by Patrick Georgi · 9 years ago
  46. f5252f3 cbfstool: don't pass header_size as separate argument (part 2) by Patrick Georgi · 9 years ago
  47. dc9dbc0 cbfstool: passing a header is now mandatory for converters by Patrick Georgi · 9 years ago
  48. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  49. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  50. 056f6a1 cbfstool: pass cbfs_file header into "compress" functions by Patrick Georgi · 9 years ago
  51. f820497 cbfstool: allow file data converters to modify the header size by Patrick Georgi · 9 years ago
  52. 4110abc cbfstool: calculate header size in cbfs_add_component() by Patrick Georgi · 9 years ago
  53. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  54. 4e54bf9 cbfstool: test for duplicate files earlier by Patrick Georgi · 9 years ago
  55. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  56. 6533671 cbfstool: rename field by Sol Boucher · 9 years ago
  57. 45acb34 cbfstool: fix alignment to 64 byte by Patrick Georgi · 9 years ago
  58. 32532ac cbfstool: Make update-fit action work on new-style images by Sol Boucher · 9 years ago
  59. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  60. 2e04259 cbfstool: Fix shadowed global index by Kyösti Mälkki · 9 years ago
  61. 6310ccc cbfstool: Don't typedef the comp_algo enum by Sol Boucher · 9 years ago
  62. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  63. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  64. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  65. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  66. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 10 years ago
  67. 45e5997 cbfstool: clean up source code by Vadim Bendebury · 10 years ago
  68. 1161473 cbfstool: add the missing 'break' by Vadim Bendebury · 10 years ago
  69. 5e273a4 cbfstool: add a command to duplicate a cbfs instance by Vadim Bendebury · 10 years ago
  70. 458a12e cbfstool: allow user to explicitly specify header location by Vadim Bendebury · 10 years ago
  71. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  72. a807f83 cbfstool: Remove empty line that looks out of place by Julius Werner · 10 years ago
  73. 2dd161f cbfstool: Clean up code by Stefan Reinauer · 10 years ago
  74. 3318692 cbfstool: Add the MIPS architecture by Paul Burton · 10 years ago
  75. b26fd99 cbfstool: Fix help display message by Furquan Shaikh · 10 years ago
  76. 405304a cbfstool: Add option to ignore section in add-stage by Furquan Shaikh · 10 years ago
  77. 5f43184 cbfstool: add aarch64 as a name by Ronald G. Minnich · 11 years ago
  78. 8f50e53 cbfstool: Fix architecture check when adding payload by Stefan Reinauer · 11 years ago
  79. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  80. e887ca5 cbfstool: fix option parsing by Patrick Georgi · 10 years ago
  81. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 11 years ago
  82. fae7517 cbfstool: move verbose to common.c by Aaron Durbin · 11 years ago
  83. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  84. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  85. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  86. de36d33 Add a (b)zImage parser to cbfstool by Patrick Georgi · 11 years ago
  87. 3bfd5b8 cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file by Peter Stuge · 11 years ago
  88. 60a4a73 cbfstool: fix --machine by Stefan Reinauer · 11 years ago
  89. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  90. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  91. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  92. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 12 years ago
  93. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  94. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  95. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  96. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  97. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  98. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  99. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  100. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago