summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i2c/ww_ring: change colors for different display modesVadim Bendebury2015-04-221-18/+18
* i2c/ww_ring: use shorter blinking programVadim Bendebury2015-04-221-134/+95
* i2c/ww_ring: stop running programs before loading the new onesVadim Bendebury2015-04-221-0/+12
* i2c/ww_ring: define display pattern programsVadim Bendebury2015-04-224-58/+395
* i2c/ww_ring: decouple LED display from vbootVadim Bendebury2015-04-223-15/+17
* i2c/ww_ring: various driver fixes and improvementsVadim Bendebury2015-04-221-25/+74
* i2c: add support for ww_ringVadim Bendebury2015-04-226-3/+440
* elog: use CONFIG_RTCPatrick Georgi2015-04-221-1/+5
* rtc: add config flag to denote rtc API availabilityPatrick Georgi2015-04-223-0/+3
* armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh2015-04-221-0/+33
* elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZESol Boucher2015-04-223-43/+22
* Unify byte order macros and clrsetbitsJulius Werner2015-04-214-4/+2
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-4/+0
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-213-16/+16
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-1/+1
* 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