summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* vboot: allow for non-memory-mapped VBOOT regionsAaron Durbin2014-12-091-0/+7
* spi/macronix: Add support for MX25L3239EDave Frodin2014-12-091-1/+9
* drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0")Edward O'Callaghan2014-12-081-1/+1
* FSP platform microcode: Update to remove Kconfig variableMartin Roth2014-12-051-1/+2
* drivers/intel/fsp: add upd macros and #definesMartin Roth2014-12-052-0/+65
* SPI: Add vendor AtmelKyösti Mälkki2014-12-034-0/+238
* SPI: Add Macronix part MX25U12835FKyösti Mälkki2014-12-031-0/+8
* drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0'Edward O'Callaghan2014-11-281-3/+3
* drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ifyEdward O'Callaghan2014-11-281-1/+1
* usbdebug: Some fix for dongle compatibilityKyösti Mälkki2014-11-231-0/+2
* usbdebug: Reduce bus reset delaysKyösti Mälkki2014-11-231-29/+19
* usbdebug: Refactor descriptor probing of dongleKyösti Mälkki2014-11-234-118/+145
* usbdebug: Move initialisation of the optional hubKyösti Mälkki2014-11-235-105/+155
* usbdebug: Refactor on EHCI memory spaceKyösti Mälkki2014-11-231-17/+13
* usbdebug: Fix migration to ramstageKyösti Mälkki2014-11-231-1/+6
* drivers/net/ne2k.c: Fix regressionEdward O'Callaghan2014-11-221-1/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-9/+7
* acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko2014-11-191-10/+8
* acpigen: Add and use acpigen_write_device.Vladimir Serbinenko2014-11-191-10/+2
* acpigen: Add and use acpigen_write_method.Vladimir Serbinenko2014-11-191-11/+2
* drivers/intel/gma/intel_dp.c: Fix printf type-specifierEdward O'Callaghan2014-11-111-1/+1
* lenovo/wacom: Move to implicit length patchingVladimir Serbinenko2014-11-091-46/+38
* drivers/ioapic: DEVICE_NOOP some stub function callbacksEdward O'Callaghan2014-11-071-12/+5
* drivers/net/ne2k.c: Collect headers and defines to top of fileEdward O'Callaghan2014-11-071-17/+17
* intel_wifi: Export the SMBIOS structure required by intel driver.Vladimir Serbinenko2014-11-023-0/+85
* drivers: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-0111-79/+35
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-2717-58/+58
* drivers/spi: add Macronix MX25U6435F and MX25L6495F supportIdwer Vollering2014-10-271-0/+16
* lenovo/x2[23]0: Handle Ricoh SD cardreaderVladimir Serbinenko2014-10-276-0/+114
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-70/+72
* tpm: i2c: When probing the TPM, write a 0 into the TPM access register.Gabe Black2014-10-221-3/+3
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-192-3/+1
* drivers/spi: Add support for Micron N25Q128Scott Radcliffe2014-10-171-2/+35
* uarts: 32/64 cleanupRonald G. Minnich2014-10-162-2/+2
* intel/fsp_baytrail: Add S3 suspend/resume SupportMohan D'Costa2014-09-291-0/+1
* spi: Add support for Winbond W25Q128FWMohan D'Costa2014-09-291-0/+8
* spi: add Kconfig variable for dual-output read enableDavid Hendricks2014-09-171-0/+9
* intel/gma: consolidate vbt codeVladimir Serbinenko2014-09-134-1/+182
* Move nehalem/sandy/ivy to per-device acpiVladimir Serbinenko2014-09-111-0/+1
* tpm: Clean up I2C TPM driverStefan Reinauer2014-09-109-847/+675
* Haswell/falco/peppy/slippy: continue to clean up FUI.Ronald G. Minnich2014-09-081-0/+7
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* Consolidate intel vga int15 hooksVladimir Serbinenko2014-09-054-0/+166
* drivers/gma: remove unused codeRonald G. Minnich2014-09-042-230/+7
* lenovo: Read mainboard version from AT24RF08C.Vladimir Serbinenko2014-08-301-17/+74
* qemu: fix cirrus buildGerd Hoffmann2014-08-281-1/+3
* qemu: fix bochs buildGerd Hoffmann2014-08-281-1/+3
* Peppy/Haswell: move more support functions from mainboard to the intel i915 d...Ronald G. Minnich2014-08-284-1/+139
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-253-46/+33
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-253-93/+93