1. b26fd99 cbfstool: Fix help display message by Furquan Shaikh · 10 years ago
  2. 405304a cbfstool: Add option to ignore section in add-stage by Furquan Shaikh · 10 years ago
  3. 5f43184 cbfstool: add aarch64 as a name by Ronald G. Minnich · 11 years ago
  4. 8f50e53 cbfstool: Fix architecture check when adding payload by Stefan Reinauer · 11 years ago
  5. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  6. e887ca5 cbfstool: fix option parsing by Patrick Georgi · 10 years ago
  7. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  8. fae7517 cbfstool: move verbose to common.c by Aaron Durbin · 10 years ago
  9. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 10 years ago
  10. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  11. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  12. de36d33 Add a (b)zImage parser to cbfstool by Patrick Georgi · 11 years ago
  13. 3bfd5b8 cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file by Peter Stuge · 11 years ago
  14. 60a4a73 cbfstool: fix --machine by Stefan Reinauer · 11 years ago
  15. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  16. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  17. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  18. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 11 years ago
  19. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  20. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  21. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  22. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  23. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  24. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  25. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  26. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  27. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  28. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  29. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  30. d173962 cbfstool: Store global variables into struct. by Hung-Te Lin · 12 years ago
  31. 062730d cbfstool: index is replaced by strchr. by zbao · 12 years ago
  32. cf5aaaf cbfstool: Catch failing parse_elf_to_payload() by Stefan Reinauer · 12 years ago
  33. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  34. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  35. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  36. cb6fd30 cbfstool: Remove unused cmd_t by Stefan Reinauer · 12 years ago
  37. 20848ee cbfstool: add add-flat-binary command to add raw executables by Stefan Reinauer · 12 years ago
  38. a90bd52 cbfstool: add offset parameter to create command by Stefan Reinauer · 12 years ago
  39. 41c229c cbfstool: signed vs. unsigned fixes by Mathias Krause · 12 years ago
  40. d2567c8 cbfstool: make endian detection code more robust by Mathias Krause · 12 years ago
  41. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  42. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 12 years ago
  43. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  44. fbadc49 cbfstool: improve error messages by Stefan Reinauer · 13 years ago
  45. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago
  46. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  47. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  48. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  49. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  50. 336daa7 make strcmp happy by including string.h (trivial) by Stefan Reinauer · 15 years ago
  51. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  52. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago
  53. 0da38dd Add a "locate" function cbfstool, which helps you find by Patrick Georgi · 15 years ago
  54. 56f5fb7 Fix endless loop when trying to add a too large file to CBFS, by Patrick Georgi · 15 years ago
  55. 3fec29c This separates the code for each command in cbfstool. For the good and for the by Stefan Reinauer · 15 years ago
  56. 45d8a83 More error checking when trying to open files in cbfstool. (trivial) by Patrick Georgi · 15 years ago
  57. b7b56dd8 New cbfstool. Works without mmap or fork/exec and by Patrick Georgi · 15 years ago
  58. 475aeda Add -Werror to help us keep the code clean. by Myles Watson · 15 years ago
  59. feaaedc This patch adds by Myles Watson · 15 years ago
  60. 1d862de v2/util: romfs -> cbfs rename by Peter Stuge · 15 years ago[Renamed (91%) from util/romtool/romtool.c]
  61. 5d01ec0 This patch adds Jordan's romtool support for v2. by Ronald G. Minnich · 15 years ago