1. a8b86b3 build system: change addition order of files to go by region by Patrick Georgi · 8 years ago
  2. 93ef3ff Makefiles: Use $(MAINBOARD_DIR) instead of $(CONFIG_MAINBOARD_DIR) by Martin Roth · 8 years ago
  3. fc46583 Makefile.inc: Strip CONFIG_DEVICETREE quotes at top of makefile by Martin Roth · 8 years ago
  4. 16559c3 build system: drop commented out code by Patrick Georgi · 8 years ago
  5. c9c27bb sconfig: Remove mainboard chip.h support by Martin Roth · 8 years ago
  6. 25f8a4f sconfig: Update command line parameters by Martin Roth · 8 years ago
  7. 3205170 sconfig: pass in devicetree filename by Martin Roth · 9 years ago
  8. bcbb205 build system: add easier targetting of cbfstool options per region by Aaron Durbin · 8 years ago
  9. f641a27 Makefile.inc: Strip output of `wc` by Nico Huber · 8 years ago
  10. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  11. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  12. 4611451 Rename VB_SOURCE to VBOOT_SOURCE for increased clarity by Paul Kocialkowski · 8 years ago
  13. 40d9349 device: include devicetree in bootblock stage by Aaron Durbin · 8 years ago
  14. 168eb6a Makefile: Add uCode binary to FIT by Subrata Banik · 8 years ago
  15. 95f6022 flashmap: Use CONFIG_ROM_SIZE as flash size in flashmap by Werner Zeh · 8 years ago
  16. fc3741f Add Board Checklist Support by Lee Leahy · 8 years ago
  17. 3ac9d4cb Makefile: Add ifwitool to list of tools to be built by Furquan Shaikh · 8 years ago
  18. c16918a splash: Put the suffix of splash file to CBFS name by zbao · 8 years ago
  19. d4d3ecb jenkins: Run the romcc test suite by Jonathan Neuschäfer · 8 years ago
  20. 94b18a1 xip: Do not pass --xip for early stages if CAR supports code execution by Furquan Shaikh · 8 years ago
  21. ef10529 cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE by Aaron Durbin · 8 years ago
  22. d264b46 build system: create fmap for UPDATE_IMAGE configurations, too by Patrick Georgi · 8 years ago
  23. bc2d151 payload: Fix broken Linux kernel as payload by Werner Zeh · 8 years ago
  24. 849635d build system: rename fmap.h to fmap_config.h by Patrick Georgi · 8 years ago
  25. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  26. 3812597 Makefile.inc: Stop running git repeatedly for each build by Martin Roth · 8 years ago
  27. 785a31d Makefile.inc: Move payload code to payloads/ by Stefan Reinauer · 8 years ago
  28. a29bc97 Makefile.inc: Disassemble the ACPI AML to detect errors by Martin Roth · 8 years ago
  29. 888a98b payloads: add iPXE 'payload' build by Martin Roth · 8 years ago
  30. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  31. 32154d7 build system: Allow overriding the path to the futility binary by Patrick Georgi · 8 years ago
  32. 621dd84 Makefile.inc: Add toupper, tolower, and ws_to_under macros by Martin Roth · 8 years ago
  33. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  34. 6797557 Makefile: Update payload clean targets by Martin Roth · 8 years ago
  35. 566dd35 Add option for "timeless" builds by Nico Huber · 9 years ago
  36. f4b7f22 Makefile.inc: Add dependency on util/kconfig/conf for config.h by Martin Roth · 8 years ago
  37. 4351ace payloads: Load coreinfo as a secondary payload by Martin Roth · 8 years ago
  38. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  39. dbae4d0 Payloads: Add U-Boot as a coreboot-payload by Martin Roth · 9 years ago
  40. c52d4f5 util/marvell: Add Marvell doimage utility and dependency in relevant Makefile by Ruilin Hao · 9 years ago
  41. aaa3b4a gitconfig: Fix make gitconfig if USE_BLOBS is disabled by Patrick Georgi · 8 years ago
  42. 4505787 build system: Add another post-processing step by Patrick Georgi · 8 years ago
  43. b09a569 build_system: Extend site-local by Martin Roth · 9 years ago
  44. d5779c1 buildgcc: Move all toolchain build targets to util/crossgcc by Stefan Reinauer · 8 years ago
  45. 2cc2ff6 buildgcc: Rename ARM target from armv7a to arm by Stefan Reinauer · 8 years ago
  46. bda8a04b build system: add Chrome OS futility to tools by Patrick Georgi · 8 years ago
  47. 1bf5e64 build system: allow modifying cbfstool options for files-in-regions by Patrick Georgi · 8 years ago 4.3 4.3
  48. efe7ff0f build system: Unwind multi-region cbfstool add commands by Patrick Georgi · 8 years ago
  49. ddc3076 build system: deduplicate users of cbfs-add-cmd by Patrick Georgi · 8 years ago
  50. 60fad89 build system: deduplicate use of cbfs-autogen-attributes by Patrick Georgi · 8 years ago
  51. 35a2bca build system: deduplicate the addition of alignment/base arguments by Patrick Georgi · 8 years ago
  52. 93d5367 build system: pass $(file) explicitly by Patrick Georgi · 8 years ago
  53. 172f886 build system: separate cbfstool add invocations into separate commands by Patrick Georgi · 8 years ago
  54. 4ba65aa build system: reformat cbfs-add-cmd by Patrick Georgi · 8 years ago
  55. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago
  56. dd4b66e build system: Fix UPDATE_IMAGE by Patrick Georgi · 9 years ago
  57. b8f8cdb Makefile.inc: error if UPDATE_IMAGE is enabled with no coreboot.rom by Martin Roth · 9 years ago
  58. 10b7cef Makefile: Don't copy thin archives around by Nico Huber · 9 years ago
  59. c4c7f16 Makefile.inc: Comment some 'else' and 'endif' statements by Martin Roth · 9 years ago
  60. c0fb361 build system: Add option for auto generated cbfs attributes by Werner Zeh · 9 years ago
  61. c8d4abd vboot: Install files into FW_MAIN_A and FW_MAIN_B unless they're for RO by Patrick Georgi · 9 years ago
  62. e02be0e build system: allow assigning files to regions by Patrick Georgi · 9 years ago
  63. 48c232c Makefile.inc: allow coreboot to be a git submodule by Ben Gardner · 9 years ago
  64. bdaa1b5 build system: Initialize all CBFS regions by Patrick Georgi · 9 years ago
  65. b87bb29 Makefile: Add 3rdparty to CPPFLAGS_common by Jimmy Huang · 9 years ago
  66. aede3fc Makefile: Add toolchain version check by Martin Roth · 9 years ago
  67. 4fdd803 Makefile.inc: update location of dsdt by Martin Roth · 9 years ago
  68. cbb6c75 commonlib: Add function to hash contents of a CBFS region. by Aaron Durbin · 9 years ago
  69. a9f6235 util/crossgcc: Add ppc64el support by Timothy Pearson · 9 years ago
  70. acc94a7 Makefile.inc: Fmaptool build fixes by Martin Roth · 9 years ago
  71. d4c2484 Makefile.inc: Move addition of payload rev & config to payload makefile by Martin Roth · 9 years ago
  72. 92898b4 Makefile.inc: Include build/dsdt.d if it exists by Martin Roth · 9 years ago
  73. fdaf9cc Makefile.inc: Document extract_nth and the fields it extracts by Martin Roth · 9 years ago
  74. 8a3592e build system: Switch to fmap based firmware layout by Patrick Georgi · 9 years ago
  75. 9c940ae Makefile.inc: Add AMDFWTOOL to tools so abuild will stop failing by Martin Roth · 9 years ago
  76. c24f3d6 Makefile: Individualize help targets & set as non-compile targets by Martin Roth · 9 years ago
  77. ec90adb build system: Drop useless variable and dependency by Patrick Georgi · 9 years ago
  78. a91402f build system: actually provide revision information in defconfig by Patrick Georgi · 9 years ago
  79. 8cf590f build system: Emit some build output while adding files to CBFS by Patrick Georgi · 9 years ago
  80. 708226e build system: drop one level of indirection by Patrick Georgi · 9 years ago
  81. 1cab012 build system: Add more files through cbfs-files instead of manual rules by Patrick Georgi · 9 years ago
  82. 67cb6aa build system: make cbfs-files mechanism spaces-safe by Patrick Georgi · 9 years ago
  83. 99ae578 build system: Allow giving additional cbfstool options to cbfs-files-y by Patrick Georgi · 9 years ago
  84. 89b4abd build system: replace files on UPDATE_IMAGE by Patrick Georgi · 9 years ago
  85. 317b582 Makefile.inc: make sure .xcompile is removed when building tools by Martin Roth · 9 years ago
  86. 6dc8570 build system: strip quotes from CONFIG_CBFS_PREFIX in a single location by Patrick Georgi · 9 years ago
  87. 551b383 build system: move defconfig creation into a cbfs-files filter by Patrick Georgi · 9 years ago
  88. 10420cc build system: break overly long lines into logical units by Patrick Georgi · 9 years ago
  89. c35bd54 build system: Move manual cbfstool add* invocations to cbfs-files by Patrick Georgi · 9 years ago
  90. 1eee076 build system: don't try to add cbfs-files with no backing file by Patrick Georgi · 9 years ago
  91. 9b5b536 build system: establish priority levels for CBFS file additions by Patrick Georgi · 9 years ago
  92. 4eea174 Makefile.inc: Add build targets for IASL & Clang by Martin Roth · 9 years ago
  93. 76f14b2 Makefiles: Add / Update help for makefile targets by Martin Roth · 9 years ago
  94. 77c67b3 IASL: Enable warnings as errors by Martin Roth · 9 years ago
  95. 8fe6818 crossgcc: Update makefile builds by Martin Roth · 9 years ago
  96. 9c7ff7b amdfwtool: Add amdfwtool to combine AMD firmwares by Zheng Bao · 9 years ago
  97. 28a45d4 Makefile.inc: Build test intelvbttool by Paul Menzel · 9 years ago
  98. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  99. 855fc1f cpu/microcode: Remove EXTERNAL / ADDED_DURING_BUILD variables by Timothy Pearson · 9 years ago
  100. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago