summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c/drivers/generic: Add support for including a rotation matrixSean Rhodes2024-02-212-0/+32
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-18100-0/+200
* drv/gfx/generic: Add Intel ACPI Backlight funcs for LCD devicesMatt DeVillier2024-02-141-0/+36
* tree; Remove unused <lib.h>Elyes Haouas2024-02-146-6/+0
* drivers/gfx/generic: Add display type fieldMatt DeVillier2024-02-132-2/+24
* drivers/uart/sifive.c: Fix divisor calculationMaximilian Brune2024-02-101-3/+10
* drivers/qemu: Drop redundant vga_io addition to ramstageAlper Nebi Yasak2024-02-091-1/+0
* commonlib: Change GCD function to always use 64 bitsJulius Werner2024-02-081-1/+1
* drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk2024-02-071-25/+79
* drivers/wifi: Use depends instead of if in KconfigDavid Ruth2024-02-061-4/+1
* drivers/wifi: Add MTCL function to ACPI SSDTDavid Ruth2024-02-064-1/+213
* drivers/intel/fsp2_0: Remove unused function fsp_write_lineJeremy Compostella2024-02-052-15/+0
* lib: Move IP checksum to commonlibJulius Werner2024-02-023-6/+5
* drivers/intel/gma: Add missing parentheses to brightness ACPIJonathon Hall2024-02-021-2/+2
* device/device.h: Rename busses for clarityArthur Heymans2024-01-3115-26/+26
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-3176-76/+76
* soc/intel/common: Add lunarlake device IDsAppukuttan V K2024-01-261-0/+1
* drivers/mipi: Fine tune VFP, CLK and init code for IVO_T109NW41 panelRuihai Zhou2024-01-241-9/+9
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-2437-0/+0
* driver/intel to /driver/ocp: Rename Makefiles from .inc to .mkMartin Roth2024-01-2426-0/+0
* driver/i2c: Rename Makefiles from .inc to .mkMartin Roth2024-01-2433-0/+0
* driver/acpi to /driver/gfx: Rename Makefiles from .inc to .mkMartin Roth2024-01-2427-0/+0
* device: Add inline method to identify PATH_ROOTPatrick Rudolph2024-01-241-1/+1
* drivers/mipi: Update init code for BOE_NV110WUM_L60Ruihai Zhou2024-01-141-5/+5
* drivers/smmstore/ramstage: use call_smmFelix Held2024-01-111-11/+4
* vc/google: Show different logos for different ChromeOS devicesShelley Chen2024-01-111-0/+2
* drivers/mipi: Add support for IVO_T109NW41 panelRuihai Zhou2024-01-093-0/+116
* drivers/mipi: Add support for BOE_NV110WUM_L60 panelRuihai Zhou2024-01-083-0/+129
* driver/wifi: DDR RFIM _DSM method function 3 report incorrect valueSimon Yang2024-01-041-1/+1
* drivers/intel/gma: Only show the choice when a VBT is to be addedArthur Heymans2023-12-261-0/+1
* drivers/intel/fsp2_0: Add boot mode stringsMarx Wang2023-12-261-1/+16
* drivers/intel/fsp2_0: Log FW Splash Screen feature stateSubrata Banik2023-12-221-0/+3
* drivers/spi/gigadevice.c: Add GD25LQ255E supportTyler Wang2023-12-211-0/+7
* treewide: Use show_notices target for warningsMartin Roth2023-12-201-1/+1
* drivers/spi: Add ISSI IS25WP256D flashMaximilian Brune2023-12-185-0/+41
* drivers/uart/pl011.c Perform basic UART initNaresh Solanki2023-12-131-0/+32
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-1314-27/+27
* drivers: spi_flash: Add space before colon to fix coding styleTyler Wang2023-11-161-2/+2
* drivers/pc80/rtc/option.c: Reset only CMOS range covered by checksumBill XIE2023-11-131-2/+5
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2023-11-138-104/+74
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-092-3/+3
* drivers/i2c/lenovo_serials: Use buildtime constantsArthur Heymans2023-11-082-6/+3
* console/spkmodem: Make it work for bootblockArthur Heymans2023-11-071-0/+1
* drivers/net/ne2k: Make it work for bootblockArthur Heymans2023-11-072-2/+2
* Use common GCD functionYidi Lin2023-11-041-25/+8
* drivers/intel/gma/opregion: Use CBFS cache to load VBTJeremy Compostella2023-11-022-29/+24
* drivers/generic/adau7002: Set ACPI status to hiddenMatt DeVillier2023-11-011-1/+1
* drivers/intel/gma/Kconfig: Add VBT compression configuration entryJeremy Compostella2023-10-262-1/+34
* drivers/elog: Remove NULL check for array created in codeMartin Roth2023-10-251-4/+0
* cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEMArthur Heymans2023-10-251-1/+1