1. bf84cf9 cbfs: allow cbfs-files to use compression by Daisuke Nojiri · 9 years ago
  2. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  3. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  4. 9b9d4b3 cbfstool: remove locate command by Aaron Durbin · 9 years ago
  5. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  6. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  7. f55e668 microcode: Unify rules to add microcode to CBFS once again by Alexandru Gagniuc · 9 years ago
  8. 7b928cd Store the payload config and revision in CBFS by Martin Roth · 9 years ago
  9. ab454c6 x86: parameterize asl_template for CBFS inclusion by Aaron Durbin · 9 years ago
  10. 1c48704 what-jenkins-does: Add building chromeos configurations by Patrick Georgi · 9 years ago
  11. d09b32b Makefile.inc: use correct make by Jonathan A. Kollasch · 9 years ago
  12. 701f67d build system: add minimized .config to coreboot image by Patrick Georgi · 9 years ago
  13. 496cdc3 external payloads: COREBOOT_ROM_DEPENDENCIES needs to be late-evaluated by Patrick Georgi · 9 years ago
  14. d146ac6 Move function/data sections to common CFLAGS by Stefan Reinauer · 9 years ago
  15. d0d487a payloads: Move payloads logic to payloads directory by Stefan Reinauer · 9 years ago
  16. 501005f Makefile.inc: Clean up SeaBIOS clean command line by Martin Roth · 9 years ago
  17. c6a4aae what-jenkins-does: make CPU count configurable by Patrick Georgi · 9 years ago
  18. e151407 what-jenkins-does: make its payload selection overridable by Patrick Georgi · 9 years ago
  19. b551d8b what-jenkins-does: Adapt to recent libpayload kconfig changes by Patrick Georgi · 9 years ago
  20. 45acb34 cbfstool: fix alignment to 64 byte by Patrick Georgi · 9 years ago
  21. 492a075 version: allow stating the coreboot revision in .coreboot-version by Patrick Georgi · 9 years ago
  22. 47abc54 Makefile.inc: Add math macros by Martin Roth · 9 years ago
  23. 0fa5d8f payloads: Reorganize Makefile.incs for external payloads by Stefan Reinauer · 9 years ago
  24. 11ac97b gitconfig: Improve robustness when blobs aren't present by Patrick Georgi · 9 years ago
  25. 11186dd gitconfig: set up hooks and target for 3rdparty/blobs by Stefan Reinauer · 9 years ago
  26. 999ed64 update_image: add all CBFS_PREFIX files to cbfs by Aaron Durbin · 9 years ago
  27. 7710379 acpi/sata: add generic sata ssdt port generator by Alexander Couzens · 9 years ago
  28. 93af2f2 board_id: Remove extra quotes. by Vladimir Serbinenko · 9 years ago
  29. 36f8d27 Make DSDT a file in CBFS rather than embedding it into ramstage. by Vladimir Serbinenko · 9 years ago
  30. f48179f build system: drop generic util/ %.c -> %.o rule by Patrick Georgi · 9 years ago
  31. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  32. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  33. 69b88bf fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler by Sol Boucher · 9 years ago
  34. b11be32 build system: use platform specific ar(1) for libverstage by Patrick Georgi · 9 years ago
  35. 1d7b9de kbuild: Use wildcard for driver subdirectories by Stefan Reinauer · 9 years ago
  36. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  37. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  38. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  39. fd5ed6b build system: Drop another vboot1 remnant by Patrick Georgi · 9 years ago
  40. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  41. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  42. 77c04e9 kbuild: automatically include ECs by Stefan Reinauer · 9 years ago
  43. f394715 gitconfig: Use the right make executable in git hooks by Patrick Georgi · 9 years ago
  44. ba80887 vboot2: Build verstage archive, then use that for building the stage by Patrick Georgi · 9 years ago
  45. ef345c2 build system: Allow using .a archives as source by Patrick Georgi · 9 years ago
  46. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  47. de8c780 Build system: Fix "dd: invalid number `0x800000'" by WANG Siyuan · 9 years ago
  48. e1741c5 broadcom/cygnus: add secimage and sign bootblock by Daisuke Nojiri · 9 years ago
  49. d06258c build system: add manual board id support by Stefan Reinauer · 9 years ago
  50. f21b657 build system: improve portability by not relying on extraordinary dd options by Patrick Georgi · 9 years ago
  51. f97b88b Makefile: Fix dependency tracking for ramstage objects by Julius Werner · 10 years ago
  52. f780c40 CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool by Julius Werner · 10 years ago
  53. 23b4e4c Makefile.inc: Only add `-Wno-unused-but-set-variable` for GCC by Paul Menzel · 9 years ago
  54. 26de112 build system: also use ramstage CPPFLAGS for ACPI by Patrick Georgi · 9 years ago
  55. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  56. 015f0ae Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros by Julius Werner · 10 years ago
  57. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  58. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  59. 990e7c9 build system x86: deprecate bootblock_lds and ldscripts variables by Patrick Georgi · 9 years ago
  60. d69839b build system: use full (in-tree) paths by Patrick Georgi · 9 years ago
  61. f430546 build system: Introduce manual file type by Patrick Georgi · 9 years ago
  62. db27306 build system: extend src-to-obj for non-.c/.S files by Patrick Georgi · 9 years ago
  63. 387cd3c build system: make CONFIG_* symbols disappear from objects by Patrick Georgi · 9 years ago
  64. cbe2746 x86/smm: Move SMM configuration out of generic Makefile by Patrick Georgi · 9 years ago
  65. 2459aee build system: provide generic compiler flag variables by Patrick Georgi · 9 years ago
  66. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  67. 1053f65 build system: Test gccs that are actually used by Patrick Georgi · 9 years ago
  68. efddcfb vboot2: separate verstage from bootblock by Daisuke Nojiri · 10 years ago
  69. b1688ca imgtec/danube: Build BIMG boot images by Paul Burton · 10 years ago
  70. e853003 arch/mips: Add base MIPS architecture support by Paul Burton · 10 years ago
  71. f69a99d coreboot: x86: enable gc-sections by Aaron Durbin · 9 years ago
  72. 87200e2 Makefile.inc: Use -Og when compiling with GDB support by Stefan Reinauer · 9 years ago
  73. 24f9cb9 crossgcc: Add x86_64 to list of supported architectures by Stefan Reinauer · 9 years ago
  74. f0bbc95 crossgcc: Add RISC-V support by Patrick Georgi · 9 years ago
  75. e236204 Move generation of build.h into a shell script by Martin Roth · 9 years ago
  76. 1b770fb build system: Only setup git hooks if we're in a git checkout by Patrick Georgi · 9 years ago
  77. c0e394b build system: Only test for git once by Patrick Georgi · 9 years ago
  78. 90105d5 Only update submodules if the source is in a git repo by Martin Roth · 9 years ago
  79. a9330e0 crossgcc: Add mips target by Patrick Georgi · 9 years ago
  80. 81dd46f build system: make crosstools should build all supported compilers by Patrick Georgi · 9 years ago
  81. 7711c0d build system: Allow running make what-jenkins-does without ccache by Patrick Georgi · 9 years ago
  82. 77b1655 vboot2: add verstage by Stefan Reinauer · 9 years ago
  83. 5780d6f Revert "vboot2: add verstage" by Paul Menzel · 9 years ago
  84. 320647a vboot2: add verstage by Daisuke Nojiri · 10 years ago
  85. d05a84c intel: Fix UPDATE-FIT step in build by Kyösti Mälkki · 10 years ago
  86. d4665ae build system: Fix regression after adding cbfs-files alignment by Kyösti Mälkki · 10 years ago
  87. 5839635 build system: allow defining alignment for cbfs-files by Patrick Georgi · 10 years ago
  88. a234f45 build system: fix alignment function by Patrick Georgi · 10 years ago
  89. 24cca75 build system: remove ROMSTAGE_ELF variable by Patrick Georgi · 10 years ago
  90. e0e784a Add UCB RISCV support for architecture, soc, and emulation mainboard.. by Ronald G. Minnich · 10 years ago
  91. 02ac6c3 build system: only do the compiler test for gcc by Patrick Georgi · 10 years ago
  92. 6ead253 Export board-status info. by Vladimir Serbinenko · 10 years ago
  93. 3bff5d9 crossgcc: Add buildsystem support for aarch64 compiler by Patrick Georgi · 10 years ago
  94. 3eefeea build system: improve portability by Patrick Georgi · 10 years ago
  95. a38ccfd build: Add ccopts back into the build by Marc Jones · 10 years ago
  96. 8888316 build: fetch submodules as required by Patrick Georgi · 10 years ago
  97. a296f9e Kconfig: Allow native vga init to be selectable for SeaBIOS payload by Edward O'Callaghan · 10 years ago
  98. 55cdc16 Provide a way to compile some files with -O0 option by Vadim Bendebury · 10 years ago
  99. 758f26a nvidia/cbootimage: avoid upstream's build system by Patrick Georgi · 10 years ago
  100. 2af76f4 coreboot arm64: Add support for arm64 into coreboot framework by Furquan Shaikh · 10 years ago