1. 66e9335 buildgcc: Check for dependencies after printing banner by Stefan Reinauer · 9 years ago
  2. 93a9630 buildgcc: Clarify required user action by Stefan Reinauer · 9 years ago
  3. db6dd81 kconfig: allow specifying the target for savedefconfig by Patrick Georgi · 9 years ago
  4. 4dcfa21 xcompile: Don't print error messages by Stefan Reinauer · 9 years ago
  5. cd5cdd3 buildgcc: Define $CMAKE only if clang package is built by David Hendricks · 9 years ago
  6. ae9f87f xcompile: add support for x86-64 by Stefan Reinauer · 9 years ago
  7. 2d119a3 bimgtool: initialize data header by Patrick Georgi · 9 years ago
  8. c866591 buildgcc: improve portability of 'type' use by Patrick Georgi · 9 years ago
  9. fe5dd02 to-wiki: Adjust nice name retrievals to match current tree. by Vladimir Serbinenko · 9 years ago
  10. f2c15f5 buildgcc: replace [[ ... == ... ]] with something more portable by Patrick Georgi · 9 years ago
  11. 4647bb1 kconfig: enforce stable sort order by Patrick Georgi · 9 years ago
  12. 16c0a41 ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19 by Furquan Shaikh · 9 years ago
  13. 2f97ebc buildgcc: build with bfd and gold linker by Stefan Reinauer · 9 years ago
  14. 85b07d6 buildgcc: move to a package centric user interface by Stefan Reinauer · 9 years ago
  15. 429424f buildgcc: fix compilation of IASL by Stefan Reinauer · 9 years ago
  16. bed95b2 buildgcc: Update and fix GDB by Stefan Reinauer · 9 years ago
  17. 5dd2635 buildgcc: Reorder main program by Stefan Reinauer · 9 years ago
  18. 05bbc920 buildgcc: Don't use BUILDDIRPREFIX by Stefan Reinauer · 9 years ago
  19. 1c70e05 buildgcc: solidify and remove boilerplate code by Stefan Reinauer · 9 years ago
  20. f099e1b util/kconfig/Makefile: Add savedefconfig target by Martin Roth · 9 years ago
  21. 7b40e42 buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION} by Stefan Reinauer · 9 years ago
  22. 916b845 buildgcc: Fail if a patch failed to apply by Stefan Reinauer · 9 years ago
  23. d0f8372 buildgcc: Don't run autoconf by Stefan Reinauer · 9 years ago
  24. dbc0087 buildgcc: move from if test to if [ .. ] by Stefan Reinauer · 9 years ago
  25. d764912 buildgcc: move from `..` to $( .. ) by Stefan Reinauer · 9 years ago
  26. 946bf93 genbuild_h: set LC_ALL=C to get rid of language influence to date by Alexander Couzens · 9 years ago
  27. 4dc1197 genbuild_h: refactor environment variable into export's by Alexander Couzens · 9 years ago
  28. a8bda43 cbmem: Break out CBMEM_ID to a separate header file by Marc Jones · 9 years ago
  29. 6404dff xcompile: Fix errors thrown during make gitconfig by Stefan Reinauer · 9 years ago
  30. e7757bd buildgcc: Unify and refactor build scripts by Stefan Reinauer · 9 years ago
  31. 14ce213 crossgcc: Add clang support by Stefan Reinauer · 9 years ago
  32. 699ac27 buildgcc: refactor package unpacking, patching and building by Stefan Reinauer · 9 years ago
  33. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  34. d9bc2fa genbuild_h: timestamps should not depend on LANG or LC_ALL by Alexander Couzens · 9 years ago
  35. 8893548 buildgcc: factor out downloading, unpacking and patching by Stefan Reinauer · 9 years ago
  36. 34de29a build system: move more clang handling to xcompile by Patrick Georgi · 9 years ago
  37. 527f392 build system: move compiler runtime determination to xcompile by Patrick Georgi · 9 years ago
  38. 8b5a051c xcompile: Detect clang compilers by Patrick Georgi · 9 years ago
  39. 532df29 xcompile: Rename internal variable CFLAGS to CFLAGS_GCC by Patrick Georgi · 9 years ago
  40. 31bf37e crossgcc: Improve compatibility of the toolchain across host systems by Patrick Georgi · 9 years ago
  41. a4cf83d cbfs: Fix mismerge. by Vladimir Serbinenko · 9 years ago
  42. 3ad6ff1 superiotool: detect the NCT5572D by Felix Held · 9 years ago
  43. 72ee183 autoport: Update documentation to mention runtime prerequisites by Vladimir Serbinenko · 9 years ago
  44. 91195c6 autoport: Improve keyboard detection. by Vladimir Serbinenko · 9 years ago
  45. 239d53e autoport: Add a note that slot labeling is unreliable. by Vladimir Serbinenko · 9 years ago
  46. db0acf8 autoport: Fix SPD map guessing function. by Vladimir Serbinenko · 9 years ago
  47. 5868ab4 autoport/ec_fixme: Fix error in resulting code. by Vladimir Serbinenko · 9 years ago
  48. 2d615e5 autoport: Strip inc, co and corp suffixes from vendor name by Vladimir Serbinenko · 9 years ago
  49. 68f5f62 autoport/bd82x6x: Fix off-by-one error by Vladimir Serbinenko · 9 years ago
  50. 39e25ec autoport: Allow binary prerequisites to be placed in the autoport directory. by Vladimir Serbinenko · 9 years ago
  51. a78f699 autoport: Minor style fixes in readme. by Vladimir Serbinenko · 9 years ago
  52. 3129f79 autoport: Write autoport together with porting guide for sandy/ivybridge. by Vladimir Serbinenko · 10 years ago
  53. 6f163a6 board-status: Don't consider Kconfig.name a valid mainboard. by Vladimir Serbinenko · 9 years ago
  54. 43931f6 to-wiki: Correct retreval of nice vendor name by Vladimir Serbinenko · 9 years ago
  55. 25509ee Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  56. 3c3a0fa xcompile: Add CROSS_COMPILE_* variable by Furquan Shaikh · 9 years ago
  57. 1f8e4cb cbfstool: update fmd_scanner.c_shipped by Patrick Georgi · 9 years ago
  58. 32532ac cbfstool: Make update-fit action work on new-style images by Sol Boucher · 9 years ago
  59. 188aec0 inteltool: dump gfx registers. by Vladimir Serbinenko · 9 years ago
  60. 5a6b8d1 VBT parser. by Vladimir Serbinenko · 10 years ago
  61. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  62. 54e6aa7 util/board_status: Fetch and rebase after failed push by Paul Menzel · 9 years ago
  63. 749e075 util/board_status: Add `echo` before message string by Paul Menzel · 9 years ago
  64. 7b32145 cbfstool: Copy generated files to the build hierarchy before use by Patrick Georgi · 9 years ago
  65. 8d6e24c cbfstool: clarify dependencies in Makefile by Patrick Georgi · 9 years ago
  66. d32b273 cbfstool: Rename autogenerated targets by Kyösti Mälkki · 9 years ago
  67. c877149 cbfstool: Fix fmd_scanner build compatibility by Kyösti Mälkki · 9 years ago
  68. df699d5 util/cbmem: Update cbmem utility to parse the new IMD structures by Timothy Pearson · 9 years ago
  69. 2e04259 cbfstool: Fix shadowed global index by Kyösti Mälkki · 9 years ago
  70. 5b667df util/inteltool: add Broadwell-U support by Matt DeVillier · 9 years ago
  71. 6310ccc cbfstool: Don't typedef the comp_algo enum by Sol Boucher · 9 years ago
  72. 67d5998 cbfstool: Support top-aligned addresses for new-format images by Sol Boucher · 9 years ago
  73. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  74. 3961834 kconfig: properly build parser when LKC_GENPARSER=1 by Patrick Georgi · 9 years ago
  75. ccbcfd7 kconfig: handle globbed files backwards by Patrick Georgi · 9 years ago
  76. c7a8c38 cbfstool: fix 32bit host issue by Patrick Georgi · 9 years ago
  77. 94383da fmap: request libc compatibility level that includes memccpy by Patrick Georgi · 9 years ago
  78. 59c2c8b checkpatch: fine tune checks by Stefan Reinauer · 9 years ago
  79. 023e829 fmaptool: Add listing of annotated CBFS sections and generate header by Sol Boucher · 9 years ago
  80. b974081 fmaptool: Conform to cbfstool's error message format by Sol Boucher · 9 years ago
  81. e3260a0 cbfstool: Restructure around support for reading/writing portions of files by Sol Boucher · 9 years ago
  82. 64c6cd7 cbfstool: Add offset field to cbfstool directory's struct buffer by Sol Boucher · 9 years ago
  83. 1a3349f cbfstool: Simplify the common buffer_splice() function's interface by Sol Boucher · 9 years ago
  84. 5bad395 cbfstool: Eliminate useless cbfs_image_create() local variable by Sol Boucher · 9 years ago
  85. 3e060ed cbfstool: Fix leak in cbfs_image struct initialization by Sol Boucher · 9 years ago
  86. 297c88c cbfstool: Fix cbfs_copy_instance()'s master header endianness by Sol Boucher · 9 years ago
  87. c526900 checkpatch: fix tree recognition by Stefan Reinauer · 9 years ago
  88. 69b88bf fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler by Sol Boucher · 9 years ago
  89. fa7a455 cbfstool: Fix strange flashmap whitespace by Sol Boucher · 9 years ago
  90. 65d9520 cbfstool: Import minimal set of files from flashmap by Sol Boucher · 9 years ago
  91. 636cc85 cbfstool: Make the add action choose an aligned entries capacity by Sol Boucher · 9 years ago
  92. c6e1f8a Add MAINTAINERS file by Stefan Reinauer · 9 years ago
  93. 0ff13d9 Drop lbtdump, like it's 2007 by Stefan Reinauer · 9 years ago
  94. 7d89849 Drop dumpmcrr by Stefan Reinauer · 9 years ago
  95. 3a34b41 Drop resetcf by Stefan Reinauer · 9 years ago
  96. 0a52468 Fix Kconfig option list generator by Stefan Reinauer · 9 years ago
  97. dcc9fe2 Drop i915tool by Stefan Reinauer · 9 years ago
  98. d6fac38 vgabios: fix compilation by Stefan Reinauer · 9 years ago
  99. 94a0ae1 Drop util/runfw by Stefan Reinauer · 9 years ago
  100. d36b80c kconfig: avoid using wordexp by Patrick Georgi · 9 years ago