summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/tigerlake: Implement soc_get_pmc_mux_device()Tim Wawrzynczak2020-05-281-0/+2
* drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin2020-05-285-66/+91
* drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin2020-05-285-39/+118
* drivers/vpd: Fix VPD speed regressions on non-x86 devicesJulius Werner2020-05-285-197/+133
* drivers/smmstore/Kconfig: Add a proper dependencyArthur Heymans2020-05-281-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-272-17/+21
* drivers/intel/pmc_mux/con: Add new PMC MUX & CON chip driversTim Wawrzynczak2020-05-267-0/+170
* drivers/intel/fsp2_0: print soc specific GUID extension hobsJonathan Zhang2020-05-261-0/+3
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* drivers/intel/fsp2_0: Remove unused 'include <memrange.h>'Elyes HAOUAS2020-05-261-1/+0
* drivers: Use SPDX identifiersJacob Garber2020-05-258-27/+15
* drivers/soundwire/alc5682: Support Realtek ALC5682 SoundWire deviceDuncan Laurie2020-05-224-0/+193
* drivers/soundwire/max98373: Support MAX98373 SoundWire deviceDuncan Laurie2020-05-224-0/+179
* drivers/intel/soundwire: Add Intel SoundWire controller driverDuncan Laurie2020-05-225-0/+155
* drivers/intel/gma: Add override for presence strapsMatt DeVillier2020-05-201-0/+7
* drivers/intel/gma: License libgfxinit glue code under GPL v2Nico Huber2020-05-205-0/+10
* drivers/emulation/qemu/bochs: Rewrite driverPatrick Rudolph2020-05-201-37/+75
* driver/i2c/max98390: Fix build error related to max98390 driverSeunghwan Kim2020-05-201-2/+2
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-1811-11/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-1838-78/+0
* driver/i2c/max98390: Correct included file pathSeunghwan Kim2020-05-181-3/+3
* drivers/xgi: Remove dead codeAngel Pons2020-05-1722-13273/+0
* drivers/i2c/designware: Check if the device is poweredRaul E Rangel2020-05-151-46/+58
* aspeed/ast2050: Fix when resources are addedFurquan Shaikh2020-05-141-5/+5
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-132-2/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-1314-14/+0
* Remove new additions of "this file is part of" linesFurquan Shaikh2020-05-132-2/+0
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-1119-325/+22
* driver/i2c/max98390: Add i2c driver for Maxim 98390 codecSeunghwan Kim2020-05-114-0/+132
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-116-38/+13
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11334-334/+0
* src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-101-10/+1
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-0941-375/+41
* vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner2020-05-094-5/+5
* {drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-082-22/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0659-643/+59
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0668-136/+68
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-0255-90/+90
* src: Remove not used 'include <smbios.h>'Elyes HAOUAS2020-05-012-2/+0
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-012-2/+0
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-2830-31/+31
* drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan Shaikh2020-04-283-3/+3
* drivers/ipmi: Add uid parameter to struct drivers_ipmi_configFurquan Shaikh2020-04-282-3/+4
* i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_busFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* drivers/intel/gma: put controller in separate headerMatt DeVillier2020-04-282-15/+23
* drivers/spi/tpm: Add support for non CR50 SPI TPM2Patrick Rudolph2020-04-283-39/+71
* drivers/ti/tps65913: Hide RTC driver from Kconfig menusPatrick Georgi2020-04-241-6/+1
* drivers/ams: Hide RTC driver from Kconfig menusPatrick Georgi2020-04-241-1/+1
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-233-3/+3