summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* vga: Fix the support of extended ASCIIHsuan Ting Chen2023-02-211-1/+1
* drivers/ocp/vpd: Override mainboard_set_smm_log_levelJohnny Lin2023-02-161-0/+9
* pc80/i8254: Add speaker beep functionMichał Żygowski2023-02-151-0/+22
* drivers/i2c/nau8825: Fix typo: deboune -> debounceMatt DeVillier2023-02-141-1/+1
* drivers/smmstore: Fix fmap_config.h dependencyBenjamin Doron2023-02-131-0/+4
* drivers/smmstore: Expose region devicePatrick Rudolph2023-02-122-1/+25
* drivers/fsp2: Don't print garbage if the FSP signature doesn't matchFred Reitberger2023-02-101-1/+1
* drivers/vpd: Demote FMAP not found printk from error to warnMatt DeVillier2023-02-101-1/+1
* drivers/net/r8168: Demote MAC lookup printk from error to warnMatt DeVillier2023-02-101-1/+1
* drivers/ocp, mb/ocp/deltalake: move get_loglevel_from_vpd functionJohnny Lin2023-02-083-0/+25
* src: Move POST_BOOTBLOCK_CAR to common postcodes and use itMartin Roth2023-02-071-3/+1
* drv/i2c/ptn3460: Use PTN_EDID_LEN instead of constantJan Samek2023-02-022-2/+2
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-018-8/+0
* drivers/intel/fsp2_0: Simplify check for CONFIG_SAVE_MRC_AFTER_FSPSDavid Hendricks2023-01-311-3/+3
* drivers/intel/fsp2_0: Add saving MRC data after FSP-S optionJohnny Lin2023-01-292-0/+12
* drivers/i2c/ptn3460: Use cb_err in mb_adjust_cfgJan Samek2023-01-272-5/+4
* soc/intel/alderlake: Wait for panel power cycle to completeJeremy Compostella2023-01-261-0/+2
* drivers/intel/gma: Use libgfxinit Update_Output to turn off graphicsJeremy Compostella2023-01-264-20/+16
* drivers/intel/gma: Dump output setting only if DEBUG_ADA_CODE is setJeremy Compostella2023-01-262-2/+2
* drivers/intel/gma/hires_fb/gma-gfx_init.adb: Remove spaces before tabsElyes Haouas2023-01-201-1/+1
* drivers/intel/gma/text_fb/gma-gfx_init.adb: Remove spaces before tabsElyes Haouas2023-01-201-1/+1
* drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per portKane Chen2023-01-192-0/+13
* treewide: Fix old-style declarationsElyes Haouas2023-01-171-1/+1
* drivers/uart/acpi: Drop 'disable_gpio_export_in_crs' flagMatt DeVillier2023-01-152-5/+2
* drivers/spi/acpi: Drop 'disable_gpio_export_in_crs' flagMatt DeVillier2023-01-152-5/+2
* drivers/i2c/generic: Drop 'disable_gpio_export_in_crs' flagMatt DeVillier2023-01-152-15/+2
* drivers/intel/i210/Makefile.inc: Fix "No such file or directory" errorElyes Haouas2023-01-142-1/+1
* drivers/i2c/pca9538/Makefile.inc: Remove unused pathElyes Haouas2023-01-131-4/+0
* drivers/intel/i210.h: Remove 'extern' from declarationArthur Heymans2023-01-131-2/+1
* treewide: Remove unused <cpu/amd/mtrr.h>Elyes Haouas2023-01-121-1/+0
* drivers/intel/gma: Enable Alder Lake libgfxinit supportJeremy Compostella2023-01-121-0/+2
* soc/intel/common/block: Add Intel VGA early graphics supportJeremy Compostella2023-01-124-0/+30
* drivers/ocp/vpd: add get_cxl_mode_from_vpd()Johnny Lin2023-01-112-0/+6
* drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella2023-01-112-10/+49
* treewide: Remove unused <cpu/amd/msr.h>Elyes Haouas2023-01-091-1/+0
* drivers/amd: Update to use defined post codesMartin Roth2023-01-081-2/+3
* drivers/pc80/vga: Add legacy VGA romstage supportJeremy Compostella2023-01-072-0/+10
* drivers/pc80/vga: Add API to write multi-line video messageSubrata Banik2023-01-021-7/+39
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-272-4/+4
* drivers/intel/ish: Add ADL-P ISH DIDSubrata Banik2022-12-271-0/+1
* drivers/pc80/vga: Add NULL check for `vga_line_write()`Subrata Banik2022-12-261-0/+3
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-238-70/+116
* Revert "drivers/pc80/tpm: probe for TPM family of a device"Sergii Dmytruk2022-12-231-78/+24
* mb/siemens/mc_apl7: Init I2C controller before PTN3460 is initializedWerner Zeh2022-12-231-1/+4
* soc/intel: Drop SoC specific DPTF implementationSubrata Banik2022-12-231-6/+0
* drivers/intel/dptf: Implement API to fill DPTF platform infoSubrata Banik2022-12-231-1/+42
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-232-3/+3
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* drivers/intel/fsp2_0: Don't include <commonlib/bsd/compiler.h>Elyes Haouas2022-12-221-1/+0
* drivers/ocp: add VPD processing frameworkJonathan Zhang2022-12-224-0/+132