aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel
AgeCommit message (Expand)Author
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-04Remove address from GPLv2 headersPatrick Georgi
2015-06-02Hide PLATFORM_USES_FSP1_1.Vladimir Serbinenko
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-28igd.asl rewriteVladimir Serbinenko
2015-05-28Remove address from GPLv2 headersPatrick Georgi
2015-05-23drivers/intel: Update FSP 1.1 DriverLee Leahy
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19ivybridge native gfx init: Adjust state to be compatible with OPROM.Vladimir Serbinenko
2015-05-19gma/edid: Fix gma register access.Vladimir Serbinenko
2015-05-12FSP 1.1 Comparison BaseLee Leahy
2015-05-08northbridge/intel/gm45/gma: Add backlight control register fieldTimothy Pearson
2015-05-02drivers/intel/fsp1_0: Remove executable bit from C filesPaul Menzel
2015-04-28Kconfig whitespace fixesMartin Roth
2015-04-28fsp platforms: consolidate FspNotify callsMartin Roth
2015-04-24driver/intel/fsp: Correct the fastboot data (MRC data) printing lengthYork Yang
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-03-31cbfs: remove cbfs_core.h includesAaron Durbin
2015-03-30Update hex values to CBFS binary name types in MakefilesMartin Roth
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-02-24drivers/intel/i210: Add new driver for Intel i210 MACPHYWerner Zeh
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-09fsp_baytrail: Get FSP reserved memory from the FSP HOB listMartin Roth
2015-01-31FSP platforms: Clear area in CAR for cbmemMartin Roth
2015-01-29drivers/intel/fsp: Add find_saved_temp_mem()Martin Roth
2015-01-27drivers/intel/fsp: Add HOB tools to work with GUIDsMartin Roth
2015-01-06Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-06drivers/intel/fsp: split the UEFI HOB functions into hob.cMartin Roth
2015-01-06Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan
2014-12-08drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0")Edward O'Callaghan
2014-12-05FSP platform microcode: Update to remove Kconfig variableMartin Roth
2014-12-05drivers/intel/fsp: add upd macros and #definesMartin Roth
2014-11-11drivers/intel/gma/intel_dp.c: Fix printf type-specifierEdward O'Callaghan
2014-11-02intel_wifi: Export the SMBIOS structure required by intel driver.Vladimir Serbinenko
2014-10-19x86 romstage: Move stack just below RAMTOPKyösti Mälkki
2014-09-29intel/fsp_baytrail: Add S3 suspend/resume SupportMohan D'Costa
2014-09-13intel/gma: consolidate vbt codeVladimir Serbinenko
2014-09-11Move nehalem/sandy/ivy to per-device acpiVladimir Serbinenko
2014-09-08Haswell/falco/peppy/slippy: continue to clean up FUI.Ronald G. Minnich
2014-09-05Consolidate intel vga int15 hooksVladimir Serbinenko
2014-09-04drivers/gma: remove unused codeRonald G. Minnich
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-13Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh
2014-07-29x230: Deploy VBTVladimir Serbinenko
2014-07-21src/drivers: Remove a trailing whitespaceElyes HAOUAS
2014-07-15drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'Edward O'Callaghan
2014-07-08drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-06-25drivers/intel/gma: Uninitialized var before if conditionEdward O'Callaghan
2014-06-20drivers/intel/gma: Equality comparison with extraneous parenthesesEdward O'Callaghan
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-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-09Intel FSP: add a shared set of functions for the FSPMartin Roth
2014-03-09intel/gma: Remove MCH register declarations.Vladimir Serbinenko
2014-03-04nehalem: Replace video init.Vladimir Serbinenko
2014-03-04drivers/intel/gma: Add EDID retrieving functions.Vladimir Serbinenko
2013-12-21Refactor code containing aux callsFurquan Shaikh
2013-12-21Slippy/Falco: Fill in right values for PHSYNC and PVSYNC in transcoder flagsFurquan Shaikh
2013-12-21Add cpu transcoder attribute to intel dpFurquan Shaikh
2013-12-21Calculate transcoder flags based on pipe configFurquan Shaikh
2013-12-21FUI: Fill in link_m and link_n valuesFurquan Shaikh
2013-12-21SLIPPY: final changes for FUIRonald G. Minnich
2013-12-07Add kernel-derived support functions for DDI.Ronald G. Minnich
2013-12-06Add in the Makefile bits for the new intel gma driverRonald G. Minnich
2013-12-05FUI: add intel_dp driver derived from kernel functionsRonald G. Minnich
2013-12-05haswell: pull in the init code for FUIRonald G. Minnich
2004-11-04we decide not to enable BM DAM form themLi-Ta Lo
2004-04-24commit YhLu's intel nic codeStefan Reinauer