1. 0165004 cbfstool: add get8/put8 variants to xdr structures by Aaron Durbin · 10 years ago
  2. fae7517 cbfstool: move verbose to common.c by Aaron Durbin · 10 years ago
  3. 5edfa37 cbfstool/lzma: Remove dead code under #ifdefs by Alexandru Gagniuc · 11 years ago
  4. 7c9bb41 cbfstool/lzma: Remove code which depends on commented out defines by Alexandru Gagniuc · 11 years ago
  5. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  6. ed87ebc cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK by Alexandru Gagniuc · 11 years ago
  7. b63b75b cbfstool: Fix LzmaEnc.c and build with -Wshadow by Alexandru Gagniuc · 11 years ago
  8. ae45a98 cbfstool: Fix build errors when building with clang by Alexandru Gagniuc · 11 years ago
  9. 3fcde22 Add an xdr function for the cbfs_file header by Ronald G. Minnich · 11 years ago
  10. 818f369 Change the linux payload generator to use the standard header generator by Ronald G. Minnich · 11 years ago
  11. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  12. 2bdc0d0 cbfstool: Remove more unused functions from common.c by Alexandru Gagniuc · 11 years ago
  13. c677c7d cbfstool: Hide cbfstool_offset from the global namespace by Alexandru Gagniuc · 11 years ago
  14. bc06691 cbfstool: remove unused function create_cbfs_image() by Alexandru Gagniuc · 11 years ago
  15. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  16. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  17. 9ad52fe cbfstool/lzma: Avoid use of typedef with structs and enums by Alexandru Gagniuc · 11 years ago
  18. 4a7b115 cbfstool: Don't assume compiler is gcc, and use $(CC) by Alexandru Gagniuc · 11 years ago
  19. e20f27a cbfstool/lzma: Remove windows-specific remnants by Alexandru Gagniuc · 11 years ago
  20. 5719bdc cbfstool/lzma: Remove C++ remnants by Alexandru Gagniuc · 11 years ago
  21. 91e9f27 cbfstool/lzma: Use stdint and stdbool types by Alexandru Gagniuc · 11 years ago
  22. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  23. 1ebc7e9 cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 11 years ago
  24. 2a1d5b0 cbfstool: cleaner filling fields by Patrick Georgi · 11 years ago
  25. f87c20a cbfstool: Properly handle EOF in update_fit step by Alexandru Gagniuc · 11 years ago
  26. 8a0cb8d cbfstool: check potential microcode update earlier by Aaron Durbin · 11 years ago
  27. 72f15bd cbfstool: add a constant for the aarch64 by Ronald G. Minnich · 11 years ago
  28. ecd8424 Fix whitespace leaked into tree by Kyösti Mälkki · 11 years ago
  29. de36d33 Add a (b)zImage parser to cbfstool by Patrick Georgi · 11 years ago
  30. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  31. 3bfd5b8 cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file by Peter Stuge · 11 years ago
  32. 2c8f81b cbfstool: cbfs-mkstage.c: Free `buffer` on error path by Paul Menzel · 11 years ago
  33. 33e83ca cbfstool: completely initialize input and output streams by Stefan Reinauer · 11 years ago
  34. aa3f7ba cbfstool: Replace C++ code with C code by Stefan Reinauer · 11 years ago
  35. 60a4a73 cbfstool: fix --machine by Stefan Reinauer · 11 years ago
  36. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  37. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  38. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  39. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  40. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  41. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  42. 7b654a9 cbfstool: Fix compile warnings caused by incorrect data types. by Hung-Te Lin · 12 years ago
  43. 475d42a cbfstool: Add `-Werror` to make all warnings into errors by Paul Menzel · 12 years ago
  44. 4610247 cbfstool: Handle alignment in UEFI payloads by Patrick Georgi · 12 years ago
  45. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  46. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  47. e876418 cbfstool: Add support for 64bit UEFI by Stefan Reinauer · 12 years ago
  48. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 12 years ago
  49. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  50. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  51. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  52. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  53. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  54. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  55. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  56. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  57. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  58. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  59. 5be6673 cbfstool: Update example file. by Hung-Te Lin · 12 years ago
  60. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  61. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  62. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  63. 5a9f45c cbfstool: Prevent file name to be corrupted by basename(). by Hung-Te Lin · 12 years ago
  64. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  65. 4505ceb cbfstool: Remove unused header files. by Hung-Te Lin · 12 years ago
  66. d173962 cbfstool: Store global variables into struct. by Hung-Te Lin · 12 years ago
  67. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  68. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  69. 9ad1f56 armv7: dynamically calculate the branch offset in cbfstool by David Hendricks · 12 years ago
  70. 062730d cbfstool: index is replaced by strchr. by zbao · 12 years ago
  71. 9da7570 cbfstool: Fix warnings on OS X by Stefan Reinauer · 12 years ago
  72. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  73. 454856b add user-specified offset when creating armv7 cbfs image by David Hendricks · 12 years ago
  74. a182cbd cbfstool: Align the column of build hint message. by Zheng Bao · 12 years ago
  75. cf5aaaf cbfstool: Catch failing parse_elf_to_payload() by Stefan Reinauer · 12 years ago
  76. 1224626 Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" by Stefan Reinauer · 12 years ago
  77. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  78. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  79. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  80. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  81. 2e200cd cbfstool: Update LZMA encoder to LZMA SDK 9.12 by Stefan Reinauer · 12 years ago
  82. cb6fd30 cbfstool: Remove unused cmd_t by Stefan Reinauer · 12 years ago
  83. 20848ee cbfstool: add add-flat-binary command to add raw executables by Stefan Reinauer · 12 years ago
  84. a90bd52 cbfstool: add offset parameter to create command by Stefan Reinauer · 12 years ago
  85. 746d174 cbfstool: respect dependencies when building locally by Stefan Reinauer · 12 years ago
  86. c31cdd8 cbfstool: Add -mno-ms-bitfields on (mingw) by Zheng Bao · 12 years ago
  87. 41c229c cbfstool: signed vs. unsigned fixes by Mathias Krause · 12 years ago
  88. 5c581c4 cbfstool: provide a prototype for remove_file_from_cbfs by Mathias Krause · 12 years ago
  89. d2567c8 cbfstool: make endian detection code more robust by Mathias Krause · 12 years ago
  90. 89ba15a chromeos: Fix compilation of coreboot-utils package by Stefan Reinauer · 12 years ago
  91. 941158f cbfstool: pretty print cmos layout files by Mathias Krause · 12 years ago
  92. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  93. 51f6a20 correctly mark code segments as code in SELF by Stefan Reinauer · 13 years ago
  94. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 13 years ago
  95. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  96. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  97. fbadc49 cbfstool: improve error messages by Stefan Reinauer · 13 years ago
  98. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  99. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  100. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago