summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-03-31cbfs: remove cbfs_core.h includesAaron Durbin
2015-03-30Update hex values to CBFS binary name types in MakefilesMartin Roth
2015-03-29drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear settingTimothy Pearson
2015-03-28drivers: add GIC supportAaron Durbin
2015-03-23vboot2: read secdata and nvdataDaisuke Nojiri
2015-03-20verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury
2015-03-20spi: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM supportMarc Jones
2015-03-20spi: do not use malloc in Gigadevice driverDavid Hendricks
2015-03-20spi: do not use malloc in Winbond driverVadim Bendebury
2015-03-20spi_flash: add support for S25FL116KDaisuke Nojiri
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-17elog: Fix compilation with CONFIG_CHROMEOS enabledStefan Reinauer
2015-03-14OxPCIe952: Fix read8/write8 argumentKyösti Mälkki
2015-02-26drivers/i2c/w83793: Use devicetree.cb to set additional valuesTimothy Pearson
2015-02-24drivers/intel/i210: Add new driver for Intel i210 MACPHYWerner Zeh
2015-02-23drivers/xgi: Avoid double-freePatrick Georgi
2015-02-23drivers/xgi: terminate file with newlinePatrick Georgi
2015-02-23drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh
2015-02-23drivers/i2c/w83793: Remove incorrect zeroing of PWM valuesTimothy Pearson
2015-02-20drivers/xpowers/axp209: Adapt to new I²C APIAlexandru Gagniuc
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-14drivers/xpowers/axp209: Print a message when probing failsAlexandru Gagniuc
2015-02-13Fix source code permissionsStefan Reinauer
2015-02-12drivers/xgi: Fix user-visible typo in printkTimothy Pearson
2015-02-09fsp_baytrail: Get FSP reserved memory from the FSP HOB listMartin Roth
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2015-02-06drivers/xgi: Fix legacy VGA text mode initializationTimothy Pearson
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-01-31FSP platforms: Clear area in CAR for cbmemMartin Roth
2015-01-29drivers/intel/fsp: Add find_saved_temp_mem()Martin Roth
2015-01-27drivers/intel/fsp: Add HOB tools to work with GUIDsMartin Roth
2015-01-16coreboot tpm: Fix printk format specifiersFurquan Shaikh
2015-01-15drivers/i2c/w83795: Fix tautology from wrong return typeEdward O'Callaghan
2015-01-09elog: Add ELOG_TYPE_BOOT event using fake boot count if necessaryDavid Hendricks
2015-01-09spi: Add Spansion flash S25FL128PVadim Bendebury
2015-01-06Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-06drivers/intel/fsp: split the UEFI HOB functions into hob.cMartin Roth
2015-01-06Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan
2014-12-30elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black
2014-12-30rtc: Add an RTC driver for the AS3722 PMIC.Gabe Black
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-30SPI: Add Eon EN25S64 support.Marc Jones
2014-12-30SPI: Fix Eon supportMarc Jones
2014-12-30drivers/spi: Prepare Spansion driver for use in CBFS wrapperVadim Bendebury
2014-12-30Provide a common CBFS wrapper for SPI storageVadim Bendebury
2014-12-30drivers/spi: add support for another Spansion chipVadim Bendebury