aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2014-11-28drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0'Edward O'Callaghan
2014-11-28drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ifyEdward O'Callaghan
2014-11-23usbdebug: Some fix for dongle compatibilityKyösti Mälkki
2014-11-23usbdebug: Reduce bus reset delaysKyösti Mälkki
2014-11-23usbdebug: Refactor descriptor probing of dongleKyösti Mälkki
2014-11-23usbdebug: Move initialisation of the optional hubKyösti Mälkki
2014-11-23usbdebug: Refactor on EHCI memory spaceKyösti Mälkki
2014-11-23usbdebug: Fix migration to ramstageKyösti Mälkki
2014-11-22drivers/net/ne2k.c: Fix regressionEdward O'Callaghan
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-19acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_device.Vladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_method.Vladimir Serbinenko
2014-11-11drivers/intel/gma/intel_dp.c: Fix printf type-specifierEdward O'Callaghan
2014-11-09lenovo/wacom: Move to implicit length patchingVladimir Serbinenko
2014-11-07drivers/ioapic: DEVICE_NOOP some stub function callbacksEdward O'Callaghan
2014-11-07drivers/net/ne2k.c: Collect headers and defines to top of fileEdward O'Callaghan
2014-11-02intel_wifi: Export the SMBIOS structure required by intel driver.Vladimir Serbinenko
2014-11-01drivers: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-10-27drivers/spi: add Macronix MX25U6435F and MX25L6495F supportIdwer Vollering
2014-10-27lenovo/x2[23]0: Handle Ricoh SD cardreaderVladimir Serbinenko
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-10-22tpm: i2c: When probing the TPM, write a 0 into the TPM access register.Gabe Black
2014-10-19x86 romstage: Move stack just below RAMTOPKyösti Mälkki
2014-10-17drivers/spi: Add support for Micron N25Q128Scott Radcliffe
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-09-29intel/fsp_baytrail: Add S3 suspend/resume SupportMohan D'Costa
2014-09-29spi: Add support for Winbond W25Q128FWMohan D'Costa
2014-09-17spi: add Kconfig variable for dual-output read enableDavid Hendricks
2014-09-13intel/gma: consolidate vbt codeVladimir Serbinenko
2014-09-11Move nehalem/sandy/ivy to per-device acpiVladimir Serbinenko
2014-09-10tpm: Clean up I2C TPM driverStefan Reinauer
2014-09-08Haswell/falco/peppy/slippy: continue to clean up FUI.Ronald G. Minnich
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-09-05Consolidate intel vga int15 hooksVladimir Serbinenko
2014-09-04drivers/gma: remove unused codeRonald G. Minnich
2014-08-30lenovo: Read mainboard version from AT24RF08C.Vladimir Serbinenko
2014-08-28qemu: fix cirrus buildGerd Hoffmann
2014-08-28qemu: fix bochs buildGerd Hoffmann
2014-08-28Peppy/Haswell: move more support functions from mainboard to the intel i915 d...Ronald G. Minnich
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-25UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black
2014-08-13Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh
2014-08-10drivers: Add I2C TPM driver to corebootStefan Reinauer
2014-07-29x230: Deploy VBTVladimir Serbinenko
2014-07-21src/drivers: Remove a trailing whitespaceElyes HAOUAS
2014-07-19lenovo/x60: Support digitizer on X60t and X201t.Vladimir Serbinenko
2014-07-17drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-07-17drivers,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-15drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'Edward O'Callaghan
2014-07-14SPI: Split writes using spi_crop_chunk()Kyösti Mälkki
2014-07-14SPI flash: Fix alignment checks in Page Program commandsKyösti Mälkki
2014-07-08drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-07-05spi flash: Organise options listKyösti Mälkki
2014-07-05drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()Dave Frodin
2014-07-01stdlib: Drop duplicates of min() and max()Kyösti Mälkki
2014-06-29drivers/pc80/mc146818rtc_early.c: Silence unused func complaintsEdward O'Callaghan
2014-06-25drivers/intel/gma: Uninitialized var before if conditionEdward O'Callaghan
2014-06-25drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan
2014-06-21PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-21PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-21Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20drivers/intel/gma: Equality comparison with extraneous parenthesesEdward O'Callaghan
2014-06-11PIC i8259: Move #defines and functions to i8259.hMike Loptien
2014-06-01i915_reg: Declare LVDS register values.Vladimir Serbinenko
2014-05-29drivers/intel/fsp: update enable_mrc_cache with fast bootMartin Roth
2014-05-29add rtc_init() to romstageMartin Roth
2014-05-25lenovo: Add lenovo_mainboard_partnumber.Vladimir Serbinenko
2014-05-23drivers/pc80/Kconfig: Revert PS/2 initialization defaultsPatrick Georgi
2014-05-20drivers: Drop GbE stub driversEdward O'Callaghan
2014-05-18drivers/spi/sst.c: Remove unused func to_sst_spi_flash()Edward O'Callaghan
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-15drivers/pc80/Kconfig: simplify PS/2 selection rulesPatrick Georgi
2014-05-13src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan
2014-05-09Intel FSP: add a shared set of functions for the FSPMartin Roth
2014-05-02drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payloadPaul Menzel
2014-05-02drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payloadPaul Menzel
2014-05-02drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboardPaul Menzel
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-29SPI: Use common dependency in KconfigKyösti Mälkki
2014-04-26uart8250io: Fix build with DEBUG_SMIKyösti Mälkki
2014-04-26Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh
2014-04-22usbdebug: Add BeagleBone BlackKyösti Mälkki
2014-04-22Drop drivers/generic/debugKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09OxPCIe uart: Move under drivers/uartKyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-09uart: Prepare to support multiple base addressesKyösti Mälkki
2014-03-12drivers/spi: Add support for adesto SPI flash partsChris Douglass
2014-03-09intel/gma: Remove MCH register declarations.Vladimir Serbinenko
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki