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