1. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  2. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  3. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  4. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  5. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  6. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  7. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  8. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  9. 5be6673 cbfstool: Update example file. by Hung-Te Lin · 12 years ago
  10. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  11. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  12. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  13. 5a9f45c cbfstool: Prevent file name to be corrupted by basename(). by Hung-Te Lin · 12 years ago
  14. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  15. 4505ceb cbfstool: Remove unused header files. by Hung-Te Lin · 12 years ago
  16. d173962 cbfstool: Store global variables into struct. by Hung-Te Lin · 12 years ago
  17. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  18. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  19. 9ad1f56 armv7: dynamically calculate the branch offset in cbfstool by David Hendricks · 12 years ago
  20. 062730d cbfstool: index is replaced by strchr. by zbao · 12 years ago
  21. 9da7570 cbfstool: Fix warnings on OS X by Stefan Reinauer · 12 years ago
  22. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  23. 454856b add user-specified offset when creating armv7 cbfs image by David Hendricks · 12 years ago
  24. a182cbd cbfstool: Align the column of build hint message. by Zheng Bao · 12 years ago
  25. cf5aaaf cbfstool: Catch failing parse_elf_to_payload() by Stefan Reinauer · 12 years ago
  26. 1224626 Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" by Stefan Reinauer · 12 years ago
  27. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  28. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  29. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  30. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  31. 2e200cd cbfstool: Update LZMA encoder to LZMA SDK 9.12 by Stefan Reinauer · 12 years ago
  32. cb6fd30 cbfstool: Remove unused cmd_t by Stefan Reinauer · 12 years ago
  33. 20848ee cbfstool: add add-flat-binary command to add raw executables by Stefan Reinauer · 12 years ago
  34. a90bd52 cbfstool: add offset parameter to create command by Stefan Reinauer · 12 years ago
  35. 746d174 cbfstool: respect dependencies when building locally by Stefan Reinauer · 12 years ago
  36. c31cdd8 cbfstool: Add -mno-ms-bitfields on (mingw) by Zheng Bao · 12 years ago
  37. 41c229c cbfstool: signed vs. unsigned fixes by Mathias Krause · 12 years ago
  38. 5c581c4 cbfstool: provide a prototype for remove_file_from_cbfs by Mathias Krause · 12 years ago
  39. d2567c8 cbfstool: make endian detection code more robust by Mathias Krause · 12 years ago
  40. 89ba15a chromeos: Fix compilation of coreboot-utils package by Stefan Reinauer · 12 years ago
  41. 941158f cbfstool: pretty print cmos layout files by Mathias Krause · 12 years ago
  42. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  43. 51f6a20 correctly mark code segments as code in SELF by Stefan Reinauer · 13 years ago
  44. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 12 years ago
  45. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  46. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  47. fbadc49 cbfstool: improve error messages by Stefan Reinauer · 13 years ago
  48. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  49. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  50. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago
  51. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  52. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  53. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  54. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  55. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  56. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  57. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  58. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  59. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  60. 800379f by Stefan Reinauer · 14 years ago
  61. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 14 years ago
  62. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 15 years ago
  63. f44eb78 Print (empty) instead of nothing at all for empty by Maciej Pijanka · 15 years ago
  64. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  65. 336daa7 make strcmp happy by including string.h (trivial) by Stefan Reinauer · 15 years ago
  66. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  67. f4aca1d cbfstool: Fill memory allocated in create_cbfs_file() with 0xff by Peter Stuge · 15 years ago
  68. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  69. 6a3ca4e Cosmetics (trivial). by Uwe Hermann · 15 years ago
  70. 0d082d5 Print size of file on cbfs_add_file failure. The size of the file after by Myles Watson · 15 years ago
  71. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago
  72. 0da38dd Add a "locate" function cbfstool, which helps you find by Patrick Georgi · 15 years ago
  73. 6c73b441 Remove all build/ prefixes in the build output. by Uwe Hermann · 15 years ago
  74. 7782319 Prefix all build output file names of files which end up in the build by Uwe Hermann · 15 years ago
  75. e052bb7 Drop duplicate version of the documentation/cbfs.txt file as discussed. by Uwe Hermann · 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. 19a99c6 check for ELF payloads in cbfstool by Cristi Magherusan · 15 years ago
  78. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  79. 3fec29c This separates the code for each command in cbfstool. For the good and for the by Stefan Reinauer · 15 years ago
  80. 853270a * guard all mallocs in cbfstool by Stefan Reinauer · 15 years ago
  81. 5a1af7b There was a missing addition of the size of the .notes.pinfo by Ronald G. Minnich · 15 years ago
  82. ab13458 Build cbfstool with debug flags and don't strip the executable by Patrick Georgi · 15 years ago
  83. 45d8a83 More error checking when trying to open files in cbfstool. (trivial) by Patrick Georgi · 15 years ago
  84. 77ee932 Build cbfstool with native data size. Trivial change. by Patrick Georgi · 15 years ago
  85. b7b56dd8 New cbfstool. Works without mmap or fork/exec and by Patrick Georgi · 15 years ago
  86. 2b7418e Use the gnu make .SILENT: mechanism instead of requiring by Patrick Georgi · 15 years ago
  87. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  88. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  89. e70471b Move CBFS header to a safer place. by Thomas Jourdan · 15 years ago
  90. fabde37 - AMD selected a couple of options that are incompatible with QEmu (and by Patrick Georgi · 15 years ago
  91. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  92. 4551b49 drop dead nested assignment (trivial) by Stefan Reinauer · 15 years ago
  93. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  94. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  95. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  96. 455e223 The problem is that the check to see if we're at the end is never reached. I by Myles Watson · 15 years ago
  97. ecf4ef0 by Ward Vandewege · 15 years ago
  98. 6ce41c0 This is transition code for cbfs to implement cbfs files at fixed addresses. by Ronald G. Minnich · 15 years ago
  99. c7a6447 cbfstool reacts to a too large bootblock file by stopping by Patrick Georgi · 15 years ago
  100. 3a5c277 Cosmetic cbfstool update (trivial) by Stefan Reinauer · 15 years ago