1. fa74e47 cbfstool: set init_size for linux payloads. by Ronald G. Minnich · 8 years ago
  2. fe22200 crossgcc: Add Dockerfile by Patrick Georgi · 8 years ago
  3. 66c2c1a buildgcc: Build gnat by default if host compiler seems compatible by Nico Huber · 8 years ago
  4. 04a1f6a buildgcc: Ask the user to install gnat if it's missing by Nico Huber · 8 years ago
  5. 7579716 buildgcc: Don't try to build gnat with a different version by Nico Huber · 8 years ago
  6. 156d87c buildgcc: Warn when building GCC with a different major version by Nico Huber · 8 years ago
  7. aee7f46 buildgcc: Add functions to test GCC versions by Nico Huber · 8 years ago
  8. bd74d56 buildgcc: Show excessive arguments and bail out by Nico Huber · 8 years ago
  9. 78df0bf buildgcc: Check exit status of `getopt` by Nico Huber · 8 years ago
  10. cc414dd buildgcc: Fix GNU getopt usage by Nico Huber · 8 years ago
  11. 152e78e buildgcc: Fix option arguments by Nico Huber · 8 years ago
  12. 904538b inteltool: add --ahci for printing AHCI registers by Iru Cai · 8 years ago
  13. 2ab981b buildgcc: Update to acpica version 20160831 by Martin Roth · 8 years ago
  14. 57bfbb0 checkpatch.pl: ignore '#define asmlinkage' by Martin Roth · 8 years ago
  15. 1ce2ba6 lint/lint-007-checkpatch: Update lint script by Martin Roth · 8 years ago
  16. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  17. 871da8e util/release: make release archives reproducible by Alexander Couzens · 8 years ago
  18. 96a48f1 checkpatch.pl: Force raw_line to return a defined value by Martin Roth · 8 years ago
  19. ab9395f lint/checkpatch.pl: Pull in coreboot fixes by Martin Roth · 8 years ago
  20. 8448ac4 cbmem: Exit with an errorlevel of 0 after printing help by Martin Roth · 8 years ago
  21. 746b6ab ifdtool/Makefile: use static dependencies by Alexander Couzens · 8 years ago
  22. d12ea11 ifdtool: fix one whitespace format error by Alexander Couzens · 8 years ago
  23. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  24. ba349ab buildgcc: Quote command substitution by Idwer Vollering · 8 years ago
  25. 6e4204a util/release: Add support for signed tags and releases by Philipp Deppenwiese · 8 years ago
  26. c6080c6 util/lint: Update to latest checkpatch.pl by Stefan Reinauer · 8 years ago
  27. 5cf758d buildgcc: Search the cksum command without checking OS type by zbao · 9 years ago
  28. 26d484a Fix newlines at the end of files by Martin Roth · 8 years ago
  29. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  30. 1bc2b0b util/scripts: Support cygwin in ucode conversion tool by Marshall Dawson · 8 years ago
  31. 2e03fbc util/lint: Add a tool to verify a single newline at the end of files by Martin Roth · 8 years ago
  32. 2d97cb1 util/docker: Update docker files for coreboot-sdk & jenkins builders by Martin Roth · 8 years ago
  33. f75d1df util/docker: Add docker files for coreboot-sdk & jenkins builders by Martin Roth · 8 years ago
  34. 9cc8cb2 xcompile: add riscv64 name to riscv toolchain by Iru Cai · 8 years ago
  35. 589ef9d crossgcc: Update make to latest version: 4.2.1 by Martin Roth · 8 years ago
  36. 109a7db crossgcc: Add gnumake target so that make can be built directly by Martin Roth · 8 years ago
  37. 34e4a1c util/gitconfig: add cborg2cros.py script by Martin Roth · 8 years ago
  38. bb003c8 buildgcc: printf no-color before quiting by Zheng Bao · 8 years ago
  39. 5de5458 util/cbfstool: Initialize elf_writer pointer to avoid crash by Jonathan Neuschäfer · 8 years ago
  40. 1bf0007 flashmap: Allocate at least one entry in kv_pair_new() by Stefan Reinauer · 8 years ago
  41. 8f0b4f4 buildgcc: Use upstream patch for aarch64 build issue by Paul Kocialkowski · 8 years ago
  42. bec0753 sconfig: Reformat C code by Martin Roth · 8 years ago
  43. c9c27bb sconfig: Remove mainboard chip.h support by Martin Roth · 8 years ago
  44. 824255e sconfig: Remove bootblock and Kconfig modes by Martin Roth · 8 years ago
  45. 25f8a4f sconfig: Update command line parameters by Martin Roth · 8 years ago
  46. 3205170 sconfig: pass in devicetree filename by Martin Roth · 9 years ago
  47. 9844d56 cbfstool/cbfs_image: Fix resource leak for tbuff by Furquan Shaikh · 8 years ago
  48. 58644a0 cbfstool/cbfs_image: Check for return value of buffer_create by Furquan Shaikh · 8 years ago
  49. 7b40517 cbfstool/cbfs_image: Fix resource leak for segs by Furquan Shaikh · 8 years ago
  50. b927bec cbfstool/elfheaders: Make elf_writer_destroy NULL-safe by Furquan Shaikh · 8 years ago
  51. f3bba44 cbfstool/cbfs_image: Initialze empty_sz to 0 by Furquan Shaikh · 8 years ago
  52. 61486b5 Use VBOOT_SOURCE instead of hardcoding vboot path by Paul Kocialkowski · 8 years ago
  53. 72fe7ac util/checklist: Place tables in proper boot order by Lee Leahy · 8 years ago
  54. 3440db5 util/checklist: Concatinate optional list to complete list by Lee Leahy · 8 years ago
  55. 3741a0b util/checklist: Process .debug files before .elf files by Lee Leahy · 8 years ago
  56. ce8ff85 util/checklist: Add usage instructions by Lee Leahy · 8 years ago
  57. 5407310 cbfstool: Check for excessive arguments by Nico Huber · 8 years ago
  58. 9ade717 cbfstool: Check arguments to strtoul() where appropriate by Nico Huber · 8 years ago
  59. ae39fc4 util/lint: Add a lint tool to find non-ascii & unprintable chars by Martin Roth · 8 years ago
  60. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  61. bb9722b Add newlines at the end of all coreboot files by Martin Roth · 8 years ago
  62. c1dc9d7 util/cbfstool: Increase initrd offset to 64M by Timothy Pearson · 8 years ago
  63. 1fcebe7 intelvbttool: cope with errors in open() by Patrick Georgi · 8 years ago
  64. 030c730 util/inteltool: fix memory leak by Patrick Georgi · 8 years ago
  65. be8f0fa util/cbmem: Initialize variable by Patrick Georgi · 8 years ago
  66. 8260650 nvramtool: Don't consider reserved regions to be "out of range" by Patrick Georgi · 8 years ago
  67. 312e9f5 superiotool: Add Nuvoton NCT6791D by Omar Pakker · 8 years ago
  68. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  69. 4b48ed8 buildgcc: Apply patches with -p1 by Nico Huber · 8 years ago
  70. 28434a9 util/chromeos: Make scripts executable by Stefan Reinauer · 8 years ago
  71. aad4587 viatool/quirks: Add newline to end of file by Paul Menzel · 8 years ago
  72. e3e2bb0 util: Correct typo in MSR_EBC_SOFT_POWERON by Elyes HAOUAS · 8 years ago
  73. 7ab98fb util/msrtool: update register for Pentium4_later by Elyes HAOUAS · 8 years ago
  74. e5a5084 msrtool/README: Remove trailing spaces by Elyes HAOUAS · 8 years ago
  75. 4611451 Rename VB_SOURCE to VBOOT_SOURCE for increased clarity by Paul Kocialkowski · 8 years ago
  76. 7899db2 buildgcc: Never set GMP CFLAGS manually in order to get the right flags by Paul Kocialkowski · 8 years ago
  77. 613702b cbmem: share additional time stamps IDs by Antonello Dettori · 8 years ago
  78. 6101dfb buildgcc: Update the revision to 1.41 by Martin Roth · 8 years ago
  79. bcfa7cc buildgcc: Update to binutils-2.26.1 & Fix aarch64 build issue by Martin Roth · 8 years ago
  80. 8660580 util/riscvtools: Provide a tohost/fromhost symbols so Spike doesn't hang by Jonathan Neuschäfer · 8 years ago
  81. bfe6f6a kconfig: add olddefconfig target to help by Martin Roth · 8 years ago
  82. 234d246 buildgcc: Add option to bootstrap a host gcc by Nico Huber · 9 years ago
  83. 11ea2b3 buildgcc: Make package build() function more versatile by Nico Huber · 9 years ago
  84. 2b80734 fmaptool: Accept hex values with uppercase letters by Patrick Georgi · 8 years ago
  85. 0b80628 cbfstool: Require "-m ARCH" to extract payloads and stages by Antonello Dettori · 8 years ago
  86. e1a022a util/kconfig: Fix gconfig build by Jonathan Neuschäfer · 8 years ago
  87. deed186 rebase.sh: Update to current cros branch by Martin Roth · 8 years ago
  88. 310580e ifwitool: Fix gcc error due to shadowed global declaration by Werner Zeh · 8 years ago
  89. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  90. 2c68b1c cbfstool: Change CONFIG_FMD_GENPARSER if not set to n by Alexander Couzens · 8 years ago
  91. 119dcee fmaptool: Make base offsets absolute in fmap_config.h by Julius Werner · 8 years ago
  92. 2459f67 util/riscvtools: Add script that turns coreboot.rom into an ELF by Jonathan Neuschäfer · 8 years ago
  93. fda691e cbfstool: Extract payload in ELF by Antonello Dettori · 8 years ago
  94. 3bded7d elfwriter: Fix multi-phdrs ELFs parsing by Antonello Dettori · 8 years ago
  95. e51c20b ifwitool: Calculate checksum for subpart_dir by Furquan Shaikh · 8 years ago
  96. eb8b7d6 ifwitool: Fix calculation of dst_size by Rolf Evers-Fischer · 8 years ago
  97. e7f35cd ifwitool: Do not calculate checksum for subpart_dir by Furquan Shaikh · 8 years ago
  98. fe42b11 ifwitool: Correct pack order and header order by Furquan Shaikh · 8 years ago
  99. 5343b1f autoport: Add prompt for enabling unsafe inteltool glx option by Chris Ching · 8 years ago
  100. c9bf8bf util/checklist: Add bootblock support by Lee Leahy · 8 years ago