summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* flash: use two bytes of device ID to identify stmicro chipsDaisuke Nojiri2015-04-171-30/+34
* spi: allow inclusion of Micronix and STM drivers in bootblockVadim Bendebury2015-04-172-37/+27
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-173-0/+3
* spi: Add function to read flash status registerDuncan Laurie2015-04-178-0/+21
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-1712-66/+64
* as3277: Fix month-off-by-one error for RTC driverJulius Werner2015-04-171-2/+2
* tpm: Only expose base address Kconfig option when enabledPatrick Georgi2015-04-131-0/+1
* spi: support controllers with limited transfer size capabilitiesVadim Bendebury2015-04-132-31/+27
* tpm: wait for valid bit to be set in TPM access register before using tpmSourabh Banerjee2015-04-131-3/+26
* elog: Fix regression that caused elog to omit "System boot" eventJulius Werner2015-04-131-3/+5
* elog: Correct behavior when FMAP section doesn't exist on ChromeOSJulius Werner2015-04-131-17/+21
* TPM: Reduce buffer size to fix stack overflowJulius Werner2015-04-102-8/+2
* tpm: Remove error message for unknown resource typeDuncan Laurie2015-04-101-3/+0
* tpm: Add ramstage driver and interrupt configurationDuncan Laurie2015-04-105-0/+257
* tpm: Move the LPC TPM driver to a subdirectoryDuncan Laurie2015-04-105-10/+11
* rtc: Add an RTC driver for the TI TPS65913 PMIC.Furquan Shaikh2015-04-105-0/+213
* elog: Hide elog_flash_offset_to_address() from SMMFurquan Shaikh2015-04-101-15/+18
* elog: Fix typecast issues related to 64-bit compilation.Furquan Shaikh2015-04-101-1/+1
* tpm: allow 0 as valid i2c bus numberDaisuke Nojiri2015-04-101-3/+4
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-073-45/+5
* 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