1. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  2. 1ebc7e9 cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 11 years ago
  3. 2a1d5b0 cbfstool: cleaner filling fields by Patrick Georgi · 11 years ago
  4. f87c20a cbfstool: Properly handle EOF in update_fit step by Alexandru Gagniuc · 11 years ago
  5. 8a0cb8d cbfstool: check potential microcode update earlier by Aaron Durbin · 11 years ago
  6. 72f15bd cbfstool: add a constant for the aarch64 by Ronald G. Minnich · 11 years ago
  7. ecd8424 Fix whitespace leaked into tree by Kyösti Mälkki · 11 years ago
  8. de36d33 Add a (b)zImage parser to cbfstool by Patrick Georgi · 11 years ago
  9. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  10. 3bfd5b8 cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file by Peter Stuge · 11 years ago
  11. 2c8f81b cbfstool: cbfs-mkstage.c: Free `buffer` on error path by Paul Menzel · 11 years ago
  12. 33e83ca cbfstool: completely initialize input and output streams by Stefan Reinauer · 11 years ago
  13. aa3f7ba cbfstool: Replace C++ code with C code by Stefan Reinauer · 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. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  17. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  18. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  19. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  20. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 12 years ago
  21. 7b654a9 cbfstool: Fix compile warnings caused by incorrect data types. by Hung-Te Lin · 12 years ago
  22. 475d42a cbfstool: Add `-Werror` to make all warnings into errors by Paul Menzel · 12 years ago
  23. 4610247 cbfstool: Handle alignment in UEFI payloads by Patrick Georgi · 12 years ago
  24. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  25. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  26. e876418 cbfstool: Add support for 64bit UEFI by Stefan Reinauer · 12 years ago
  27. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 12 years ago
  28. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  29. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  30. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  31. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  32. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  33. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  34. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  35. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  36. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  37. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  38. 5be6673 cbfstool: Update example file. by Hung-Te Lin · 12 years ago
  39. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  40. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  41. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  42. 5a9f45c cbfstool: Prevent file name to be corrupted by basename(). by Hung-Te Lin · 12 years ago
  43. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  44. 4505ceb cbfstool: Remove unused header files. by Hung-Te Lin · 12 years ago
  45. d173962 cbfstool: Store global variables into struct. by Hung-Te Lin · 12 years ago
  46. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  47. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  48. 9ad1f56 armv7: dynamically calculate the branch offset in cbfstool by David Hendricks · 12 years ago
  49. 062730d cbfstool: index is replaced by strchr. by zbao · 12 years ago
  50. 9da7570 cbfstool: Fix warnings on OS X by Stefan Reinauer · 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. a182cbd cbfstool: Align the column of build hint message. by Zheng Bao · 12 years ago
  54. cf5aaaf cbfstool: Catch failing parse_elf_to_payload() by Stefan Reinauer · 12 years ago
  55. 1224626 Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" by Stefan Reinauer · 12 years ago
  56. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  57. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  58. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  59. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  60. 2e200cd cbfstool: Update LZMA encoder to LZMA SDK 9.12 by Stefan Reinauer · 12 years ago
  61. cb6fd30 cbfstool: Remove unused cmd_t by Stefan Reinauer · 12 years ago
  62. 20848ee cbfstool: add add-flat-binary command to add raw executables by Stefan Reinauer · 12 years ago
  63. a90bd52 cbfstool: add offset parameter to create command by Stefan Reinauer · 12 years ago
  64. 746d174 cbfstool: respect dependencies when building locally by Stefan Reinauer · 12 years ago
  65. c31cdd8 cbfstool: Add -mno-ms-bitfields on (mingw) by Zheng Bao · 12 years ago
  66. 41c229c cbfstool: signed vs. unsigned fixes by Mathias Krause · 12 years ago
  67. 5c581c4 cbfstool: provide a prototype for remove_file_from_cbfs by Mathias Krause · 12 years ago
  68. d2567c8 cbfstool: make endian detection code more robust by Mathias Krause · 12 years ago
  69. 89ba15a chromeos: Fix compilation of coreboot-utils package by Stefan Reinauer · 12 years ago
  70. 941158f cbfstool: pretty print cmos layout files by Mathias Krause · 12 years ago
  71. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  72. 51f6a20 correctly mark code segments as code in SELF by Stefan Reinauer · 13 years ago
  73. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 13 years ago
  74. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  75. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  76. fbadc49 cbfstool: improve error messages by Stefan Reinauer · 13 years ago
  77. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  78. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  79. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago
  80. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  81. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  82. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  83. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  84. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  85. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  86. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  87. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  88. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  89. 800379f by Stefan Reinauer · 15 years ago
  90. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 15 years ago
  91. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 15 years ago
  92. f44eb78 Print (empty) instead of nothing at all for empty by Maciej Pijanka · 15 years ago
  93. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  94. 336daa7 make strcmp happy by including string.h (trivial) by Stefan Reinauer · 15 years ago
  95. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  96. f4aca1d cbfstool: Fill memory allocated in create_cbfs_file() with 0xff by Peter Stuge · 15 years ago
  97. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  98. 6a3ca4e Cosmetics (trivial). by Uwe Hermann · 15 years ago
  99. 0d082d5 Print size of file on cbfs_add_file failure. The size of the file after by Myles Watson · 15 years ago
  100. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago