summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* FSP 1.1 Comparison BaseLee Leahy2015-05-128-0/+1422
* usbdebug: Add FTDI FT232H supportKyösti Mälkki2015-05-122-2/+91
* secmon: Add some missing filesPatrick Georgi2015-05-111-0/+1
* northbridge/intel/gm45/gma: Add backlight control register fieldTimothy Pearson2015-05-081-0/+1
* kbuild: Use wildcard for driver subdirectoriesStefan Reinauer2015-05-073-44/+8
* drivers/spi/stmicro: Rename N25Q256A to N25Q256David Imhoff2015-05-041-3/+3
* drivers/spi/stmicro: Add '.op_erase' for N25Q256David Imhoff2015-05-041-2/+3
* drivers/spi/stmicro: Add N25Q064 supportDavid Imhoff2015-05-041-0/+9
* spi: Remove out of date comment and reorder flash tableDavid Imhoff2015-05-041-13/+8
* spi: Change 'page' to 'sector' in log messageDavid Imhoff2015-05-041-1/+1
* drivers/intel/fsp1_0: Remove executable bit from C filesPaul Menzel2015-05-022-0/+0
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+2
* i2c/tpm: add final newlinePatrick Georgi2015-04-301-1/+1
* Kconfig whitespace fixesMartin Roth2015-04-284-8/+8
* fsp platforms: consolidate FspNotify callsMartin Roth2015-04-281-0/+29
* Fix some minor Kconfig issuesMartin Roth2015-04-283-11/+2
* OxPCIe: Fix UART base addressesKyösti Mälkki2015-04-281-6/+2
* driver/intel/fsp: Correct the fastboot data (MRC data) printing lengthYork Yang2015-04-242-2/+2
* fsp: Move fsp to fsp1_0Marc Jones2015-04-249-5/+5
* i2c/ww_ring: add a pattern for normal bootVadim Bendebury2015-04-222-1/+88
* i2c/ww_ring: update color definitionsVadim Bendebury2015-04-221-5/+5
* 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
OpenPOWER on IntegriCloud