1. 58649b0 src/southbridge/intel/i82801ix: Add GPIO register locations by Timothy Pearson · 9 years ago
  2. 1abd0dd drivers/intel/fsp1_0: Remove executable bit from C files by Paul Menzel · 9 years ago
  3. 289eec8 mainboard/lenovo/x200: Use defines from southbridge for GPIO config by Timothy Pearson · 9 years ago
  4. b738913 northbridge/intel/fsp_rangeley: Correct MMIO size setting by Dave Frodin · 9 years ago
  5. 2eaa0d4 intel: Correct MMIO related ACPI table settings by Dave Frodin · 9 years ago
  6. 3905cae dmp/vortex86: fix missing cpu Kconfig guards by Matt DeVillier · 9 years ago
  7. c95ebcc vendorcode/intel: Add EDK2 header files by Lee Leahy · 9 years ago
  8. 405bd69 intel/broadwell: Allow using non-fake IFD descriptor by Patrick Georgi · 9 years ago
  9. 31769d9 cpu/intel/haswell: remove dependency on socket_rpga989 by Matt DeVillier · 9 years ago
  10. 40e2004 intel/broadwell: bootstate mechanism only exists in ramstage by Patrick Georgi · 9 years ago
  11. c41fd4b arm/armv7: drop merge left-over by Patrick Georgi · 9 years ago
  12. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  13. 8ef8afb arch/arm: only include subdirectories for ARM builds by Patrick Georgi · 9 years ago
  14. b5e1984 intel/broadwell: Don't select MONOTONIC_TIMER_MSR by Patrick Georgi · 9 years ago
  15. e3f880e intel/broadwell: Build monotonic timer driver for SMM by Patrick Georgi · 9 years ago
  16. ba2b1e3 i2c/tpm: add final newline by Patrick Georgi · 9 years ago
  17. e360df0 chromeos: Use __attribute__ normal form by Patrick Georgi · 9 years ago
  18. 3e18aca chromeos: Add missing headers by Patrick Georgi · 9 years ago
  19. 57e3728 vboot: add and rejuggle Kconfig options by Aaron Durbin · 9 years ago
  20. 5abcba7 vboot: move Kconfig options for stage indicies by Aaron Durbin · 9 years ago
  21. 5e8286b program loading: add optional is_loader_active() callback by Aaron Durbin · 9 years ago
  22. 16110e7 i945/gma: Fix wrong comment about the documentation. by Denis 'GNUtoo' Carikli · 10 years ago
  23. 9616f3c kbuild: Don't require intel/common changes for every soc by Stefan Reinauer · 9 years ago
  24. b817908 cbmem: Add FSP timestamps by Lee Leahy · 9 years ago
  25. bdd9825 cbmem: Identify the FSP areas in CBMEM by Lee Leahy · 9 years ago
  26. 6e944c4 imgtech/pistachio: Give some more space to the bootblock by Patrick Georgi · 9 years ago
  27. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  28. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  29. 77c04e9 kbuild: automatically include ECs by Stefan Reinauer · 9 years ago
  30. e2c2bb9 dmp/vortex86: move PLL config to cpu Kconfig by Martin Roth · 9 years ago
  31. f20046f mainboard/intel: Drop unused onboard.h files by Kyösti Mälkki · 9 years ago
  32. 815f4bf Use __ROMSTAGE__ to denote romstage by Patrick Georgi · 9 years ago
  33. cc8171f rules.h: add verstage macro by Patrick Georgi · 9 years ago
  34. 913dbbc vendorcode/intel: Add FSP 1.1 header files by Lee Leahy · 9 years ago
  35. 595e777 Kconfig whitespace fixes by Martin Roth · 9 years ago
  36. 562d6f3 fsp platforms: consolidate FspNotify calls by Martin Roth · 9 years ago
  37. ceae968 Fix some minor Kconfig issues by Martin Roth · 9 years ago
  38. e2edf71 Makefile x86 SMM: Move smm_wrap recipes by Kyösti Mälkki · 9 years ago
  39. 804c139 arm: guard verstage rules by Aaron Durbin · 9 years ago
  40. 6f5b18c0 vboot: remove vboot_helper.c by Aaron Durbin · 9 years ago
  41. be3e0a0 boards: remove VBOOT_(REFCODE|RAMSTAGE|ROMSTAGE)_INDEX by Aaron Durbin · 9 years ago
  42. 1124cec chromeos: remove VBOOT2_VERIFY_FIRMWARE option by Aaron Durbin · 9 years ago
  43. 6d65f79 vboot: remove vboot1 by Aaron Durbin · 9 years ago
  44. 599c32d marvell/bg4cd: merge verstage into bootblock by Daisuke Nojiri · 10 years ago
  45. efc6aa0 vboot2: Allow merging verstage into bootblock by Patrick Georgi · 9 years ago
  46. 8f2b0dc vboot2: Always enable timestamps by Patrick Georgi · 9 years ago
  47. 66cdba7 vboot2: get rid of global variable that is used locally and only once by Patrick Georgi · 9 years ago
  48. ba80887 vboot2: Build verstage archive, then use that for building the stage by Patrick Georgi · 9 years ago
  49. 8b17404 lib: When used, add timestamp.c to bootblock and verstage, too by Patrick Georgi · 9 years ago
  50. ddcd9bd arch/arm: Move inclusion of timestamps.c to the right directory by Patrick Georgi · 9 years ago
  51. e993ec7 OxPCIe: Fix UART base addresses by Kyösti Mälkki · 9 years ago
  52. b85a87b intel SMI handlers: Refactor GPI SMI/SCI routing by Kyösti Mälkki · 10 years ago
  53. 189f3ba x60,t60,x201,macbook21 : Declare GPIs for EC by Kyösti Mälkki · 10 years ago
  54. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  55. dea4597 arch/arm64: update mmu translation table granule size, logic and macros by Jimmy Huang · 9 years ago
  56. 16fb9b9 chromeec: ec_mec: Fix misaligned data access by Shawn Nematbakhsh · 9 years ago
  57. 8603680 storm: enable CBMEM console dump by Vadim Bendebury · 9 years ago
  58. 189bec5 Cygnus: add TrustZone functions and set everything non-secure in bootblock by Corneliu Doban · 9 years ago
  59. 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 9 years ago
  60. 5bdbd00 lib/tlcl: Provide mock implementation by Yen Lin · 9 years ago
  61. cd4165a vboot: #include "fmap.h" for declarations by Aaron Durbin · 9 years ago
  62. 326a037 intel/fsp_baytrail: Fix default SMM_TSEG_SIZE value by David Imhoff · 9 years ago
  63. d8a5017 arm64: save/restore cptr_el3 and cpacr_el1 registers by Joseph Lo · 9 years ago
  64. c38d3e8 arm64: implement CPU power down sequence as per A57/A53/A72 TRM by Joseph Lo · 9 years ago
  65. c4301f7 arm64: introduce data cache ops by set/way to the level specified by Joseph Lo · 9 years ago
  66. 53a2f607 arm64: perform early setup in secmon too by Joseph Lo · 9 years ago
  67. 36d3586 arm64: Allow cpu specific early setup by Furquan Shaikh · 9 years ago
  68. c13ad6c driver/intel/fsp: Correct the fastboot data (MRC data) printing length by York Yang · 9 years ago
  69. 7868797 fsp: Move fsp to fsp1_0 by Marc Jones · 9 years ago
  70. be34797 ramstage: don't drop cbmem console by Aaron Durbin · 9 years ago
  71. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  72. 58decc5 memlayout: Make sure preram_cbmem_console symbols exist by Patrick Georgi · 9 years ago
  73. a52f903 src/mainboard/*/*/board_info.txt: Added Release year for boards by Mathias Friman · 9 years ago
  74. 72645bb AMD Lamar: Add a new AMD FP3 socket mainboard by Bruce Griffith · 10 years ago
  75. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago
  76. cfba609 elog: enable by default for CHROMEOS by Patrick Georgi · 9 years ago
  77. 6897f4e google/storm: indicate start of normal boot on LED ring by Vadim Bendebury · 9 years ago
  78. ace3e3f i2c/ww_ring: add a pattern for normal boot by Vadim Bendebury · 9 years ago
  79. a386bf7 google/storm: enable zero page access protection. by Deepa Dinamani · 10 years ago
  80. f96c7c7 i2c/ww_ring: update color definitions by Vadim Bendebury · 9 years ago
  81. 8ac8ffa i2c/ww_ring: change colors for different display modes by Vadim Bendebury · 9 years ago
  82. 3a7290b storm: add config option to clear dev mode state on recovery by Vadim Bendebury · 9 years ago
  83. f9c0e20 google/storm: enable virtual development mode switch by Vadim Bendebury · 9 years ago
  84. 8999422 i2c/ww_ring: use shorter blinking program by Vadim Bendebury · 9 years ago
  85. 420fb5e i2c/ww_ring: stop running programs before loading the new ones by Vadim Bendebury · 9 years ago
  86. 5fa5f99 i2c/ww_ring: define display pattern programs by Vadim Bendebury · 9 years ago
  87. 4e0de32 i2c/ww_ring: decouple LED display from vboot by Vadim Bendebury · 9 years ago
  88. 507a0cb i2c/ww_ring: various driver fixes and improvements by Vadim Bendebury · 9 years ago
  89. 381785d google/storm: support factory reset (wipeout) request by Vadim Bendebury · 9 years ago
  90. 8a6e635 google/storm: use whirlwind LED ring on SP5 boards by Vadim Bendebury · 9 years ago
  91. 71558f5 i2c: add support for ww_ring by Vadim Bendebury · 9 years ago
  92. a1361d4 mainboards: Add CHROMEOS_VBNV_* where appropriate by Patrick Georgi · 9 years ago
  93. 320ad82 intel/broadwell: guard CHROMEOS support better by Patrick Georgi · 9 years ago
  94. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  95. cac5050 coreboot: tiered imd by Aaron Durbin · 9 years ago
  96. 20686d8 coreboot: add imd library by Aaron Durbin · 9 years ago
  97. 818e928 chromeos: fix some compilation issues by Aaron Durbin · 9 years ago
  98. b69b05d chromeos: make functions visible with CONFIG_CHROMEOS by Patrick Georgi · 9 years ago
  99. 6e5f22e elog: use CONFIG_RTC by Patrick Georgi · 9 years ago
  100. 0770f25 rtc: add config flag to denote rtc API availability by Patrick Georgi · 9 years ago