1. 4623b20 Add in the Makefile bits for the new intel gma driver by Ronald G. Minnich · 11 years ago
  2. 99451b1 FUI: add intel_dp driver derived from kernel functions by Ronald G. Minnich · 11 years ago
  3. 5bcca7e haswell: pull in the init code for FUI by Ronald G. Minnich · 11 years ago
  4. 0bf1feb elog: Get rid of the descriptor type and some unnecessary wrappers by Gabe Black · 11 years ago
  5. 84a93d1 elog: Stream line the elog driver. by Gabe Black · 11 years ago
  6. 455c68e elog: Merge elog_validate_and_fill into elog_init_descriptor. by Gabe Black · 11 years ago
  7. 42cb709 elog: Get rid of elog_reinit_descriptor. by Gabe Black · 11 years ago
  8. 331eb08 elog: Eliminate the second in memory copy of the event log. by Gabe Black · 11 years ago
  9. bfae4aa Make elog_shrink not depend on having seperate memory/flash descriptors. by Gabe Black · 11 years ago
  10. e62e036 elog: Get rid of the staging_header variable. by Gabe Black · 11 years ago
  11. 748a6b1 qemu: minor bochs cleanups by Gerd Hoffmann · 11 years ago
  12. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  13. 86ce7f9 RTC: Skip rtc_init() in S3 resume path by Stefan Reinauer · 11 years ago
  14. 032be82 elog: Check for successful flash erase in elog_shrink by Duncan Laurie · 11 years ago
  15. 8f4baec elog: Make sure the elog data structures are initialized in elog_clear. by Gabe Black · 11 years ago
  16. 7905f92 qemu: cirrus native video init by Vladimir Serbinenko · 11 years ago
  17. cae09e0 bochs: add support for native graphics by Ronald G. Minnich · 11 years ago
  18. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  19. ecd8424 Fix whitespace leaked into tree by Kyösti Mälkki · 11 years ago
  20. 1cf8577 SPI: Support STMicro partial page write by Kyösti Mälkki · 11 years ago
  21. 2ddc9ea parade: Add a driver for the parade ps8625. by Gabe Black · 11 years ago
  22. 90a42d8 max77802: add header for max77802 PMIC by David Hendricks · 11 years ago
  23. 5688979 drivers: Fix spelling by Martin Roth · 11 years ago
  24. 08dc357 ARMv7: De-uboot-ify Exynos5250 code by Stefan Reinauer · 11 years ago
  25. bc2c9ef ELOG: Fix warning to fix the compilation. by Denis 'GNUtoo' Carikli · 11 years ago
  26. 414b947 qemu: complete bochs dispi interface vga driver. by Gerd Hoffmann · 11 years ago
  27. cb997d3 pc80/tpm: allow for cache-as-ram migration by Aaron Durbin · 11 years ago
  28. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  29. 765ff76 [2/2] tps65090: re-factor for coreboot by David Hendricks · 11 years ago
  30. 6e877ec [1/2] initial import of TI TPS65090 by David Hendricks · 11 years ago
  31. b959fbb exynos5: Re-factor I2C code by David Hendricks · 11 years ago
  32. cfb7360 replace device/i2c.h with simpler version by David Hendricks · 11 years ago
  33. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  34. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  35. a8ae1c6 Whitespace: Replace tab character in license text with two spaces by Paul Menzel · 11 years ago
  36. 832452a RTC: Use the correct index when setting the default month by Dave Frodin · 11 years ago
  37. 600784e spi.h: Rename the spi.h to spi-generic.h by Zheng Bao · 11 years ago
  38. 77608b2 armv7/snow: Remove power_init from bootblock. by Hung-Te Lin · 11 years ago
  39. 5f83f6c armv7: Clean up arm/snow bootblock build process. by Hung-Te Lin · 11 years ago
  40. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  41. 4868a11 snow: add max77686 driver in romstage and ramstage by David Hendricks · 12 years ago
  42. 1d5390e size optimizations for max77686 by David Hendricks · 12 years ago
  43. e293440 corrections for MAX77686 config variable by David Hendricks · 12 years ago
  44. 3316cf2 Claim the SPI bus before writes if the IMC ROM is present by Martin Roth · 12 years ago
  45. 0cc9f41 Fix maxim max77686 driver by Stefan Reinauer · 12 years ago
  46. de48f0f Fix up Maxim MAX77686 driver by Stefan Reinauer · 12 years ago
  47. 747127d Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH by Marc Jones · 12 years ago
  48. c269a9b driver/spi: Add support of MX25L3235D by Zheng Bao · 12 years ago
  49. 3d6eb29 Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set by Stefan Reinauer · 12 years ago
  50. 7f934f5 build system: Treat cmos.default as text file by Patrick Georgi · 12 years ago
  51. f2e13b0 Add the maxim MAX77686 power controller. by Ronald G. Minnich · 12 years ago
  52. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  53. b8117b0 SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR) by Zheng Bao · 12 years ago
  54. 95a6396 Clean up Kconfig by Stefan Reinauer · 12 years ago
  55. 8483344 Drop Kconfig.deprecated_options by Stefan Reinauer · 12 years ago
  56. feadfb7 If cmos is invalid, always set the rtc date and time by Stefan Reinauer · 12 years ago
  57. dd76bc0 Remove duplicate defines from mc146818rtc.c by Marc Jones · 12 years ago
  58. 215f2785 ELOG: Support for non-memory mapped flash by Duncan Laurie · 12 years ago
  59. 23b0053 SPI: Fix and enable Fast Read support by Duncan Laurie · 12 years ago
  60. bceaf7f Add Gigadevice SPI rom support by Martin Roth · 12 years ago
  61. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  62. 094920d mc146818rtc: Update the Day of Week in CMOS in the right way. by Zheng Bao · 12 years ago
  63. 1fc3461 Log unexpected post code from the previous boot by Duncan Laurie · 12 years ago
  64. 4b1610d RTC: Don't clear pending interrupt in resume path by Duncan Laurie · 12 years ago
  65. 5c88c6f elog: add extended management engine event by Duncan Laurie · 12 years ago
  66. 86bf3f5 ELOG: Find flash base in FMAP if possible by Duncan Laurie · 12 years ago
  67. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  68. 4959cea rtc: add explicit dependency on build.h by Vincent Palatin · 12 years ago
  69. fa90fd4 rtc: erase CMOS memory after power failure by Vincent Palatin · 12 years ago
  70. fc1b9ee rtc: force mc146818 register D to a correct value by Vincent Palatin · 12 years ago
  71. 6f42976 Fix CONFIG_ use in i8254.c by Stefan Reinauer · 12 years ago
  72. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  73. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  74. 83a6dbd ioapic driver: typedef the ioapic_config struct (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  75. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  76. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  77. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  78. fce22e8 Remove copies of rtl8168.c by Patrick Georgi · 12 years ago
  79. 79bbbd9 ELOG: Add support for SMM and kernel GSMI driver by Duncan Laurie · 12 years ago
  80. f4d3623 ELOG: Add support for a monotonic boot counter in CMOS by Duncan Laurie · 12 years ago
  81. 472ec9c ELOG: Add support for generating SMBIOS type15 table by Duncan Laurie · 12 years ago
  82. 181bbdd SMM: Add option for SPI driver to be available in SMM by Duncan Laurie · 12 years ago
  83. 7d2b81c ELOG: Add support for flash based event log by Duncan Laurie · 12 years ago
  84. 48c6bae Add BAR address debug information to Oxford PCIe serial driver by Marc Jones · 12 years ago
  85. 5f3aca3 SPI flash layer: remove unused function spi_flash_free() by Stefan Reinauer · 12 years ago
  86. 6591470 IOAPIC: hook up driver in Kconfig by Sven Schnelle · 12 years ago
  87. 7435baa Add basic ipmi support by Sven Schnelle · 12 years ago
  88. aa03af7 Add generic IOAPIC driver by Sven Schnelle · 12 years ago
  89. ca68297 Add Nuvoton W83793 hardware monitor driver by Sven Schnelle · 12 years ago
  90. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  91. 14b23a6 Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled by Stefan Reinauer · 12 years ago
  92. 5649b08 Reduce default verbosity of SPI flash drivers by Stefan Reinauer · 12 years ago
  93. 8ea5a34 Fix printk types in SPI flash drivers by Stefan Reinauer · 12 years ago
  94. 20959ba SPI driver: style fix by Patrick Georgi · 12 years ago
  95. 1c56d9b Add SPI flash driver by Stefan Reinauer · 12 years ago
  96. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  97. c908fc7 Fix TPM driver to work with multiple vendor TPMs by Stefan Reinauer · 12 years ago
  98. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  99. 4d04a71 Detect whether the OXPCIE card is really present while in the ROM stage. by Gabe Black · 13 years ago
  100. dfab0f6 OXPCIe: Reinitialize UART after pci_dev_set_resources() by Stefan Reinauer · 13 years ago