summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* cbfs: correct types used for accessing filesAaron Durbin2015-04-011-1/+2
* cbfs: remove cbfs_core.h includesAaron Durbin2015-03-311-1/+0
* Update hex values to CBFS binary name types in MakefilesMartin Roth2015-03-301-2/+2
* drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear settingTimothy Pearson2015-03-291-4/+4
* drivers: add GIC supportAaron Durbin2015-03-286-0/+205
* vboot2: read secdata and nvdataDaisuke Nojiri2015-03-231-0/+1
* verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury2015-03-201-0/+11
* spi: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM supportMarc Jones2015-03-201-1/+9
* spi: do not use malloc in Gigadevice driverDavid Hendricks2015-03-201-19/+13
* spi: do not use malloc in Winbond driverVadim Bendebury2015-03-201-18/+13
* spi_flash: add support for S25FL116KDaisuke Nojiri2015-03-201-9/+61
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-4/+2
* elog: Fix compilation with CONFIG_CHROMEOS enabledStefan Reinauer2015-03-171-1/+1
* OxPCIe952: Fix read8/write8 argumentKyösti Mälkki2015-03-142-4/+5
* 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
OpenPOWER on IntegriCloud