summaryrefslogtreecommitdiff
path: root/src/drivers/intel
AgeCommit message (Expand)Author
2020-07-04lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin
2020-07-03drivers/intel/pmx_mux: Remove redundant declarationKyösti Mälkki
2020-06-30src/drivers/intel: Avoid NULL pointer dereferenceJohn Zhao
2020-06-25drivers/intel/fsp2_0: decouple FSP_PEIM_TO_PEIM_INTERFACE from FSP 2.1Jonathan Zhang
2020-06-22drivers/intel/gma/intel_ddi.c: Clean upElyes HAOUAS
2020-06-20ACPI: Drop some HAVE_ACPI_RESUME preprocessor useKyösti Mälkki
2020-06-19Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi
2020-06-14drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik
2020-06-14dptf: Introduce new paradigm for configuring DPTF parametersTim Wawrzynczak
2020-06-10drivers/intel/fsp2_0: Allow SoC/mainboard to update NvsBufferPtrFurquan Shaikh
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-06src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS
2020-06-06src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-06-02src: Remove unused '#include <timer.h>'Elyes HAOUAS
2020-05-28soc/intel/tigerlake: Implement soc_get_pmc_mux_device()Tim Wawrzynczak
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin
2020-05-27drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber
2020-05-26drivers/intel/pmc_mux/con: Add new PMC MUX & CON chip driversTim Wawrzynczak
2020-05-26drivers/intel/fsp2_0: print soc specific GUID extension hobsJonathan Zhang
2020-05-26drivers/intel/fsp2_0: Remove unused 'include <memrange.h>'Elyes HAOUAS
2020-05-25drivers: Use SPDX identifiersJacob Garber
2020-05-22drivers/intel/soundwire: Add Intel SoundWire controller driverDuncan Laurie
2020-05-20drivers/intel/gma: Add override for presence strapsMatt DeVillier
2020-05-20drivers/intel/gma: License libgfxinit glue code under GPL v2Nico Huber
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: split off license text, remove extra copyright noticesPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-10src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-09vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner
2020-05-08{drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01src: Remove not used 'include <smbios.h>'Elyes HAOUAS
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28drivers/intel/gma: put controller in separate headerMatt DeVillier
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-09drivers/intel/gma: Remove unneeded white spaceElyes HAOUAS
2020-04-07drivers/intel/wifi: Add support for Intel Wi-Fi 6 SeriesSubrata Banik
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05fsp2_0: Gather Kconfig declarationsNico Huber
2020-04-05fsp2_0: Clean up around `config FSP_USE_REPO`Nico Huber
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS