1. b46c4ec cbfs-compression-tool: catch compression failures by Patrick Georgi · 8 years ago
  2. e8ad3c7 util/intelmetool: Try to activate the ME before scanning PCIe for it by Dan Elkouby · 8 years ago
  3. 607796a cbfstool: Don't use le32toh(), it's non-standard by Nico Huber · 8 years ago
  4. 6f27edd util/scripts: extend cross-repo-cherrypick by Patrick Georgi · 8 years ago
  5. ecaa570 util/cbfstool: Enable adding precompressed files to cbfs by Patrick Georgi · 8 years ago
  6. c88d16b util/cbfstool: Add cbfs-compression-tool by Patrick Georgi · 8 years ago
  7. 8474e7d util/cbfstool: compile with -O2 by default by Patrick Georgi · 8 years ago
  8. df1ff23 buildgcc: try curl if wget is not present by Patrick Georgi · 8 years ago
  9. 047c2f4 util/abuild: Print list of failed boards at the end of the abuild by Martin Roth · 8 years ago
  10. e6bd18f util/autoport: Fix gfx dump of log_maker by Sebastian 'Swift Geek' Grzywna · 8 years ago
  11. 23ceb7d util/lint: Add check for the signed-off-by line by Martin Roth · 8 years ago
  12. 766c3fe util/romcc: avoid shifting more than the variable's width by Patrick Georgi · 8 years ago
  13. ab8f7d3 util/crossgcc: update jenkins-build-toolchain by Martin Roth · 8 years ago
  14. 2c1c02e buildgcc: Remove quotes around a $CC call by Nico Huber · 8 years ago
  15. cf84619 util/cbfstool: Fix to build with latest llvm by Manoj Gupta · 8 years ago
  16. 3793557 util/romcc: remove dead assignments by Patrick Georgi · 8 years ago
  17. e7724f1 util/romcc: Ensure that bit shift is valid by Patrick Georgi · 8 years ago
  18. d057125 util/romcc: avoid leaking a type by Patrick Georgi · 8 years ago
  19. d805189 util/romcc: avoid dereferencing NULL pointer by Patrick Georgi · 8 years ago
  20. 61dbbf6 util/romcc: free variable after use by Patrick Georgi · 8 years ago
  21. 14b9b93 util/abuild: Don't set XGCCPATH if it's in the environment by Martin Roth · 8 years ago
  22. 7ff4fe1 util/inteltool: Add ICH6-10 to BIOS_CNTL list by Arthur Heymans · 8 years ago
  23. a5798a9b util/inteltool: Fix ICH SPIBAR registers by Arthur Heymans · 8 years ago
  24. 072a69e superiotool: Add support for HWM registers on W83627EHG by Arthur Heymans · 8 years ago
  25. 4cd95ec superiotool: Add support for HWM registers on W83627DHG by Arthur Heymans · 8 years ago
  26. 2ed7295 util/cbfstool: Don't print region information on stderr by default by Patrick Georgi · 8 years ago
  27. 1e7911e util/intelmetool: Fix warning building with 32-bit by Paul Menzel · 8 years ago
  28. 010ecf80 buildgcc: Indicate CXXFLAGS for binutils by Nico Huber · 8 years ago
  29. ae6187f buildgcc: Fix string comparison operator by Nico Huber · 8 years ago
  30. 8bbd596 buildgcc: Build GMP `--with-pic` if GCC defaults to `-pie` by Nico Huber · 8 years ago
  31. adcad7f util/romcc: Don't read 'member' if it might be NULL by Patrick Georgi · 8 years ago
  32. ca80196 util/broadcom: Check for successful file access by Patrick Georgi · 8 years ago
  33. da8421d util/romcc: remove self-assignment by Patrick Georgi · 8 years ago
  34. f78e658 util/romcc: Move access after NULL-check by Patrick Georgi · 8 years ago
  35. f23cba0 util/romcc: Fix resource leak by Patrick Georgi · 8 years ago
  36. 8c47b1f util/broadcom: Add two more NULL checks by Patrick Georgi · 8 years ago
  37. a3e928c util/broadcom: Check return value of stat() by Patrick Georgi · 8 years ago
  38. 3d51a6a util/broadcom: Initialize variable by Patrick Georgi · 8 years ago
  39. 6e50e33 util/broadcom: Close file after use by Patrick Georgi · 8 years ago
  40. 856a3ab util/broadcom: Terminate string by Patrick Georgi · 8 years ago
  41. 5f771dc util/broadcom: close file on error by Patrick Georgi · 8 years ago
  42. e70bfee util/ifdfake: Add number of regions by Nico Huber · 8 years ago
  43. 8099803 util/cbfstool: Handle error condition more carefully by Patrick Georgi · 8 years ago
  44. 6b2d2db util/cbfstool: check that buffer_create worked by Patrick Georgi · 8 years ago
  45. 862df92 util/cbfstool: Fix memory leak by Patrick Georgi · 8 years ago
  46. a2ce710 util/cbfstool: Add NULL-ptr check by Patrick Georgi · 8 years ago
  47. 6bc4416 util/abuild: Fix update_config function by Martin Roth · 8 years ago
  48. d9edb18 util/cbfstool: Enable filling fmap regions with a given value by Patrick Georgi · 8 years ago
  49. 16b3e4b util/cbfstool: require -i argument for cbfstool add-int by Patrick Georgi · 8 years ago
  50. 08705f1 lint/kconfig_lint: Make sure all symbols have a type defined by Martin Roth · 8 years ago
  51. 1c9c4b8 util/lint: add check for auto-included headers by Martin Roth · 8 years ago
  52. 00cbc7f Kconfig: Change symbol override from warning to notice by Martin Roth · 8 years ago
  53. cbaab7e util/docker: Add a makefile for common docker tasks by Martin Roth · 8 years ago
  54. 9fdb41a util/abuild: Add more error handling for command line options by Martin Roth · 8 years ago
  55. 5b0d2db util/abuild: Add argument -R to specify root directory by Martin Roth · 8 years ago
  56. b06bfa4 util/abuild: Clean up usage by Martin Roth · 8 years ago
  57. 02c93b9 util/abuild: Fix or disable shellcheck warnings by Martin Roth · 8 years ago
  58. 26174c9 abuild: Build saved config files by Martin Roth · 8 years ago
  59. c01ff74 util/kconfig/conf.c: Fix newline in error printf by Martin Roth · 8 years ago
  60. 21c99af util/lint: Add check to verify saved configs are miniconfigs by Martin Roth · 8 years ago
  61. 4015608 autoport: Fix romstage generator by Kyösti Mälkki · 8 years ago
  62. 26267a7 buildgcc: Be less restrictive when trying to build GNAT by Nico Huber · 8 years ago
  63. aa89fb4 buildgcc: Fix function prototype in GCC by Nico Huber · 8 years ago
  64. 1d56eef cbfstool: Fix off-by-one error in checking hash_type by Furquan Shaikh · 8 years ago
  65. adcba94 util/lint: Add check for symbolic links in the coreboot tree by Martin Roth · 8 years ago
  66. 358b2b3 util/lint: Exclude devicetree files with custom name from license check by Naresh G Solanki · 8 years ago
  67. 2c6a806 crossgcc/buildgcc: Show additional information while building by Martin Roth · 8 years ago
  68. ab273d3 kconfig_lint: More updates for excluded files by Martin Roth · 8 years ago
  69. e69c58d kconfig_lint: exclude payloads from search, add back specific files by Martin Roth · 8 years ago
  70. 1b593e5 util/crossgcc: fix using -D by Patrick Georgi · 8 years ago
  71. 5c32549 util/inteltool: Fix bay trail ahci device by Marshall Dawson · 8 years ago
  72. 8955d55 util/amdfwtool: Wrap long lines, excluding comments by Martin Roth · 8 years ago
  73. cd15bc8 util/amdfwtool: Fix whitespace by Martin Roth · 8 years ago
  74. c295d5e crossgcc/buildgcc: Add package version to saved .success file by Martin Roth · 8 years ago
  75. 31d95a2 util/amdfwtool: unify return values, verify the file open by Martin Roth · 8 years ago
  76. 0e94062 util/amdfwtool: add usage text by Martin Roth · 8 years ago
  77. 8806f7f util/amdfwtool: fix clang warnings by Martin Roth · 8 years ago
  78. 60f1551 util/amdfwtool: Update with ROM size command line parameter by Martin Roth · 8 years ago
  79. 96ecb77 ifdtool: Add option to specify platform (-p) quirks by Andrey Petrov · 8 years ago
  80. 350630a util/amdfwtool: Increase space used for structures by Marc Jones · 8 years ago
  81. 90099b6 util/amdfwtool: Add PSP2 options to optstring by Marc Jones · 8 years ago
  82. e7d892c util/amdfwtool: Fix duplicate long option name by Marshall Dawson · 8 years ago
  83. 25445dc superiotool: Add undocumented registers of ITE IT8783E/F by Nico Huber · 8 years ago
  84. e35a374 superiotool: Add register definitions for ITE IT8783E/F by Nico Huber · 8 years ago
  85. 3812a72 superiotool: Add an alternative dump format by Nico Huber · 8 years ago
  86. 246051c util/xcompile/xcompile: Add a space before `&&` by Paul Menzel · 8 years ago
  87. 78f7335 util/lint/lint: Show lint script output as it's running by Martin Roth · 8 years ago
  88. 4003283 util/scripts: add copyright notices by Patrick Georgi · 8 years ago
  89. cd48d19 Rename and move util/gitconfig/rebase.sh by Patrick Georgi · 8 years ago
  90. 45037c8 Drop convert-all-depthcharge-fmap.dts.sh script by Patrick Georgi · 8 years ago
  91. de2918b util/inteltool: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  92. 9450150 util/inteltool: Use tabs for indents by Elyes HAOUAS · 8 years ago
  93. 3baa7e7 util/msrtool: Use tabs for indents by Elyes HAOUAS · 8 years ago
  94. 5b6bdcc cbfstool: Fix typo in help text by Patrick Georgi · 8 years ago
  95. 01fbc3a util/cbfstool: Allow overwriting CBFS regions with raw data on request by Patrick Georgi · 8 years ago
  96. 3401f5a RISCV: change make-spike-elf to use the coreboot toolchain. by Ronald G. Minnich · 8 years ago
  97. 519c4b7 util/scripts: add gerrit-rebase script by Patrick Georgi · 8 years ago
  98. eff596b ifdtool: don't write unused regions into a layout file by Alexander Couzens · 8 years ago
  99. fd5c658 ifdtool: use max_regions to reflect ifd header version by Alexander Couzens · 8 years ago
  100. a81bef1 ifdtool: promote max_regions as global by Alexander Couzens · 8 years ago