1. 5213c53 cbfstool: have decompress functions provide ouput data size by Aaron Durbin · 9 years ago
  2. cd9ba8a cbfstool: initialize offset field in buffer_init() by Aaron Durbin · 9 years ago
  3. 354c11d cbfstool: Make sure fileno is available on Cygwin by Stefan Reinauer · 9 years ago
  4. 3a043c4 cbfstool: Fix tolower() calls on Cygwin by Stefan Reinauer · 9 years ago
  5. 37743a9 cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in clean by Nico Huber · 9 years ago
  6. 5e731a7 cbfstool/Makefile: Drop unused, irritating definition of `obj` by Nico Huber · 9 years ago
  7. 821bcd6 cbfstool: Fix typo in error message by Patrick Georgi · 9 years ago
  8. 285111f cbfstool: Fix removing and adding file with same name by Aaron Durbin · 9 years ago
  9. 831bbe8 cbfstool/cbfs_image.c: Just use one space before `=` by Paul Menzel · 9 years ago
  10. a2bed34 cbfstool: allow printable characters in image name by Andrey Petrov · 9 years ago
  11. 8a414a0 cbfstool: relocate FSP blobs on cbfstool add by Aaron Durbin · 9 years ago
  12. d38e3de cbfstool: provide printk() to cbfstool code by Aaron Durbin · 9 years ago
  13. 8c3780a cbfstool: Allow anonymous structs/unions for older gcc versions by Werner Zeh · 9 years ago
  14. 89f2034 cbfstool: Add support for hashes as file metadata by Patrick Georgi · 9 years ago
  15. ca97fa7 cbfstool: Add bintohex function by Patrick Georgi · 9 years ago
  16. 2f953d3 cbfstool: prefer fmap data over cbfs master header if it exists by Patrick Georgi · 9 years ago
  17. 6dd99fc cbfstool: have update-fit always work from CBFS by Patrick Georgi · 9 years ago
  18. 34ce438 cbfstool: Proper commonlib include path with no dependency on $(src) by Paul Kocialkowski · 9 years ago
  19. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  20. 4b93a4f cbfstool: don't use endian to fix BSD hosts by Aaron Durbin · 9 years ago
  21. b946f12 cbfstool: make fmap search more strict by Patrick Georgi · 9 years ago
  22. 59e52b9 cbfstool: add new add-master-header command by Patrick Georgi · 9 years ago
  23. 239c742 cbfstool: introduce new file types by Patrick Georgi · 9 years ago
  24. 1bb487c cbfstool: Don't use fileno() to get file size by Stefan Reinauer · 9 years ago
  25. ae570d5 cbfstool: deduplicate Makefiles by Patrick Georgi · 9 years ago
  26. cdeb1c4 cbfstool: actually use no-ms-bitfields flag on mingw by Patrick Georgi · 9 years ago
  27. 9b9d4b3 cbfstool: remove locate command by Aaron Durbin · 9 years ago
  28. 4be1674 cbfstool: add --xip support to add-stage for x86 by Aaron Durbin · 9 years ago
  29. d733941 cbfstool: provide metadata size to cbfs_locate_entry() by Aaron Durbin · 9 years ago
  30. b39a974 cbfstool: expose rmodule logic by Aaron Durbin · 9 years ago
  31. 051a181 cbfstool: prepare for exposing rmodule logic by Aaron Durbin · 9 years ago
  32. dc37dab cbfstool: drop extra copy of filetype->string map by Patrick Georgi · 9 years ago
  33. c9b053d rmodtool: make rmodule parameter section optional by Aaron Durbin · 9 years ago
  34. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  35. 38bc916 cbfstool: Allow adding file with specific alignment requirement by Alexandru Gagniuc · 9 years ago
  36. ab5754d cbfstool: off-by-one on the gcc version that provides _Static_assert by Patrick Georgi · 9 years ago
  37. 57c67e5 cbfstool: guard _Static_assert by Patrick Georgi · 9 years ago
  38. 23aeaff cbfstool: implement decompression support for cbfstool extract by Patrick Georgi · 9 years ago
  39. 61c8229 cbfstool: add decompression wrappers by Patrick Georgi · 9 years ago
  40. a71c83f cbfstool: factor out parsing compression file attributes by Patrick Georgi · 9 years ago
  41. c82725c cbfstool: support compressed files in cbfstool print by Patrick Georgi · 9 years ago
  42. 8984a63 cbfstool: allow compression at file header level by Daisuke Nojiri · 9 years ago
  43. 2c61506 cbfstool: add extended file attributes for cbfs_file by Patrick Georgi · 9 years ago
  44. 011b0b3 cbfstool: update warning on cbfstool extract by Patrick Georgi · 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. d5a4afa cbfstool: don't pass header_size as separate argument by Patrick Georgi · 9 years ago
  48. a60e7b6 cbfstool: use struct cbfs_file * instead of void * by Patrick Georgi · 9 years ago
  49. dc9dbc0 cbfstool: passing a header is now mandatory for converters by Patrick Georgi · 9 years ago
  50. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  51. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  52. 056f6a1 cbfstool: pass cbfs_file header into "compress" functions by Patrick Georgi · 9 years ago
  53. 19c80b2 cbfstool: drop size argument to cbfs_add_entry_at by Patrick Georgi · 9 years ago
  54. ae7efb9 cbfstool: cut down on the debug output by Patrick Georgi · 9 years ago
  55. 7a33b53 cbfstool: Don't patch cbfs_file->len, it's already set correctly by Patrick Georgi · 9 years ago
  56. bc39690 cbfstool: drop unused arguments in internal function by Patrick Georgi · 9 years ago
  57. 62c014b cbfstool: start moving cbfs_file header creation up the call chain by Patrick Georgi · 9 years ago
  58. 4eb8abe cbfstool: more descriptive variable name by Patrick Georgi · 9 years ago
  59. dd2d3f9 cbfstool: unify actual file creation by Patrick Georgi · 9 years ago
  60. aa44dbd cbfstool: move tests for fixed-location files earlier by Patrick Georgi · 9 years ago
  61. db01ddf cbfstool: prepare moving tests earlier by Patrick Georgi · 9 years ago
  62. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  63. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  64. 7fd1418 cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() by Patrick Georgi · 9 years ago
  65. f820497 cbfstool: allow file data converters to modify the header size by Patrick Georgi · 9 years ago
  66. 4110abc cbfstool: calculate header size in cbfs_add_component() by Patrick Georgi · 9 years ago
  67. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  68. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  69. 4e54bf9 cbfstool: test for duplicate files earlier by Patrick Georgi · 9 years ago
  70. c6a8da7 cbfstool: add cbfs file attribute structure by Patrick Georgi · 9 years ago
  71. 4d1c5aa cbfstool: Deduplicate code to merge empty files by Patrick Georgi · 9 years ago
  72. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  73. 2062473 cbfstool: move fill value to cbfs.h by Patrick Georgi · 9 years ago
  74. 5bb90e6 cbfstool: Remove extra comma after {0, NULL} list element by Sol Boucher · 9 years ago
  75. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  76. 6533671 cbfstool: rename field by Sol Boucher · 9 years ago
  77. 158dd55 cbfstool: move bit swapping macros to swab.h by Sol Boucher · 9 years ago
  78. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  79. 5dc01ac cbfstool: improve specification of struct cbfs_file by Patrick Georgi · 9 years ago
  80. 45acb34 cbfstool: fix alignment to 64 byte by Patrick Georgi · 9 years ago
  81. 8cce701 Fix GCC 5.1 compile issue seen at Linux Arch by Anatol Pomozov · 9 years ago
  82. cfa9b99 cbfstool: Make sure CBFS data structures are packed gcc style by Stefan Reinauer · 9 years ago
  83. 19ba110 cbfstool: Fix kv_pair on Windows by Stefan Reinauer · 9 years ago
  84. 9d6a17b util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3) by Jonathan A. Kollasch · 9 years ago
  85. 1142197 util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSD by Jonathan A. Kollasch · 9 years ago
  86. f7a5b56 cbfstool: Handle elf with different virtual and physical address by Furquan Shaikh · 9 years ago
  87. 16c0a41 ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19 by Furquan Shaikh · 9 years ago
  88. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  89. 1f8e4cb cbfstool: update fmd_scanner.c_shipped by Patrick Georgi · 9 years ago
  90. 32532ac cbfstool: Make update-fit action work on new-style images by Sol Boucher · 9 years ago
  91. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  92. 7b32145 cbfstool: Copy generated files to the build hierarchy before use by Patrick Georgi · 9 years ago
  93. 8d6e24c cbfstool: clarify dependencies in Makefile by Patrick Georgi · 9 years ago
  94. d32b273 cbfstool: Rename autogenerated targets by Kyösti Mälkki · 9 years ago
  95. c877149 cbfstool: Fix fmd_scanner build compatibility by Kyösti Mälkki · 9 years ago
  96. 2e04259 cbfstool: Fix shadowed global index by Kyösti Mälkki · 9 years ago
  97. 6310ccc cbfstool: Don't typedef the comp_algo enum by Sol Boucher · 9 years ago
  98. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  99. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  100. c7a8c38 cbfstool: fix 32bit host issue by Patrick Georgi · 9 years ago