summaryrefslogtreecommitdiffstats
path: root/src/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held2022-10-155-5/+5
* soc/intel/alderlake: Create helper header file for UFSSubrata Banik2022-10-141-0/+27
* soc/intel/alderlake: Add UFS PCR IDSubrata Banik2022-10-141-0/+2
* soc/intel/alderlake: Fix unknown voltage in SMBIOSZhixing Ma2022-10-141-0/+1
* soc/intel/alderlake: Fix unknown max speed in SMBIOSZhixing Ma2022-10-142-0/+15
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-135-8/+8
* soc/intel: Kconfig: Correct UART source clock value in commentWonkyu Kim2022-10-124-4/+4
* treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas2022-10-124-4/+4
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-1212-12/+12
* treewide: Use 'pm2_cnt_len' for 'x_pm2_cnt_blk.bit_width'Elyes Haouas2022-10-122-2/+2
* treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'Elyes Haouas2022-10-122-2/+2
* treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'Elyes Haouas2022-10-122-2/+2
* soc/intel/ehl: Fix incorrect access to MAC_MDIO_DATA registerMario Scheithauer2022-10-121-1/+1
* soc/intel/ehl: Support maximum memory frequency selectionChristian Gmeiner2022-10-122-0/+16
* soc/intel/apollolake: Add UFS InterruptSean Rhodes2022-10-071-0/+3
* soc/intel/apollolake: Remove SD Card interrupt for GLKSean Rhodes2022-10-071-0/+2
* soc/intel/ehl: Set Ethernet controller to D0 power stateMario Scheithauer2022-10-071-0/+9
* soc/intel/alderlake: Support Raptor Lake VR Fast VMODEJeremy Compostella2022-10-072-0/+31
* treewide: use predicates to check for enabled pci devicesFabio Aiuto2022-10-063-4/+4
* soc/intel/apollolake/acpi: Add PCIEXBAR to MCHCSean Rhodes2022-10-061-2/+6
* soc/intel/meteorlake: Make use of is_devfn_enabled() functionSridhar Siricilla2022-10-063-12/+6
* soc/intel/cmn/gfx: Add missing CML-U IGD device IDsMichał Żygowski2022-10-062-0/+4
* soc/intel/alderlake: Fix UFS OCP fabric timeoutMeera Ravindranath2022-10-045-55/+95
* soc/intel/adl: Add config option to enable FSP-S SATA test modeLean Sheng Tan2022-09-302-0/+8
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-293-15/+3
* acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto2022-09-2716-16/+16
* soc/common/lockdown: Guard sa_lock_pamSean Rhodes2022-09-222-1/+7
* soc/intel/common/pch: Add a block specific to Apollo LakeSean Rhodes2022-09-224-27/+41
* common/block/fast_spi: Add extended BIOS window as reserved regionWerner Zeh2022-09-222-5/+5
* soc/intel/spi: Move BIOS flash SPI controllers to fast SPI driverWerner Zeh2022-09-2210-31/+15
* soc/intel/meteorlake: Skip the TCSS D3 cold entry sequencezhaojohn2022-09-211-1/+7
* Revert "soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdown"Tim Wawrzynczak2022-09-201-8/+5
* soc/intel/alderlake: Explicitly disable Energy Efficiency TurboJeremy Compostella2022-09-201-0/+3
* soc/intel/alderlake: Add power state thresholdsGaggery Tsai2022-09-202-0/+12
* soc/intel/apollolake: LZ4 Compress FSP-MArthur Heymans2022-09-191-0/+1
* soc/intel/apollolake: Add bits of GEN_PMCON2 registerSean Rhodes2022-09-191-0/+5
* soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdownSean Rhodes2022-09-191-5/+8
* soc/intel/cnl: Add Cometlake-H/S Q0 (10+2) CPU IDJeremy Soller2022-09-162-2/+4
* soc/intel/alderlake: Set FSP-S GnaEnable based on devicetreeJeremy Soller2022-09-161-0/+7
* soc/intel/common: Update comment on HFSTS1.spi_protection_modeSridhar Siricilla2022-09-161-5/+7
* Revert "drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driver"Subrata Banik2022-09-161-0/+4
* soc/intel/meteorlake: Enable `SOC_INTEL_COMMON_BLOCK_CNVI` configSubrata Banik2022-09-161-0/+1
* soc/intel/skylake: Assign device ops in chipset devicetreeNico Huber2022-09-1519-272/+94
* soc/intel/xeon_sp: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-1510-33/+33
* soc/intel/meteorlake: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-152-3/+3
* soc/intel/cannonlake: Read HPR_CAUSE0 registerAngel Pons2022-09-143-0/+5
* timer: Change timer util functions to 64-bitRob Barnes2022-09-145-6/+6
* soc/intel/mtl: Fix GPIO group pad base for ACPIKapil Porwal2022-09-141-9/+9
* soc/intel/meteorlake/retimer: Change loglevel prefixIvy Jian2022-09-141-1/+1
* soc/intel/meteorlake: Enable TcssDma1EnIvy Jian2022-09-141-1/+1