summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin2016-12-081-0/+6
* drivers/r8168: Read default MAC address from CBFSDamien Zammit2016-12-081-26/+93
* spi: Clean up SPI driver interfaceFurquan Shaikh2016-12-071-0/+35
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-0612-53/+64
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-052-0/+48
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-053-17/+22
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-052-7/+7
* lib: put romstage_handoff implementation in own compilation unitAaron Durbin2016-12-011-0/+1
* romstage_handoff: remove code duplicationAaron Durbin2016-12-012-14/+3
* driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov2016-11-302-2/+2
* drivers/intel/gma: Hook up libgfxinitNico Huber2016-11-295-0/+237
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+2
* drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfigArthur Heymans2016-11-241-1/+1
* driver/pc80/tpm: Runtime generate ACPI table for TPM driverNaresh G Solanki2016-11-242-220/+247
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-221-35/+46
* spi: Get rid of max_transfer_size parameter in spi_slave structureFurquan Shaikh2016-11-221-19/+2
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-2217-155/+224
* drivers/intel/fsp2_0: Check for NULL before using pointerMartin Roth2016-11-211-0/+2
* fsp2_0: implement stage cache for silicon initBrandon Breitenstein2016-11-212-2/+18
* net/r8167: do net set bus msater enableRonald G. Minnich2016-11-211-3/+3
* drivers/usb: Add option for baudrate of FT232H UARTNico Huber2016-11-212-2/+41
* intel post-car: Increase stacktop alignmentKyösti Mälkki2016-11-181-3/+1
* rtc: Force negative edge on SET after battery replacementMarshall Dawson2016-11-171-5/+8
* rtc: Check update-in-progress bitMarshall Dawson2016-11-171-0/+2
* drivers/i2c/alps: Add support for ALPS Touchpad driverBarnali Sarkar2016-11-164-0/+93
* drivers/pc80/tpm: Select TPM device name based on Kconfig optionSubrata Banik2016-11-141-0/+4
* drivers/intel/fsp2_0: track end of firmware notificationsAaron Durbin2016-11-121-0/+6
* lib/tlcl: Ensure tlcl library is initialized only onceFurquan Shaikh2016-11-111-19/+2
* drivers/i2c/wacom: Make the driver more genericFurquan Shaikh2016-11-105-20/+21
* drivers/intel/fsp2_0: Add support for recovery MRC hash space in TPMFurquan Shaikh2016-11-102-0/+127
* mrc: Add support for separate training cache in recovery modeFurquan Shaikh2016-11-101-19/+21
* google/pyro: Update WACOM touchscreen ACPI _HIDJanice Li2016-11-091-0/+1
* drivers/i2c/tpm/cr50: Increase IRQ timeoutDuncan Laurie2016-11-071-2/+9
* lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin2016-10-312-14/+0
* driver/intel/fsp2_0: Reset on invalid stage cache.Naresh G Solanki2016-10-273-0/+17
* drivers/i2c/wacom_ts: Add support for WCOM touchscreen device driverFurquan Shaikh2016-10-264-0/+93
* drivers/i2c/generic: Re-factor SSDT generation codeFurquan Shaikh2016-10-252-2/+47
* drivers/i2c/generic: Enable support for adding PowerResource for deviceFurquan Shaikh2016-10-252-0/+52
* drivers/i2c/generic: Return correct name for acpi_nameFurquan Shaikh2016-10-241-1/+1
* drivers/intel/wifi: Add depends on ARCH_X86Martin Roth2016-10-091-0/+1
* soc/intel/apollolake: Implement stage cache to improve resume timeBrandon Breitenstein2016-10-071-0/+2
* src/drivers: Remove whitespace after memcpy & memsetElyes HAOUAS2016-10-072-11/+11
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+2
* Gale: Fix the orange color to match the UX docSuresh Rajashekara2016-10-071-2/+2
* i2c/ww_ring: LED changes as per UX team feedback.Suresh Rajashekara2016-10-061-8/+8
* spi: Add a way to show SPI transfer speed for readsSimon Glass2016-10-061-0/+30
* i2c/ww_ring: Change LED configuration for Gale EVT3Suresh Rajashekara2016-10-062-185/+49
* drivers/i2c/tpm/cr50: Initialize IRQ status handler before probeDuncan Laurie2016-10-051-13/+13
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-023-4/+4