summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Xeon-SP boards: Factor out OCP VPD `get_cxl_mode()` implAngel Pons2024-06-052-2/+26
* soc/intel/meteorlake: Exclude deprecated upd from FSP2.4 buildsAppukuttan V K2024-05-311-1/+1
* tree: Remove unused <string.h>Elyes Haouas2024-05-2915-15/+11
* tree: Use <stdio.h> for snprintfElyes Haouas2024-05-2928-0/+30
* tree: Remove unused <stddef.h>Elyes Haouas2024-05-291-1/+0
* cr50: Replace "cr50" to "GSC" in debug messagesTyler Wang2024-05-171-1/+1
* soc/intel/common: Add Panther Lake DIDsSaurabh Mishra2024-05-141-0/+1
* driver/intel/fsp2_0: Update soc_binding.h for coreboot compatibilitySubrata Banik2024-05-111-1/+2
* drivers/mipi: Update init code for IVO_T109NW41 panelZhongtian Wu2024-05-101-4/+13
* drivers/intel/pmc_mux/conn: Copy ACPI _PLD property from USB port to muxWon Chung2024-05-061-0/+25
* drivers/intel/mipi_camera: Add CSI2 Data Stream Interface GUIDCoolStar2024-05-062-1/+8
* drivers/wifi/generic: Fix a typo on symbolElyes Haouas2024-05-031-3/+3
* drivers/intel/fsp2_0: Release bmp_logo during OS_PAYLOAD_LOAD stageKarthikeyan Ramasubramanian2024-05-031-3/+9
* soc/intel/xeon_sp: Add get_cxl_modeShuo Liu2024-05-021-0/+2
* drivers/intel/fsp2_0: Default to 64-bits for FSP 2.4Jeremy Compostella2024-04-301-2/+4
* drivers/intel/fsp2_0: Add dedicated caller function for ap procedure callsAppukuttan V K2024-04-301-5/+32
* drivers/intel/fsp2_0: Remove x64-specific assertion from fsp_headerAppukuttan V K2024-04-301-4/+0
* drivers/intel/fsp2_0: Make coreboot FSP stack 16-bytes alignedAppukuttan V K2024-04-301-1/+1
* drivers/pc80/tpm: Disable device if TPM not presentMichał Żygowski2024-04-261-4/+9
* drivers/crb: Disable device if CRB TPM not presentMichał Żygowski2024-04-261-0/+5
* drivers/crb: Check for PTT before attempting to initialize CRB TPMMichał Żygowski2024-04-251-8/+8
* drivers/mipi: Add support for STA_ER88576 panelYang Wu2024-04-253-0/+66
* drivers/i2c/rt5645: Add RT5645 amp driverJianeng Ceng2024-04-244-0/+144
* drivers/intel/fsp2_0: Support FSP 2.4 64-bitsJeremy Compostella2024-04-233-20/+20
* drivers/intel/fsp2_0: Introduce fsp print helper macrosAppukuttan V K2024-04-226-29/+38
* acpi: Make acpi_device_write_dsd_gpio() publicJianeng Ceng2024-04-191-17/+3
* security/tpm: support compiling in multiple TPM driversSergii Dmytruk2024-04-169-8/+30
* drivers/crb: use crb_tpm_ prefix instead of tpm2_Sergii Dmytruk2024-04-153-26/+26
* drivers/uart/pl011: Enhance struct documentationMaximilian Brune2024-04-141-25/+25
* tree: Drop duplicated <stdarg.h> and <stdio.h>Elyes Haouas2024-04-121-1/+0
* tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas2024-04-1240-40/+0
* tree: Drop unused <edid.h>Elyes Haouas2024-04-111-1/+0
* tree: Drop unused <stdlib.h>Elyes Haouas2024-04-113-3/+0
* tree: Remove blank lines before '}' and after '{'Elyes Haouas2024-04-116-7/+0
* drivers/acpi/thermal_zone: Correct Kelvin constant used for conversionNicholas Sudsgaard2024-04-111-1/+1
* tree: Drop unused <string.h>Elyes Haouas2024-04-114-4/+0
* tree: Drop unused <delay.h>Elyes Haouas2024-04-091-1/+0
* tree: Drop unused <console/console.h>Elyes Haouas2024-04-092-2/+0
* drivers/gfx: Remove unnecessary line continuationsElyes Haouas2024-04-091-2/+2
* drivers/mipi: Fine tune clock for BOE_NV110WUM_L60Ruihai Zhou2024-04-091-2/+2
* drivers/intel/fsp2_0: Enhance portability with uintptr_t/size_tSubrata Banik2024-04-062-8/+8
* lib: Refactor bmp_load_logo() implementationSubrata Banik2024-04-062-5/+9
* smmstorev2: Load the communication buffer at SMM setupArthur Heymans2024-04-053-59/+17
* drivers/intel/fsp2_0: Support FSP-T in long modeArthur Heymans2024-04-041-3/+7
* drivers/intel: Align FSP debug handler with EFI calling conventionSubrata Banik2024-04-042-2/+2
* drivers/mipi: Fine tune clock for IVO_T109NW41Ruihai Zhou2024-04-031-2/+2
* drivers/intel/fsp2_0: Use coreboot uint8_t type for consistencySubrata Banik2024-04-031-1/+1
* drivers/mipi: Add support for KD_KD101NE3_40TI panelYang Wu2024-04-023-0/+225
* drivers/tpm: Make it compile againPatrick Rudolph2024-03-301-2/+2
* security/tpm: replace CONFIG(TPMx) checks with runtime checkSergii Dmytruk2024-03-285-9/+57