1. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  2. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  3. 733b39a soc/apollolake: Prevent PMC BAR reassignment during resource allocation by Hannah Williams · 8 years ago
  4. 80a3df2 soc/intel/apollolake: clarify Fast SPI CS2 pad configuration by Aaron Durbin · 8 years ago
  5. 588ccaa nb/intel/sandybridge/raminit: fix regression "always use mrccache" by Patrick Rudolph · 8 years ago 4.4 4.4
  6. fa6f861 siemens/mc_bdx1: Add new mainboard. by Werner Zeh · 8 years ago
  7. 09e3bfb nb/amd/mct_ddr3: Restart system on training failure instead of using die() by Timothy Pearson · 8 years ago
  8. 8f407f6 Add board URLs for the RISC-V boards by Jonathan Neuschäfer · 8 years ago
  9. d6d5009 Fix "Spike RISCV" board name by Jonathan Neuschäfer · 8 years ago
  10. 7611e7e fsp_baytrail: Fix missing "$" when using Kconfig switch by Werner Zeh · 8 years ago
  11. 608d991 drivers/intel/i210: Use uint8_t and friends instead of u8 by Werner Zeh · 8 years ago
  12. bf13d3f mc_tcu3: Switch to hwilib instead of own hwinfo implementation by Werner Zeh · 8 years ago
  13. 223498f vendorcode/siemens: Add hwilib for Siemens specific info struct by Werner Zeh · 8 years ago
  14. 1bd0c0c soc/intel/apollolake: Add handling of GNVS ACPI entry for CHROMEOS builds by Lance Zhao · 8 years ago
  15. 164e8f1 soc/intel/apollolake: Add GPIO devices by Zhao, Lijian · 9 years ago
  16. 0c85b7f soc/intel/apollolake: Add cache for BIOS ROM by Andrey Petrov · 8 years ago
  17. e976bd4 soc/intel/apollolake: Enable LPC bus interface by Andrey Petrov · 8 years ago
  18. f748f83 soc/intel/apollolake: Enable RAM cache for cbmem region in ramstage by Andrey Petrov · 8 years ago
  19. 2b9a5f5 soc/intel/apollolake: Fix northbridge _crs scope by Zhao, Lijian · 8 years ago
  20. cbf1a0f mainboard/amenia: Enable Chrome EC Interface/Keyboard by Divya Sasidharan · 8 years ago
  21. 4520c5e soc/intel/apollolake: Configure a GPIO for TPM in bootblock by Andrey Petrov · 8 years ago
  22. 1ba0685 soc/intel/apollolake: Avoid marking 0xe0000-0xfffff region usable by Andrey Petrov · 8 years ago
  23. d047ab5 soc/intel/apollolake: Actually include ACPI PCI IRQ definitions by Andrey Petrov · 8 years ago
  24. 4005d9b payloads: Add a stable version of Memtest86+ for reproducibility by Martin Roth · 8 years ago
  25. 4793ec3 Memtest86Plus/Makefile: Update to common payload makefile format by Martin Roth · 8 years ago
  26. c410b18 board_status/to-wiki: Fix background color of very recent test results by Timothy Pearson · 8 years ago
  27. 6983666 coreinfo: Update Makefile by Martin Roth · 8 years ago
  28. f62065f nvramcui: Reformat nvramcui.c by Martin Roth · 8 years ago
  29. 9bc6674 nvramcui: Remove unnecessary header files by Martin Roth · 8 years ago
  30. 99e27ce mainboard/kgpe-d16|kcma-d8: Update memory test to include second PRNG stage by Timothy Pearson · 8 years ago
  31. 0739b9f nb/amd/mct_ddr3: Report correct DIMM in MRS setup routines by Timothy Pearson · 8 years ago
  32. 3242bcf nb/amd/mct_ddr3: Fix a number of minor errors in RDIMM setup by Timothy Pearson · 8 years ago
  33. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  34. 4488d73 nb/amd/mct_ddr3: Scale lane delays for each DIMM after MEMCLK change by Timothy Pearson · 8 years ago
  35. 7501b6c board_status/to-wiki: Indicate age of test results by background color by Timothy Pearson · 8 years ago
  36. 3383a25 payloads/Makefile.inc: Add phony targets by Martin Roth · 8 years ago
  37. 2fb2483 Reject duplicate results in board-status. by Huimin Zhang · 8 years ago
  38. 477a0d6 fmaptool: Make sure strings are not destroyed on hdestroy() by Stefan Reinauer · 8 years ago
  39. c6400e9 drivers/ricoh: Fully switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  40. 019dbd3 soc/intel/quark: Fix MTRR reads by Lee Leahy · 8 years ago
  41. 50a8c8c soc/intel/quark: Fix uninitialized variable d_variant by Lee Leahy · 8 years ago
  42. 8b9c807 Revert "nb/amd/mct_ddr3: Disable MCE framework during DRAM training" by Timothy Pearson · 8 years ago
  43. 5a35936 nb/amd/mct_ddr3: Enhance debugging around MEMCLK frequency change by Timothy Pearson · 8 years ago
  44. 4901601 nb/amd/mct_ddr3: Fix RDIMM training on certain DIMMs by Timothy Pearson · 8 years ago
  45. b474afd nb/amd/mct_ddr3: Run fence training on each node after memory clock change by Timothy Pearson · 8 years ago
  46. 0b6ff78 soc/intel/apollolake: Flush L1D to L2 only if loaded segment is in CAR by Furquan Shaikh · 8 years ago
  47. d255744 intel/i82801ax: Fix IDE setup console log by Patrick Georgi · 8 years ago
  48. ebef00f lint/checkpatch.pl: escape \{ in perl regex to fix warnings by Alexander Couzens · 8 years ago
  49. f790672 util/lint: Find unsigned variables with no length specified by Martin Roth · 8 years ago
  50. c012428 libpayload: time: split time.h from libpayload.h by Stef van Os · 8 years ago
  51. 3a6374c lint: Add check for amd & apple mainboard license headers by Martin Roth · 8 years ago
  52. 12b641d coreinfo: Build libpayload in coreinfo directory by Iru Cai · 8 years ago
  53. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  54. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  55. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  56. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  57. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  58. 86cbfa0 arch/x86: clean up write_tables() by Aaron Durbin · 8 years ago
  59. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  60. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  61. 0eb1f1c arch/riscv/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  62. f7dca0a arch/power8/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  63. 581c428 soc/intel/apollolake: Set default memory type to uncacheable by Furquan Shaikh · 8 years ago
  64. defbdcf AGESA vendorcode: Fix type mismatch by Kyösti Mälkki · 8 years ago
  65. e0383d2 xcompile: support being called from payloads/external/.../.../ by Stefan Reinauer · 8 years ago
  66. 479e31e imgtec/pistachio: Fix memlayout ASSERT with new binutils by Stefan Reinauer · 8 years ago
  67. cc93ce7 mainboard/apple: add license headers by Noah Glovsky · 8 years ago
  68. abe40e0 mainboard/amd: add license headers by Noah Glovsky · 8 years ago
  69. cccef341 intel/fsp_broadwell_de: fix SPD CBFS file type by Stef van Os · 8 years ago
  70. 57abb99 soc/intel/apollolake: add definitions for direct IRQ by Bora Guvendik · 8 years ago
  71. d8d42c2 mainboard/amenia: add the inital files for amenia board by Zhao, Lijian · 8 years ago
  72. d68a13a soc/intel/apollolake: configure interrupt trigger mode by Jagadish Krishnamoorthy · 8 years ago
  73. 60c6432 vboot: Compile loader in postcar as well by Andrey Petrov · 8 years ago
  74. 736aa74 add nvramcui as a secondary payload by Iru Cai · 8 years ago
  75. e44b407 nvramcui: Update Makefile by Iru Cai · 8 years ago
  76. ae29635 AGESA vendorcode: Suppress maybe-uninitialized warnings by Kyösti Mälkki · 8 years ago
  77. 4dcbdb0 AGESA vendorcode: Fix logic error by Kyösti Mälkki · 8 years ago
  78. 318e2ac AMD CIMX: Drop unused code by Kyösti Mälkki · 8 years ago
  79. 0793afe mb/lenovo/x220: disable ME by Alexander Couzens · 8 years ago
  80. a539580 crossgcc/Makefile.inc: Update jenkins-build-toolchain by Martin Roth · 8 years ago
  81. 7fae59b MAINTAINERS: Add maintainer for Pineview & x4x chipsets & boards by Martin Roth · 8 years ago
  82. f4609f9 drivers/ricoh: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  83. 56f1981 drivers/generic: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  84. fa45b52 drivers/aspeed: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  85. 0aeece7 drivers/ati: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  86. 1211590 drivers/emulation: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  87. 1f83dd8 drivers/i2c: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  88. c1e9d6b drivers/ics: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  89. cb7041f drivers/aspeed: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  90. 27bcd6c drivers/sil: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  91. 431aa6d drivers/xgi: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  92. efb866f drivers/parade: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  93. 7c85168 drivers/ti: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  94. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  95. 3812597 Makefile.inc: Stop running git repeatedly for each build by Martin Roth · 8 years ago
  96. 88e83e5 crossgcc: Move temp file handling into cleanup function by Stefan Reinauer · 8 years ago
  97. 7844912 crossgcc: Fix out of bounds array access for nds32le by Stefan Reinauer · 8 years ago
  98. b194a43 More compatible use of mktemp by Stefan Reinauer · 8 years ago
  99. 41f0e0f libpayload: disable EHCI & XHCI in defconfig-mips by Martin Roth · 8 years ago
  100. 0439760 soc/intel/apollolake: Do not re-save BIST result by Furquan Shaikh · 8 years ago