summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: mma: Use new CBFS APIJulius Werner2021-04-141-1/+1
* intel: fsp2_0: Move last pieces to new CBFS APIJulius Werner2021-04-144-30/+18
* dptf: Move platform-specific information to `struct dptf_platform_info`Tim Wawrzynczak2021-04-133-42/+50
* drivers/tpm/Kconfig: Rename TPM_INIT to TPM_INIT_RAMSTAGEArthur Heymans2021-04-092-2/+2
* drivers/mrc_cache: Fix with VBOOT & VBOOT_STARTS_IN_ROMSTAGEArthur Heymans2021-04-091-1/+2
* drivers/i2c/nau8825: Support nau8825 for ACPI GPIO descriptorsSeven Lee2021-04-062-1/+6
* src/drivers/generic/nau8315: Add nau8315 supportSeven Lee2021-04-064-0/+86
* drivers/tpm/Kconfig: TPM_INIT for measured boot onlyFrans Hendriks2021-04-061-1/+1
* drivers/intel/fsp1_1: Drop dead MMA codeAngel Pons2021-04-062-40/+0
* fsp2_0: Replace fspld->get_destination() callback with CBFS allocatorJulius Werner2021-04-054-89/+27
* drivers/analogix: Increase the clock tolerance from 0.1% to 2%Jitao Shi2021-03-271-1/+1
* acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga2021-03-221-1/+0
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-173-37/+12
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-172-3/+7
* ipmi/ocp: Remove duplicate IPMI OEM command set processor informationJingleHsuWiwynn2021-03-173-137/+0
* drivers/wifi, mb/google: Drop config `WIFI_SAR_CBFS`Furquan Shaikh2021-03-172-17/+10
* prog_loaders: Remove prog_locate()Julius Werner2021-03-175-35/+16
* drivers/generic/alc1015: Change HID name for driverEric Lai2021-03-151-1/+1
* drivers/generic/alc1015: Fix missing _DSD and correct property nameEric Lai2021-03-151-1/+2
* driver/intel/fsp2_0: Allow function to run serially on all APsAamir Bohra2021-03-114-8/+7
* drivers/i2c: sx9310: Replace register map with descriptive namesGwendal Grignou2021-03-103-40/+79
* drivers/usb/pci_xhci: Add cezanne xhci pci devce idMathew King2021-03-101-0/+1
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-17/+2
* drivers/intel/gma/gma.ads: Uniformize casingAngel Pons2021-03-051-1/+1
* src/drivers/i2c/rx6110sa: Add official ACPI IDWerner Zeh2021-03-042-0/+2
* drivers/generic/max98357a: Use depends HAVE_ACPI_TABLESEric Lai2021-03-042-5/+1
* drivers/generic/alc1015: add ALC1015 AMP driverEric Lai2021-03-044-0/+83
* skylake,fsp1_1: Delete dead `report_memory_config()` functionAngel Pons2021-03-013-9/+0
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-014-0/+4
* drivers/soundwire/alc1308 : Add ALC1308 soundwire deviceAnil Kumar2021-02-274-0/+165
* drivers/intel/fsp2_0: Integrate FirmwareVersionInfo.hRonak Kanabar2021-02-263-5/+37
* intel/fsp2_0: Fix the mp_get_processor_infoAamir Bohra2021-02-231-8/+13
* drivers/intel/fsp2_0/memory_init: check if UPD struct has expected sizeFelix Held2021-02-231-0/+17
* drivers/generic/bayhub_lv2: remove unnecessary configsVictor Ding2021-02-202-14/+1
* drivers/generic/bayhub_lv2: move the driver to ".enable"Victor Ding2021-02-201-2/+2
* drivers/i2c/hid: Enforce level triggered IRQ modeKarthikeyan Ramasubramanian2021-02-181-0/+14
* drivers/intel/fsp2_0: Allow larger FSPS UPD than expected in corebootNikolai Vyssotski2021-02-171-4/+8
* src/{drivers,security}: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+1
* src/drivers: Remove unused <console/console.h>Elyes HAOUAS2021-02-1510-10/+0
* drivers/spi: Stop using a variable-length arrayAngel Pons2021-02-152-8/+8
* src: Remove unused <boot_device.h>Elyes HAOUAS2021-02-102-2/+1
* soc/amd,intel: Drop s3_resume parameter on FSP-S functionsKyösti Mälkki2021-02-094-8/+7
* drivers/intel/fsp1_1,fsp2_0: Refactor logo displayKyösti Mälkki2021-02-0910-75/+19
* src: Remove redundant <commonlib/bsd/compiler.h>Elyes HAOUAS2021-02-071-1/+0
* src: Remove redundant include <rules.h>Elyes HAOUAS2021-02-071-1/+0
* drivers/intel/fsp2_0: Add support for MP services2 PPIAamir Bohra2021-02-067-62/+243
* intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPIFurquan Shaikh2021-02-062-2/+2
* intel: Drop FSP_PEIM_TO_PEIM_INTERFACEFurquan Shaikh2021-02-062-14/+1
* drivers/generic/bayhub_lv2: Add driver for BayHub lv2John Su2021-02-045-0/+123
* drivers/intel/fsp2_0: Fix running on x86_64Patrick Rudolph2021-02-047-33/+51