1. 3486d1f verstage should include the CBFS SPI wrapper, when configured by Vadim Bendebury · 10 years ago
  2. 9bab54b spi: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM support by Marc Jones · 10 years ago
  3. fccc7de spi: do not use malloc in Gigadevice driver by David Hendricks · 10 years ago
  4. 032d4d2 spi: do not use malloc in Winbond driver by Vadim Bendebury · 10 years ago
  5. 93b9cb7 spi_flash: add support for S25FL116K by Daisuke Nojiri · 10 years ago
  6. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  7. 45a225b elog: Fix compilation with CONFIG_CHROMEOS enabled by Stefan Reinauer · 9 years ago
  8. 8517f94 OxPCIe952: Fix read8/write8 argument by Kyösti Mälkki · 9 years ago
  9. d3e31be drivers/i2c/w83793: Use devicetree.cb to set additional values by Timothy Pearson · 9 years ago
  10. 63693dc drivers/intel/i210: Add new driver for Intel i210 MACPHY by Werner Zeh · 9 years ago
  11. b4ad5d0 drivers/xgi: Avoid double-free by Patrick Georgi · 9 years ago
  12. d3f3df3 drivers/xgi: terminate file with newline by Patrick Georgi · 9 years ago
  13. a8b03da drivers/pc80/mc146818rtc: Enable RTC reset on power loss by Werner Zeh · 9 years ago
  14. bc1abb1 drivers/i2c/w83793: Remove incorrect zeroing of PWM values by Timothy Pearson · 9 years ago
  15. 1959abd drivers/xpowers/axp209: Adapt to new I²C API by Alexandru Gagniuc · 9 years ago
  16. f20c6e8 nvram: Add option to reset NVRAM to default parameters on every boot by Timothy Pearson · 9 years ago
  17. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  18. 23804fc drivers/xpowers/axp209: Print a message when probing fails by Alexandru Gagniuc · 9 years ago
  19. 1e9336e Fix source code permissions by Stefan Reinauer · 9 years ago
  20. 7a4454f drivers/xgi: Fix user-visible typo in printk by Timothy Pearson · 9 years ago
  21. 2213843 fsp_baytrail: Get FSP reserved memory from the FSP HOB list by Martin Roth · 10 years ago
  22. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 10 years ago
  23. 08c15ed drivers/xgi: Fix legacy VGA text mode initialization by Timothy Pearson · 9 years ago
  24. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 10 years ago
  25. 9cd1553 FSP platforms: Clear area in CAR for cbmem by Martin Roth · 10 years ago
  26. 5fc32bf drivers/intel/fsp: Add find_saved_temp_mem() by Martin Roth · 10 years ago
  27. 7b132de drivers/intel/fsp: Add HOB tools to work with GUIDs by Martin Roth · 10 years ago
  28. 251eef1 coreboot tpm: Fix printk format specifiers by Furquan Shaikh · 10 years ago
  29. 660ec7c drivers/i2c/w83795: Fix tautology from wrong return type by Edward O'Callaghan · 10 years ago
  30. 6a29e6c elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary by David Hendricks · 10 years ago
  31. 22fa0e0 spi: Add Spansion flash S25FL128P by Vadim Bendebury · 10 years ago
  32. 9b29aad Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'" by Kyösti Mälkki · 10 years ago
  33. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 10 years ago
  34. fc34750 drivers/intel/fsp: split the UEFI HOB functions into hob.c by Martin Roth · 10 years ago
  35. 9270553 Re-factor 'to_flash_offset()' into 'spi_flash.h' by Edward O'Callaghan · 10 years ago
  36. a4c4b1c elog: Use the RTC driver interface instead of reading CMOS directly. by Gabe Black · 10 years ago
  37. abb001a rtc: Add an RTC driver for the AS3722 PMIC. by Gabe Black · 10 years ago
  38. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  39. 0658d23 SPI: Add Eon EN25S64 support. by Marc Jones · 10 years ago
  40. 79f60a5 SPI: Fix Eon support by Marc Jones · 10 years ago
  41. 8e64388 drivers/spi: Prepare Spansion driver for use in CBFS wrapper by Vadim Bendebury · 10 years ago
  42. adcb095 Provide a common CBFS wrapper for SPI storage by Vadim Bendebury · 10 years ago
  43. b152883 drivers/spi: add support for another Spansion chip by Vadim Bendebury · 10 years ago
  44. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  45. 99c4955 TPM: Fix i2c driver dependency by Kyösti Mälkki · 10 years ago
  46. 455fcaf elog: Fix chromium merge issue by Marc Jones · 10 years ago
  47. 127ad41 Revert "elog: Use the RTC driver interface instead of reading CMOS directly." by Marc Jones · 10 years ago
  48. 032c843 spi_flash: Move (de-)assertion of /CS to single location by David Hendricks · 10 years ago
  49. f101bbe spi_flash: Differentiate between atomic/manual sequencing by David Hendricks · 10 years ago
  50. 474313d elog: Use the RTC driver interface instead of reading CMOS directly. by Gabe Black · 10 years ago
  51. 259e49a elog: Isolate some x86-isms by David Hendricks · 10 years ago
  52. 9acbd6f elog: Do not attempt to init SPI by David Hendricks · 10 years ago
  53. 43e9252 spi: Add support for Winbond W25Q32DW by David Hendricks · 10 years ago
  54. b598bb3 spi: Make idcode debug print more useful by David Hendricks · 10 years ago
  55. cdb61a6 i2c: Replace the i2c API. by Gabe Black · 10 years ago
  56. c947024 elog: Probe for SPI flash on bus indicated by Kconfig variable by David Hendricks · 10 years ago
  57. 164ac0a uart8250mem: Add wrapper for MMIO register access by Kyösti Mälkki · 10 years ago
  58. 30974bc2 vboot: allow for non-memory-mapped VBOOT regions by Aaron Durbin · 10 years ago
  59. 0185606 spi/macronix: Add support for MX25L3239E by Dave Frodin · 10 years ago
  60. 7c0ee48 drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0") by Edward O'Callaghan · 10 years ago
  61. e10108a FSP platform microcode: Update to remove Kconfig variable by Martin Roth · 10 years ago
  62. 09dd70e drivers/intel/fsp: add upd macros and #defines by Martin Roth · 10 years ago
  63. 96d9276 SPI: Add vendor Atmel by Kyösti Mälkki · 10 years ago
  64. 3f382c7 SPI: Add Macronix part MX25U12835F by Kyösti Mälkki · 10 years ago
  65. 1ab41db drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0' by Edward O'Callaghan · 10 years ago
  66. 07d89a0 drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ify by Edward O'Callaghan · 10 years ago
  67. 9e999d6 usbdebug: Some fix for dongle compatibility by Kyösti Mälkki · 11 years ago
  68. b8ef4c9 usbdebug: Reduce bus reset delays by Kyösti Mälkki · 11 years ago
  69. 46249be2 usbdebug: Refactor descriptor probing of dongle by Kyösti Mälkki · 10 years ago
  70. 83fe6d7 usbdebug: Move initialisation of the optional hub by Kyösti Mälkki · 10 years ago
  71. 7bb4f86 usbdebug: Refactor on EHCI memory space by Kyösti Mälkki · 10 years ago
  72. 618d179 usbdebug: Fix migration to ramstage by Kyösti Mälkki · 10 years ago
  73. 20a41ae drivers/net/ne2k.c: Fix regression by Edward O'Callaghan · 10 years ago
  74. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  75. 9acc1e8 acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer by Vladimir Serbinenko · 10 years ago
  76. 663be6e acpigen: Add and use acpigen_write_device. by Vladimir Serbinenko · 10 years ago
  77. 80fb8ed acpigen: Add and use acpigen_write_method. by Vladimir Serbinenko · 10 years ago
  78. a955fef drivers/intel/gma/intel_dp.c: Fix printf type-specifier by Edward O'Callaghan · 10 years ago
  79. bcb3abe lenovo/wacom: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  80. 0d84a2c drivers/ioapic: DEVICE_NOOP some stub function callbacks by Edward O'Callaghan · 10 years ago
  81. 2014111 drivers/net/ne2k.c: Collect headers and defines to top of file by Edward O'Callaghan · 10 years ago
  82. 41f55b7 intel_wifi: Export the SMBIOS structure required by intel driver. by Vladimir Serbinenko · 10 years ago
  83. 524625d drivers: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  84. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  85. 06413ff drivers/spi: add Macronix MX25U6435F and MX25L6495F support by Idwer Vollering · 10 years ago
  86. 795f96e lenovo/x2[23]0: Handle Ricoh SD cardreader by Vladimir Serbinenko · 10 years ago
  87. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  88. 3f56445 tpm: i2c: When probing the TPM, write a 0 into the TPM access register. by Gabe Black · 10 years ago
  89. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  90. f5fcedf drivers/spi: Add support for Micron N25Q128 by Scott Radcliffe · 10 years ago
  91. 2adb297 uarts: 32/64 cleanup by Ronald G. Minnich · 10 years ago
  92. ed0c838 intel/fsp_baytrail: Add S3 suspend/resume Support by Mohan D'Costa · 10 years ago
  93. bdae9be spi: Add support for Winbond W25Q128FW by Mohan D'Costa · 10 years ago
  94. 1101a71 spi: add Kconfig variable for dual-output read enable by David Hendricks · 11 years ago
  95. a71bdc3 intel/gma: consolidate vbt code by Vladimir Serbinenko · 10 years ago
  96. 35c0f43 Move nehalem/sandy/ivy to per-device acpi by Vladimir Serbinenko · 10 years ago
  97. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  98. 3a75e5e Haswell/falco/peppy/slippy: continue to clean up FUI. by Ronald G. Minnich · 11 years ago
  99. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  100. a2a906e Consolidate intel vga int15 hooks by Vladimir Serbinenko · 10 years ago