summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c/w83793: Use devicetree.cb to set additional valuesTimothy Pearson2015-02-262-18/+183
* drivers/intel/i210: Add new driver for Intel i210 MACPHYWerner Zeh2015-02-246-0/+294
* drivers/xgi: Avoid double-freePatrick Georgi2015-02-231-1/+0
* drivers/xgi: terminate file with newlinePatrick Georgi2015-02-231-1/+1
* drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh2015-02-231-1/+1
* drivers/i2c/w83793: Remove incorrect zeroing of PWM valuesTimothy Pearson2015-02-231-4/+0
* drivers/xpowers/axp209: Adapt to new I²C APIAlexandru Gagniuc2015-02-201-3/+9
* nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson2015-02-161-0/+3
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-159-68/+68
* drivers/xpowers/axp209: Print a message when probing failsAlexandru Gagniuc2015-02-141-1/+3
* Fix source code permissionsStefan Reinauer2015-02-131-0/+0
* drivers/xgi: Fix user-visible typo in printkTimothy Pearson2015-02-121-1/+1
* fsp_baytrail: Get FSP reserved memory from the FSP HOB listMartin Roth2015-02-092-0/+21
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-062-49/+54
* drivers/xgi: Fix legacy VGA text mode initializationTimothy Pearson2015-02-064-10/+36
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-0526-0/+13554
* FSP platforms: Clear area in CAR for cbmemMartin Roth2015-01-311-2/+10
* drivers/intel/fsp: Add find_saved_temp_mem()Martin Roth2015-01-292-0/+25
* drivers/intel/fsp: Add HOB tools to work with GUIDsMartin Roth2015-01-272-0/+101
* coreboot tpm: Fix printk format specifiersFurquan Shaikh2015-01-162-2/+2
* drivers/i2c/w83795: Fix tautology from wrong return typeEdward O'Callaghan2015-01-151-3/+3
* 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
OpenPOWER on IntegriCloud