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