1. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  2. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  3. 7dcf9d5 arm64: tegra132: tegra210: Remove old arm64/stage_entry.S by Julius Werner · 9 years ago
  4. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  5. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  6. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  7. 2ea2555 bootblock: Link timestamp.c only with EARLY_CBMEM_INIT by Paul Menzel · 9 years ago
  8. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  9. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  10. 83bc0db x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE by Aaron Durbin · 9 years ago
  11. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  12. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  13. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  14. b2a6262 linking: move romstage and bootblock to use program.ld by Aaron Durbin · 9 years ago
  15. 4de29d4 linking: lay the groundwork for a unified linking approach by Aaron Durbin · 9 years ago
  16. 1fa5274 Only apply libgcc workaround on x86-32 by Stefan Reinauer · 9 years ago
  17. e1b8327 lib: add delay.c to bootblock if I2C_TPM driver is enabled by Patrick Georgi · 9 years ago
  18. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  19. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  20. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  21. 0424c95 fmap: new API using region_device by Aaron Durbin · 9 years ago
  22. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  23. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  24. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  25. 127525c coreboot: add memory pool infrastructure by Aaron Durbin · 9 years ago
  26. 5d5f4b3 coreboot: add region infrastructure by Aaron Durbin · 9 years ago
  27. 2591e93 secmon: allow for serial console by Aaron Durbin · 9 years ago
  28. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  29. 17200ad vboot: inject vboot loader for stage loading by Aaron Durbin · 9 years ago
  30. 9bb90cd secmon: Add some missing files by Patrick Georgi · 9 years ago
  31. ae1fcc3 vboot: add cbfs_core by Aaron Durbin · 9 years ago
  32. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  33. 8b17404 lib: When used, add timestamp.c to bootblock and verstage, too by Patrick Georgi · 9 years ago
  34. 5bdbd00 lib/tlcl: Provide mock implementation by Yen Lin · 9 years ago
  35. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago
  36. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  37. 20686d8 coreboot: add imd library by Aaron Durbin · 9 years ago
  38. 243c614 lib: add base64 decoder by Vadim Bendebury · 9 years ago
  39. 6fab365 gpio: compile gpio.c at all stages by David Hendricks · 10 years ago
  40. 3b11de8 gpio: decouple tristate gpio support from board ID by David Hendricks · 10 years ago
  41. 3fc6368 gpio: cosmetic changes to tristate_gpios.c by David Hendricks · 10 years ago
  42. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  43. 04de971 rmodules: fix linking by Aaron Durbin · 9 years ago
  44. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  45. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  46. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  47. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  48. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 9 years ago
  49. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  50. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  51. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  52. 3486d1f verstage should include the CBFS SPI wrapper, when configured by Vadim Bendebury · 10 years ago
  53. f69a99d coreboot: x86: enable gc-sections by Aaron Durbin · 9 years ago
  54. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  55. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  56. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  57. 560c643 Primitive memory test by David Hendricks · 10 years ago
  58. de53bdf CBMEM: Rename utility file by Kyösti Mälkki · 10 years ago
  59. adcb095 Provide a common CBFS wrapper for SPI storage by Vadim Bendebury · 10 years ago
  60. 87acccc CBMEM: Always build for x86 romstage by Kyösti Mälkki · 10 years ago
  61. c7c0267 RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache by Kyösti Mälkki · 10 years ago
  62. 6d0cba7 gcc.c: Test for gcc, not for non-clang by Patrick Georgi · 10 years ago
  63. 1b2f2a0 Introduce halt() by Patrick Georgi · 10 years ago
  64. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 10 years ago
  65. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  66. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  67. cd31afd lib/lzma.c: Use header over .c include by Edward O'Callaghan · 10 years ago
  68. cdabc88 lib/cbfs: Use linker symbols over .c include in cbfs.c by Edward O'Callaghan · 10 years ago
  69. 5b5db87 src/lib/Makefile.inc: Allow rmodules to link under Clang by Edward O'Callaghan · 10 years ago
  70. 0b4e8df reg_script: include in romstage by Isaac Christensen · 10 years ago
  71. 3905e3d delay: Have mdelay() / delay() available in romstage, too by Stefan Reinauer · 11 years ago
  72. 133096b coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  73. 9b22985 lib/Makefile.inc: Stop gcc.c getting into SMM clang builds by Edward O'Callaghan · 10 years ago
  74. 4ba8ba4 build: Drop libgcc runtime wrapper in Clang builds by Edward O'Callaghan · 10 years ago
  75. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  76. 5687fc9 Declare recovery and developer modes outside ChromeOS by Kyösti Mälkki · 11 years ago
  77. deb2cb2 Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  78. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  79. 7274800 Add a generic register script handler by Duncan Laurie · 11 years ago
  80. bea6bf0 uart8250: Move under drivers/uart by Kyösti Mälkki · 10 years ago
  81. 4904802 coreboot: introduce notion of bootmem for memory map at boot by Aaron Durbin · 10 years ago
  82. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 10 years ago
  83. 207379d ne2k: Move under drivers/net by Kyösti Mälkki · 10 years ago
  84. 5148642 spkmodem: Move under drivers/pc80 by Kyösti Mälkki · 10 years ago
  85. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 10 years ago
  86. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  87. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 10 years ago
  88. 2f38b07 Add simple hexdump function by Stefan Reinauer · 11 years ago
  89. ce22cd0 Fix build with USE_OPTION_TABLE by Kyösti Mälkki · 11 years ago
  90. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  91. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  92. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  93. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  94. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 11 years ago
  95. eabfd3a Don't include LZMA in romstage if ramstage is not compressed. by Andrew Wu · 11 years ago
  96. c6b4416 CBFS: Use memmove instead of memcpy when loading a file from CBFS. by Gabe Black · 11 years ago
  97. 545c0ca Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. by Gabe Black · 11 years ago
  98. 8a0a848 Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected. by Denis 'GNUtoo' Carikli · 11 years ago
  99. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  100. 340ca91 coreboot: add timer queue implementation by Aaron Durbin · 11 years ago