1. b46c4ec cbfs-compression-tool: catch compression failures by Patrick Georgi · 7 years ago
  2. 607796a cbfstool: Don't use le32toh(), it's non-standard by Nico Huber · 7 years ago
  3. ecaa570 util/cbfstool: Enable adding precompressed files to cbfs by Patrick Georgi · 7 years ago
  4. c88d16b util/cbfstool: Add cbfs-compression-tool by Patrick Georgi · 7 years ago
  5. 8474e7d util/cbfstool: compile with -O2 by default by Patrick Georgi · 7 years ago
  6. cf84619 util/cbfstool: Fix to build with latest llvm by Manoj Gupta · 8 years ago
  7. 2ed7295 util/cbfstool: Don't print region information on stderr by default by Patrick Georgi · 8 years ago
  8. 8099803 util/cbfstool: Handle error condition more carefully by Patrick Georgi · 8 years ago
  9. 6b2d2db util/cbfstool: check that buffer_create worked by Patrick Georgi · 8 years ago
  10. 862df92 util/cbfstool: Fix memory leak by Patrick Georgi · 8 years ago
  11. a2ce710 util/cbfstool: Add NULL-ptr check by Patrick Georgi · 8 years ago
  12. d9edb18 util/cbfstool: Enable filling fmap regions with a given value by Patrick Georgi · 8 years ago
  13. 16b3e4b util/cbfstool: require -i argument for cbfstool add-int by Patrick Georgi · 8 years ago
  14. 1d56eef cbfstool: Fix off-by-one error in checking hash_type by Furquan Shaikh · 8 years ago
  15. 5b6bdcc cbfstool: Fix typo in help text by Patrick Georgi · 8 years ago
  16. 01fbc3a util/cbfstool: Allow overwriting CBFS regions with raw data on request by Patrick Georgi · 8 years ago
  17. fa74e47 cbfstool: set init_size for linux payloads. by Ronald G. Minnich · 8 years ago
  18. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  19. 5de5458 util/cbfstool: Initialize elf_writer pointer to avoid crash by Jonathan Neuschäfer · 8 years ago
  20. 1bf0007 flashmap: Allocate at least one entry in kv_pair_new() by Stefan Reinauer · 8 years ago
  21. 9844d56 cbfstool/cbfs_image: Fix resource leak for tbuff by Furquan Shaikh · 8 years ago
  22. 58644a0 cbfstool/cbfs_image: Check for return value of buffer_create by Furquan Shaikh · 8 years ago
  23. 7b40517 cbfstool/cbfs_image: Fix resource leak for segs by Furquan Shaikh · 8 years ago
  24. b927bec cbfstool/elfheaders: Make elf_writer_destroy NULL-safe by Furquan Shaikh · 8 years ago
  25. f3bba44 cbfstool/cbfs_image: Initialze empty_sz to 0 by Furquan Shaikh · 8 years ago
  26. 61486b5 Use VBOOT_SOURCE instead of hardcoding vboot path by Paul Kocialkowski · 8 years ago
  27. 5407310 cbfstool: Check for excessive arguments by Nico Huber · 8 years ago
  28. 9ade717 cbfstool: Check arguments to strtoul() where appropriate by Nico Huber · 8 years ago
  29. c1dc9d7 util/cbfstool: Increase initrd offset to 64M by Timothy Pearson · 8 years ago
  30. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  31. 2b80734 fmaptool: Accept hex values with uppercase letters by Patrick Georgi · 8 years ago
  32. 0b80628 cbfstool: Require "-m ARCH" to extract payloads and stages by Antonello Dettori · 8 years ago
  33. 310580e ifwitool: Fix gcc error due to shadowed global declaration by Werner Zeh · 8 years ago
  34. 2c68b1c cbfstool: Change CONFIG_FMD_GENPARSER if not set to n by Alexander Couzens · 8 years ago
  35. 119dcee fmaptool: Make base offsets absolute in fmap_config.h by Julius Werner · 8 years ago
  36. fda691e cbfstool: Extract payload in ELF by Antonello Dettori · 8 years ago
  37. 3bded7d elfwriter: Fix multi-phdrs ELFs parsing by Antonello Dettori · 8 years ago
  38. e51c20b ifwitool: Calculate checksum for subpart_dir by Furquan Shaikh · 8 years ago
  39. eb8b7d6 ifwitool: Fix calculation of dst_size by Rolf Evers-Fischer · 8 years ago
  40. e7f35cd ifwitool: Do not calculate checksum for subpart_dir by Furquan Shaikh · 8 years ago
  41. fe42b11 ifwitool: Correct pack order and header order by Furquan Shaikh · 8 years ago
  42. 75c3705 cbfstool: Allow to easily build the individual tools by Antonello Dettori · 8 years ago
  43. 55d2e53 ifwitool: Fix syntax issues with ifwitool by Furquan Shaikh · 8 years ago
  44. 233f1b6 ifwitool: Add new tool for managing IFWI images by Furquan Shaikh · 8 years ago
  45. 161d233 util/cbfstool: Include commonlib/helpers.h in common.h by Furquan Shaikh · 8 years ago
  46. 1ac194e cbfstool: Move cbfs_file_get_header to fit.c by Furquan Shaikh · 8 years ago
  47. 493ec92 util/cbfstool: allow option to honor FSP modules' linked address by Aaron Durbin · 8 years ago
  48. b0c2fe0 cbfstool/fsp: Rename fsp1_1_relocate by Furquan Shaikh · 8 years ago
  49. 61c1a05 util/cbfstool: Allow xip/non-xip relocation for FSP component by Furquan Shaikh · 8 years ago
  50. ab00d77 util/cbfstool: fix x86 execute-in-place semantics for all fmd regions by Aaron Durbin · 8 years ago
  51. 919be61 fmaptool: Export some fmap knowledge to the build environment by Patrick Georgi · 8 years ago
  52. 477a0d6 fmaptool: Make sure strings are not destroyed on hdestroy() by Stefan Reinauer · 8 years ago
  53. 62c8dbe Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region." by Aaron Durbin · 8 years ago
  54. ebf732b cbfstool: Use fixed width data types for e820entry struct. by Werner Zeh · 8 years ago
  55. bbf5089 cbfstool: Initialize contents of linux_params to 0 by Werner Zeh · 8 years ago
  56. 8b831da Revert "cbfstool: Silence LZ4 -Wsign-compare warnings" by Paul Menzel · 8 years ago
  57. 17cb037 cbfstool: Silence LZ4 -Wsign-compare warnings by Julius Werner · 8 years ago
  58. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  59. 343ea08 util/cbfstool: Improve heuristic for cbfs header pointer protection by Patrick Georgi · 8 years ago
  60. 71c60ca util/cbfstool: add 'compact' command by Aaron Durbin · 8 years ago
  61. 5dc628a util/cbfstool: add machine parseable print by Aaron Durbin · 8 years ago
  62. 95bfcae cbfstool: Fix broken alignment because of flashmap by Werner Zeh · 8 years ago
  63. 2dd5f4c cbfstool: provide buffer_offset() by Aaron Durbin · 8 years ago
  64. 998671c cbfstool: Fix compile issue for older gcc versions by Werner Zeh · 8 years ago
  65. c7b2b7c cbfstool: Fix potential error when using hash attribute by Werner Zeh · 8 years ago
  66. e9995f1 cbfstool: Add attributes for position and alignment constraints. by Werner Zeh · 8 years ago
  67. 9a17d04 cbfstool: don't rewrite param.baseaddress in cbfs_add by Patrick Georgi · 8 years ago
  68. c3771b0 fmaptool: emit list of CBFS regions on request by Patrick Georgi · 8 years ago
  69. fb456e6 cbfstool: Add header file for ntohl & htonl on Apple by zbao · 9 years ago
  70. 7559946 cbfstool: accept read-only files when possible by Vadim Bendebury · 9 years ago
  71. 924f0a6 cbfstool: Change FMAP granularity to 16 bytes by Stefan Reinauer · 9 years ago
  72. 14ec199 cbfstool: fix address truncated problem by HC Yen · 9 years ago
  73. 485225e cbfstool: reorder help text by Patrick Georgi · 8 years ago
  74. d274c99 cbfstool: Remove duplicate code line by Werner Zeh · 8 years ago
  75. bb826ef cbfstool: correct add-master-header logic to match runtime expectations by Aaron Durbin · 9 years ago
  76. 272a1f0 cbfstool: Add 'hashcbfs' command to compute hash of CBFS region. by Aaron Durbin · 9 years ago
  77. 29a04d9 cbfstool: keep cbfs master header pointer by Patrick Georgi · 9 years ago
  78. bd0bb23 cbfstool: Adapt "cbfstool copy" to only use fmap regions. by Patrick Georgi · 9 years ago
  79. 214e4af cbfstool: Use buffer over offset/size pair for cbfs_copy_instance by Patrick Georgi · 9 years ago
  80. ed4aa04 cbfstool: add ppc64 support by Ronald G. Minnich · 9 years ago
  81. 8a3592e build system: Switch to fmap based firmware layout by Patrick Georgi · 9 years ago
  82. 9731119 cbfstool: make top-aligned address work per-region by Patrick Georgi · 9 years ago
  83. 0eae364 cbfstool: Re-align help text by Martin Roth · 9 years ago
  84. 16c7e0f cbfstool: Fix checkpatch error by Stefan Reinauer · 9 years ago
  85. 5dda4df cbfstool: remove trampoline_start and trampoline_size by Stefan Reinauer · 9 years ago
  86. 0316e1a cbfstool: autocreate trampoline by Stefan Reinauer · 9 years ago
  87. 30ff362 cbfstool: Add .SILENT: to Makefile by Stefan Reinauer · 9 years ago
  88. fb12873 cbfstool: Add EFI and MMA file types by Pratik Prajapati · 9 years ago
  89. 37450ff cbfstool: Fix build error with clang when comparing enum by zbao · 9 years ago
  90. 7db2b6c cbfstool: Allows mixed-state fmap regions to work by Patrick Georgi · 9 years ago
  91. 9b24f7c cbfstool: Add way to access entire backing data for a buffer by Patrick Georgi · 9 years ago
  92. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  93. 172a14d cbfstool: avoid naming variables "index" by Patrick Georgi · 9 years ago
  94. 694fd13 cbfstool: extract rmodules as ELFs properly by Aaron Durbin · 9 years ago
  95. cedcb88 cbfstool: add ELF symbol, relocation, and string table support by Aaron Durbin · 9 years ago
  96. 8e982ea cbfstool: merge consecutive elf sections in program segments by Aaron Durbin · 9 years ago
  97. 5a1e85c cbfstool: create ELF files when extracting stages by Aaron Durbin · 9 years ago
  98. 4f930c9 cbfstool: add ELF header initialization helper by Aaron Durbin · 9 years ago
  99. 1762502 cbfstool: add optional -m ARCH to extract by Aaron Durbin · 9 years ago
  100. 539aed0 cbfstool: decompress stage files on extraction by Aaron Durbin · 9 years ago