summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh2014-08-134-84/+139
* drivers: Add I2C TPM driver to corebootStefan Reinauer2014-08-1011-2/+1072
* x230: Deploy VBTVladimir Serbinenko2014-07-291-0/+733
* src/drivers: Remove a trailing whitespaceElyes HAOUAS2014-07-213-3/+3
* lenovo/x60: Support digitizer on X60t and X201t.Vladimir Serbinenko2014-07-196-0/+211
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-1711-4/+17
* drivers,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'Edward O'Callaghan2014-07-151-2/+2
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-146-13/+12
* SPI flash: Fix alignment checks in Page Program commandsKyösti Mälkki2014-07-146-6/+12
* drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-089-12/+0
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-3/+3
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-053-5/+4
* spi flash: Organise options listKyösti Mälkki2014-07-051-21/+21
* drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()Dave Frodin2014-07-051-12/+10
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-012-4/+0
* drivers/pc80/mc146818rtc_early.c: Silence unused func complaintsEdward O'Callaghan2014-06-291-2/+2
* drivers/intel/gma: Uninitialized var before if conditionEdward O'Callaghan2014-06-251-1/+1
* drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan2014-06-251-2/+3
* PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-5/+1
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-1/+1
* drivers/intel/gma: Equality comparison with extraneous parenthesesEdward O'Callaghan2014-06-201-2/+2
* PIC i8259: Move #defines and functions to i8259.hMike Loptien2014-06-111-36/+39
* i915_reg: Declare LVDS register values.Vladimir Serbinenko2014-06-011-0/+5
* drivers/intel/fsp: update enable_mrc_cache with fast bootMartin Roth2014-05-291-1/+2
* add rtc_init() to romstageMartin Roth2014-05-292-1/+4
* lenovo: Add lenovo_mainboard_partnumber.Vladimir Serbinenko2014-05-252-1/+8
* drivers/pc80/Kconfig: Revert PS/2 initialization defaultsPatrick Georgi2014-05-231-1/+0
* drivers: Drop GbE stub driversEdward O'Callaghan2014-05-205-77/+0
* drivers/spi/sst.c: Remove unused func to_sst_spi_flash()Edward O'Callaghan2014-05-181-5/+0
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-1/+1
* drivers/pc80/Kconfig: simplify PS/2 selection rulesPatrick Georgi2014-05-151-1/+1
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* Intel FSP: add a shared set of functions for the FSPMartin Roth2014-05-097-0/+1141