1. 425413c cbfstool: Fix possible memory leak by Shaik Shahina · 1 year, 9 months ago
  2. 01dbba5 util/cbfstool/common.c: Deduplicate buffer_create() logic by Edward O'Callaghan · 2 years, 2 months ago
  3. 02001a38 util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h by Alex James · 2 years, 8 months ago
  4. 2bfef8d cbfstool: Add helper function `buffer_from_file_aligned_size` by Furquan Shaikh · 3 years, 2 months ago
  5. f22f408 cbfstool: Make use of spurious null-termination by Nico Huber · 3 years, 2 months ago
  6. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  7. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  8. 3db0198 util/cbfstool: Fix typos by Elyes HAOUAS · 6 years ago
  9. fbc66b9 util/cbfstool: Print all supported architectures by Jonathan Neuschäfer · 6 years ago
  10. e32cea1 util/cbfstool: Print types on stdout by Jonathan Neuschäfer · 6 years ago
  11. 8099803 util/cbfstool: Handle error condition more carefully by Patrick Georgi · 8 years ago
  12. 161d233 util/cbfstool: Include commonlib/helpers.h in common.h by Furquan Shaikh · 8 years ago
  13. 1ac194e cbfstool: Move cbfs_file_get_header to fit.c by Furquan Shaikh · 8 years ago
  14. ed4aa04 cbfstool: add ppc64 support by Ronald G. Minnich · 9 years ago
  15. 9b24f7c cbfstool: Add way to access entire backing data for a buffer by Patrick Georgi · 9 years ago
  16. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  17. ca97fa7 cbfstool: Add bintohex function by Patrick Georgi · 9 years ago
  18. 1bb487c cbfstool: Don't use fileno() to get file size by Stefan Reinauer · 9 years ago
  19. dc37dab cbfstool: drop extra copy of filetype->string map by Patrick Georgi · 9 years ago
  20. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  21. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  22. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  23. 64c6cd7 cbfstool: Add offset field to cbfstool directory's struct buffer by Sol Boucher · 9 years ago
  24. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  25. dde307c cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE by Martin Roth · 9 years ago
  26. 2dd161f cbfstool: Clean up code by Stefan Reinauer · 9 years ago
  27. 3318692 cbfstool: Add the MIPS architecture by Paul Burton · 10 years ago
  28. 833bf20 RISCV: add this architecture to cbfstool by Ronald G. Minnich · 10 years ago
  29. 2af76f4 coreboot arm64: Add support for arm64 into coreboot framework by Furquan Shaikh · 10 years ago
  30. 5f43184 cbfstool: add aarch64 as a name by Ronald G. Minnich · 11 years ago
  31. 8f50e53 cbfstool: Fix architecture check when adding payload by Stefan Reinauer · 11 years ago
  32. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  33. 32eeff4 util: replace fseek/ftell/rewind with fstat by Patrick Georgi · 10 years ago
  34. aa8784c cbfstool: move iself() to eflheaders.c by Aaron Durbin · 10 years ago
  35. fae7517 cbfstool: move verbose to common.c by Aaron Durbin · 10 years ago
  36. 3fcde22 Add an xdr function for the cbfs_file header by Ronald G. Minnich · 11 years ago
  37. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  38. 2bdc0d0 cbfstool: Remove more unused functions from common.c by Alexandru Gagniuc · 11 years ago
  39. c677c7d cbfstool: Hide cbfstool_offset from the global namespace by Alexandru Gagniuc · 11 years ago
  40. bc06691 cbfstool: remove unused function create_cbfs_image() by Alexandru Gagniuc · 11 years ago
  41. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  42. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  43. 2a1d5b0 cbfstool: cleaner filling fields by Patrick Georgi · 11 years ago
  44. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  45. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  46. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  47. 5a9f45c cbfstool: Prevent file name to be corrupted by basename(). by Hung-Te Lin · 12 years ago
  48. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  49. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  50. 9ad1f56 armv7: dynamically calculate the branch offset in cbfstool by David Hendricks · 12 years ago
  51. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  52. 454856b add user-specified offset when creating armv7 cbfs image by David Hendricks · 12 years ago
  53. 1224626 Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" by Stefan Reinauer · 12 years ago
  54. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  55. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  56. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  57. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  58. a90bd52 cbfstool: add offset parameter to create command by Stefan Reinauer · 12 years ago
  59. 41c229c cbfstool: signed vs. unsigned fixes by Mathias Krause · 12 years ago
  60. 941158f cbfstool: pretty print cmos layout files by Mathias Krause · 12 years ago
  61. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  62. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  63. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  64. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  65. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  66. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  67. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  68. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  69. 800379f by Stefan Reinauer · 14 years ago
  70. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 15 years ago
  71. f44eb78 Print (empty) instead of nothing at all for empty by Maciej Pijanka · 15 years ago
  72. f4aca1d cbfstool: Fill memory allocated in create_cbfs_file() with 0xff by Peter Stuge · 15 years ago
  73. 6a3ca4e Cosmetics (trivial). by Uwe Hermann · 15 years ago
  74. 0d082d5 Print size of file on cbfs_add_file failure. The size of the file after by Myles Watson · 15 years ago
  75. 0da38dd Add a "locate" function cbfstool, which helps you find by Patrick Georgi · 15 years ago
  76. 56f5fb7 Fix endless loop when trying to add a too large file to CBFS, by Patrick Georgi · 15 years ago
  77. 853270a * guard all mallocs in cbfstool by Stefan Reinauer · 15 years ago
  78. 45d8a83 More error checking when trying to open files in cbfstool. (trivial) by Patrick Georgi · 15 years ago
  79. b7b56dd8 New cbfstool. Works without mmap or fork/exec and by Patrick Georgi · 15 years ago