1. 135ca51 crossgcc: Preparations for building Ada frontend by Nico Huber · 9 years ago
  2. bb313bf crossgcc: Add option to build gcc for specific languages by Nico Huber · 9 years ago
  3. 5e1fb2d genbuild_h: Add Mac OS to case of "data -r" by zbao · 9 years ago
  4. c9b053d rmodtool: make rmodule parameter section optional by Aaron Durbin · 9 years ago
  5. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  6. 38bc916 cbfstool: Allow adding file with specific alignment requirement by Alexandru Gagniuc · 9 years ago
  7. ab5754d cbfstool: off-by-one on the gcc version that provides _Static_assert by Patrick Georgi · 9 years ago
  8. 57c67e5 cbfstool: guard _Static_assert by Patrick Georgi · 9 years ago
  9. 23aeaff cbfstool: implement decompression support for cbfstool extract by Patrick Georgi · 9 years ago
  10. 61c8229 cbfstool: add decompression wrappers by Patrick Georgi · 9 years ago
  11. a71c83f cbfstool: factor out parsing compression file attributes by Patrick Georgi · 9 years ago
  12. c82725c cbfstool: support compressed files in cbfstool print by Patrick Georgi · 9 years ago
  13. 8984a63 cbfstool: allow compression at file header level by Daisuke Nojiri · 9 years ago
  14. 2c61506 cbfstool: add extended file attributes for cbfs_file by Patrick Georgi · 9 years ago
  15. fbff301 util/cbmem: add -T option for machine parseable timestamps by Aaron Durbin · 9 years ago
  16. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  17. d22b9ea buildgcc: Show the exit status of wget if downloading fails. by zbao · 9 years ago
  18. ff3f15c buildgcc: remove getopt when doing clean. by zbao · 9 years ago
  19. 9c98664 inteltool: Add Intel 4-Series chipset detection by Damien Zammit · 9 years ago
  20. bf8589e gitconfig/rebase.sh: adapt default branch name by Patrick Georgi · 9 years ago
  21. 4bfa29e arm64: xcompile: Add support for A53 erratum 843419 by Julius Werner · 9 years ago
  22. 011b0b3 cbfstool: update warning on cbfstool extract by Patrick Georgi · 9 years ago
  23. 83c2d12 cbfstool: update help text by Patrick Georgi · 9 years ago
  24. f5252f3 cbfstool: don't pass header_size as separate argument (part 2) by Patrick Georgi · 9 years ago
  25. d5a4afa cbfstool: don't pass header_size as separate argument by Patrick Georgi · 9 years ago
  26. a60e7b6 cbfstool: use struct cbfs_file * instead of void * by Patrick Georgi · 9 years ago
  27. dc9dbc0 cbfstool: passing a header is now mandatory for converters by Patrick Georgi · 9 years ago
  28. e590358 cbfstool: cbfs_add_entry() doesn't need to know filename or type by Patrick Georgi · 9 years ago
  29. 5cd34e2 inteltool: fix build for FreeBSD by Roger Pau Monne · 9 years ago
  30. 3ba501b cbfstool: move cbfs_file header creation further up the call chain by Patrick Georgi · 9 years ago
  31. 056f6a1 cbfstool: pass cbfs_file header into "compress" functions by Patrick Georgi · 9 years ago
  32. 19c80b2 cbfstool: drop size argument to cbfs_add_entry_at by Patrick Georgi · 9 years ago
  33. ae7efb9 cbfstool: cut down on the debug output by Patrick Georgi · 9 years ago
  34. 7a33b53 cbfstool: Don't patch cbfs_file->len, it's already set correctly by Patrick Georgi · 9 years ago
  35. bc39690 cbfstool: drop unused arguments in internal function by Patrick Georgi · 9 years ago
  36. 62c014b cbfstool: start moving cbfs_file header creation up the call chain by Patrick Georgi · 9 years ago
  37. 4eb8abe cbfstool: more descriptive variable name by Patrick Georgi · 9 years ago
  38. 64fc433 crossgcc: rename source file names from gcc-5.2.0/* to binutils-2.25/* in binutils riscv patches by Jonathan A. Kollasch · 9 years ago
  39. 06e85ac buildgcc: Move a bunch of code into a function by zbao · 9 years ago
  40. 1fff0d2 xcompile: Force localization of objdump to C by Martin Roth · 9 years ago
  41. 56354d5 util/kconfig: add olddefconfig target by Martin Roth · 9 years ago
  42. 410f9ad crossgcc: rename source file names from empty/* to gcc-5.2.0/* in riscv patches by Patrick Georgi · 9 years ago
  43. 505e6094 crossgcc: Fix x86_64-elf target's -m16 support by Patrick Georgi · 9 years ago
  44. af473ed crossgcc: Update gcc to 5.2.0 by Patrick Georgi · 9 years ago
  45. 0a31e59 ifdtool: handle region masks correctly by Aaron Durbin · 9 years ago
  46. 1f7fd72 ifdtool: Update to support Skylake+ descriptor format by Duncan Laurie · 9 years ago
  47. 799bf78 util/cbmem: accumulate total time for all entries by Aaron Durbin · 9 years ago
  48. dd2d3f9 cbfstool: unify actual file creation by Patrick Georgi · 9 years ago
  49. aa44dbd cbfstool: move tests for fixed-location files earlier by Patrick Georgi · 9 years ago
  50. db01ddf cbfstool: prepare moving tests earlier by Patrick Georgi · 9 years ago
  51. 57edf16 cbfstool: factor out creating a cbfs file header by Patrick Georgi · 9 years ago
  52. edf25d9 cbfstool: Make cbfs_create_empty_entry build a more complete header by Patrick Georgi · 9 years ago
  53. 7fd1418 cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() by Patrick Georgi · 9 years ago
  54. f820497 cbfstool: allow file data converters to modify the header size by Patrick Georgi · 9 years ago
  55. 4110abc cbfstool: calculate header size in cbfs_add_component() by Patrick Georgi · 9 years ago
  56. 11ee08f cbfstool: expose cbfs_calculate_file_header_size() by Patrick Georgi · 9 years ago
  57. e60b55a cbfstool: allow passing a precalculated header size into cbfs_add_entry() by Patrick Georgi · 9 years ago
  58. 4e54bf9 cbfstool: test for duplicate files earlier by Patrick Georgi · 9 years ago
  59. c6a8da7 cbfstool: add cbfs file attribute structure by Patrick Georgi · 9 years ago
  60. 433fa57 buildgcc: Fix the options check by zbao · 9 years ago
  61. aa7dcef board-status: move board status back to $TMPDIR by Patrick Georgi · 9 years ago
  62. 1cbef1c board_status: use command -v over which(1) by Patrick Georgi · 9 years ago
  63. 15dd6c2 xcompile: crossgcc lookup in parent paths, for painless libpayload support by Paul Kocialkowski · 9 years ago
  64. c07b783 genbuild_h: Actually use git's current commit for timestamp if possible by Patrick Georgi · 9 years ago
  65. f260f51 genbuild_h: actually make date(1) based timestamp locale independent by Patrick Georgi · 9 years ago
  66. 368488a board-status: expand minimized config to full size by Patrick Georgi · 9 years ago
  67. e10c82a board_status: create temporary directory in coreboot tree by Patrick Georgi · 9 years ago
  68. f534203 Kconfig: Add KCONFIG_STRICT mode by Stefan Reinauer · 9 years ago
  69. 03597d0 secimage: Use libz's crc32 function by Stefan Reinauer · 9 years ago
  70. 9dd8f88 secimage: reformat by Stefan Reinauer · 9 years ago
  71. 1d915ca abuild: avoid hanging in oldconfig for parallel builds by Patrick Georgi · 9 years ago
  72. 58474df abuild: in junit output, name chromeos builds different from normal ones by Patrick Georgi · 9 years ago
  73. f43b06d abuild: when using --chromeos, skip boards with no Chrome OS support by Patrick Georgi · 9 years ago
  74. 86980bb abuild: Make help text into a heredoc by Patrick Georgi · 9 years ago
  75. 11f1d31 buildgcc: Deal with gmp on 32bit Cygwin on 64bit host by zbao · 9 years ago
  76. e05c1ea buildgcc: Get the clean and correct uname on Cygwin by zbao · 9 years ago
  77. 1db856d secimage: Don't link in gmp library by Stefan Reinauer · 9 years ago
  78. 5da95dc crossgcc: Support /bin/sh pointing to dash by Patrick Georgi · 9 years ago
  79. 4d1c5aa cbfstool: Deduplicate code to merge empty files by Patrick Georgi · 9 years ago
  80. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  81. 2062473 cbfstool: move fill value to cbfs.h by Patrick Georgi · 9 years ago
  82. b18f522 lint/gitconfig: Enable checkpatch.pl checking of commits by Stefan Reinauer · 9 years ago
  83. f61c9e9 release: add release script by Patrick Georgi · 9 years ago
  84. 5bb90e6 cbfstool: Remove extra comma after {0, NULL} list element by Sol Boucher · 9 years ago
  85. ec42486 cbfstool: Factor out compression algorithm list by Sol Boucher · 9 years ago
  86. 6533671 cbfstool: rename field by Sol Boucher · 9 years ago
  87. 158dd55 cbfstool: move bit swapping macros to swab.h by Sol Boucher · 9 years ago
  88. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  89. 5dc01ac cbfstool: improve specification of struct cbfs_file by Patrick Georgi · 9 years ago
  90. 45acb34 cbfstool: fix alignment to 64 byte by Patrick Georgi · 9 years ago
  91. 31540fb cbmem: export base_time in timestamp table by Aaron Durbin · 9 years ago
  92. 3ac3c4eb abuild: Allow disabling mainboards by Patrick Georgi · 9 years ago
  93. d00f180 cbmem: convert x86 timestamps on OpenBSD by Patrick Georgi · 9 years ago
  94. b2ba395 buildgcc: Show the archive URL by Paul Menzel · 9 years ago
  95. 403ba77 Update crossgcc Makefile for new buildgcc arguments by Martin Roth · 9 years ago
  96. 8cce701 Fix GCC 5.1 compile issue seen at Linux Arch by Anatol Pomozov · 9 years ago
  97. f53dbfa libpayload: Use top level xcompile by Stefan Reinauer · 9 years ago
  98. b30045f xcompile: switch around armv7 TCARCHes by Stefan Reinauer · 9 years ago
  99. cfa9b99 cbfstool: Make sure CBFS data structures are packed gcc style by Stefan Reinauer · 9 years ago
  100. 19ba110 cbfstool: Fix kv_pair on Windows by Stefan Reinauer · 9 years ago