summaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* elog: Add ELOG_TYPE_BOOT event using fake boot count if necessaryDavid Hendricks2015-01-091-0/+3
* spi: Add Spansion flash S25FL128PVadim Bendebury2015-01-091-0/+8
* Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki2015-01-061-2/+11
* doxygen fixes: change @var to @param varMartin Roth2015-01-063-15/+16
* drivers/intel/fsp: split the UEFI HOB functions into hob.cMartin Roth2015-01-064-148/+181
* Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan2015-01-061-11/+2
* elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black2014-12-301-14/+11
* rtc: Add an RTC driver for the AS3722 PMIC.Gabe Black2014-12-305-0/+105
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-301-17/+13
* SPI: Add Eon EN25S64 support.Marc Jones2014-12-301-0/+9
* SPI: Fix Eon supportMarc Jones2014-12-301-43/+47
* drivers/spi: Prepare Spansion driver for use in CBFS wrapperVadim Bendebury2014-12-301-6/+4
* Provide a common CBFS wrapper for SPI storageVadim Bendebury2014-12-302-10/+33
* drivers/spi: add support for another Spansion chipVadim Bendebury2014-12-301-0/+10
* rtc: Add an RTC API, and implement it for x86.Marc Jones2014-12-303-23/+77
* TPM: Fix i2c driver dependencyKyösti Mälkki2014-12-231-1/+1
* elog: Fix chromium merge issueMarc Jones2014-12-171-1/+0
* Revert "elog: Use the RTC driver interface instead of reading CMOS directly."Marc Jones2014-12-171-11/+14
* spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks2014-12-178-69/+11
* spi_flash: Differentiate between atomic/manual sequencingDavid Hendricks2014-12-172-3/+54
* elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black2014-12-171-14/+11
* elog: Isolate some x86-ismsDavid Hendricks2014-12-171-2/+25
* elog: Do not attempt to init SPIDavid Hendricks2014-12-171-2/+1
* spi: Add support for Winbond W25Q32DWDavid Hendricks2014-12-161-0/+8
* spi: Make idcode debug print more usefulDavid Hendricks2014-12-161-1/+4
* i2c: Replace the i2c API.Gabe Black2014-12-166-20/+19
* elog: Probe for SPI flash on bus indicated by Kconfig variableDavid Hendricks2014-12-151-1/+1
* uart8250mem: Add wrapper for MMIO register accessKyösti Mälkki2014-12-151-24/+35
* vboot: allow for non-memory-mapped VBOOT regionsAaron Durbin2014-12-091-0/+7
* spi/macronix: Add support for MX25L3239EDave Frodin2014-12-091-1/+9
* drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0")Edward O'Callaghan2014-12-081-1/+1
* FSP platform microcode: Update to remove Kconfig variableMartin Roth2014-12-051-1/+2
* drivers/intel/fsp: add upd macros and #definesMartin Roth2014-12-052-0/+65
* SPI: Add vendor AtmelKyösti Mälkki2014-12-034-0/+238
* SPI: Add Macronix part MX25U12835FKyösti Mälkki2014-12-031-0/+8
* drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0'Edward O'Callaghan2014-11-281-3/+3
* drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ifyEdward O'Callaghan2014-11-281-1/+1
* usbdebug: Some fix for dongle compatibilityKyösti Mälkki2014-11-231-0/+2
* usbdebug: Reduce bus reset delaysKyösti Mälkki2014-11-231-29/+19
* usbdebug: Refactor descriptor probing of dongleKyösti Mälkki2014-11-234-118/+145
* usbdebug: Move initialisation of the optional hubKyösti Mälkki2014-11-235-105/+155
* usbdebug: Refactor on EHCI memory spaceKyösti Mälkki2014-11-231-17/+13
* usbdebug: Fix migration to ramstageKyösti Mälkki2014-11-231-1/+6
* drivers/net/ne2k.c: Fix regressionEdward O'Callaghan2014-11-221-1/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-9/+7
* acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko2014-11-191-10/+8
* acpigen: Add and use acpigen_write_device.Vladimir Serbinenko2014-11-191-10/+2
* acpigen: Add and use acpigen_write_method.Vladimir Serbinenko2014-11-191-11/+2
* drivers/intel/gma/intel_dp.c: Fix printf type-specifierEdward O'Callaghan2014-11-111-1/+1
* lenovo/wacom: Move to implicit length patchingVladimir Serbinenko2014-11-091-46/+38