1. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  2. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  3. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago
  4. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  5. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  6. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  7. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  8. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  9. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  10. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  11. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  12. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  13. 800379f by Stefan Reinauer · 14 years ago
  14. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 15 years ago
  15. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 15 years ago
  16. f44eb78 Print (empty) instead of nothing at all for empty by Maciej Pijanka · 15 years ago
  17. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  18. 336daa7 make strcmp happy by including string.h (trivial) by Stefan Reinauer · 15 years ago
  19. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  20. f4aca1d cbfstool: Fill memory allocated in create_cbfs_file() with 0xff by Peter Stuge · 15 years ago
  21. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  22. 6a3ca4e Cosmetics (trivial). by Uwe Hermann · 15 years ago
  23. 0d082d5 Print size of file on cbfs_add_file failure. The size of the file after by Myles Watson · 15 years ago
  24. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago
  25. 0da38dd Add a "locate" function cbfstool, which helps you find by Patrick Georgi · 15 years ago
  26. 6c73b441 Remove all build/ prefixes in the build output. by Uwe Hermann · 15 years ago
  27. 7782319 Prefix all build output file names of files which end up in the build by Uwe Hermann · 15 years ago
  28. e052bb7 Drop duplicate version of the documentation/cbfs.txt file as discussed. by Uwe Hermann · 15 years ago
  29. 56f5fb7 Fix endless loop when trying to add a too large file to CBFS, by Patrick Georgi · 15 years ago
  30. 19a99c6 check for ELF payloads in cbfstool by Cristi Magherusan · 15 years ago
  31. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  32. 3fec29c This separates the code for each command in cbfstool. For the good and for the by Stefan Reinauer · 15 years ago
  33. 853270a * guard all mallocs in cbfstool by Stefan Reinauer · 15 years ago
  34. 5a1af7b There was a missing addition of the size of the .notes.pinfo by Ronald G. Minnich · 15 years ago
  35. ab13458 Build cbfstool with debug flags and don't strip the executable by Patrick Georgi · 15 years ago
  36. 45d8a83 More error checking when trying to open files in cbfstool. (trivial) by Patrick Georgi · 15 years ago
  37. 77ee932 Build cbfstool with native data size. Trivial change. by Patrick Georgi · 15 years ago
  38. b7b56dd8 New cbfstool. Works without mmap or fork/exec and by Patrick Georgi · 15 years ago
  39. 2b7418e Use the gnu make .SILENT: mechanism instead of requiring by Patrick Georgi · 15 years ago
  40. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  41. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  42. e70471b Move CBFS header to a safer place. by Thomas Jourdan · 15 years ago
  43. fabde37 - AMD selected a couple of options that are incompatible with QEmu (and by Patrick Georgi · 15 years ago
  44. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  45. 4551b49 drop dead nested assignment (trivial) by Stefan Reinauer · 15 years ago
  46. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  47. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  48. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  49. 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
  50. ecf4ef0 by Ward Vandewege · 15 years ago
  51. 6ce41c0 This is transition code for cbfs to implement cbfs files at fixed addresses. by Ronald G. Minnich · 15 years ago
  52. c7a6447 cbfstool reacts to a too large bootblock file by stopping by Patrick Georgi · 15 years ago
  53. 3a5c277 Cosmetic cbfstool update (trivial) by Stefan Reinauer · 15 years ago
  54. 56ae8fc This patch implements a "flash friendly" value for initialized areas of flash. by Ronald G. Minnich · 15 years ago
  55. 67befdc by Ward Vandewege · 15 years ago
  56. df042a1 by Ward Vandewege · 15 years ago
  57. a064b52 Add support for human-friendly component string types for the cbfstool add by Ward Vandewege · 15 years ago
  58. 4b35354 Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c. by Myles Watsonmylesgw · 15 years ago
  59. 1c7cf64 by Ronald G. Minnich · 15 years ago
  60. b534e42 Trivial clean up of print usage and parameter checking. by Myles Watson · 15 years ago
  61. 475aeda Add -Werror to help us keep the code clean. by Myles Watson · 15 years ago
  62. 83b8f0c I have made a very simple mod to cbfstool that is compatible with the by Ronald G. Minnich · 15 years ago
  63. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  64. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  65. 72631a0 The master cbfs record was located at the end of the flash and overwrote by Myles Watson · 15 years ago
  66. 06db2c4 Fix an uninitialized variable. If it didn't end up being zero it sometimes by Myles Watson · 15 years ago
  67. feaaedc This patch adds by Myles Watson · 15 years ago
  68. 45ae92ff util/cbfstool/tools/rom-mk*->cbfs-mk* rename by Peter Stuge · 15 years ago
  69. ef4d7d4 util: romfs->cbfs rename by Peter Stuge · 15 years ago
  70. 1d862de v2/util: romfs -> cbfs rename by Peter Stuge · 15 years ago