summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: drop Kconfig `PM_ACPI_TIMER_OPTIONAL`Michael Niewöhner2021-11-082-12/+1
* soc/intel: Replace bad uses of `find_resource`Angel Pons2021-11-045-5/+5
* soc/intel: Don't send CSE EOP if CSME is disabledSean Rhodes2021-11-011-0/+12
* soc/intel/common/block/cse: Add get_me_fw_version functionJohnny Lin2021-11-012-30/+48
* soc/intel/common/acpi: Correct IPC sub command for reading LPM requirementEthan Tsao2021-10-272-1/+3
* soc/intel: Update api name for getting spi destination idWonkyu Kim2021-10-262-4/+4
* soc/intel/common: Add HECI Reset flow in the CSE driverSridhar Siricilla2021-10-261-0/+3
* soc/intel/common: Skip CSE post hook when CSE is disabledSubrata Banik2021-10-251-0/+9
* sb,soc/intel: Replace set_ioapic_id() with setup_ioapic()Kyösti Mälkki2021-10-221-1/+1
* sb,soc/intel: Set IOAPIC max entries before APIC IDKyösti Mälkki2021-10-221-2/+2
* sb,soc/intel: Set IOAPIC redirection entry countKyösti Mälkki2021-10-221-10/+4
* cpu/x86/mp_init: use cb_err as status return type in remaining functionsFelix Held2021-10-221-1/+1
* soc/intel/{skl,apl}: don't run or even include SGX code if disabledMichael Niewöhner2021-10-201-1/+1
* soc/intel/common/block/cse: Use newly added `create-cse-region`Furquan Shaikh2021-10-191-12/+5
* soc/intel/common/cse: Support RW update when stitching CSE binaryFurquan Shaikh2021-10-192-5/+9
* soc/intel/common/cse: Add support for stitching CSE componentsFurquan Shaikh2021-10-192-0/+126
* soc/intel: Constify `soc_get_cstate_map()`Angel Pons2021-10-192-2/+2
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-9/+0
* soc/intel/{common,apl,glk}: guard PM Timer option on SoCs w/o PM TimerMichael Niewöhner2021-10-171-0/+6
* soc/intel/*: only enable PM Timer emulation if the PM Timer is disabledMichael Niewöhner2021-10-171-1/+1
* soc/intel: implement ACPI timer disabling per SoC and drop common codeMichael Niewöhner2021-10-173-18/+0
* soc/intel/common: add possiblity to override GPE0 to acpi_fill_soc_wakeMichael Niewöhner2021-10-172-8/+10
* soc/intel/common/acpi: drop `RTC_EN` from static wake bits maskMichael Niewöhner2021-10-171-1/+1
* soc/intel: deduplicate acpi_fill_soc_wakeMichael Niewöhner2021-10-171-0/+1
* soc/intel/common: add SGX fields to GNVSMichael Niewöhner2021-10-172-0/+7
* soc/intel/pmc: add a note about legacy OSes/payloads to PM Timer KconfigMichael Niewöhner2021-10-161-0/+7
* soc/intel/{common,skl}: set ACPI_FADT_PLATFORM_CLOCK based on KconfigMichael Niewöhner2021-10-161-2/+4
* soc/intel/common/cse: Split CSE metadata into two CBFS filesFurquan Shaikh2021-10-154-53/+86
* soc/intel/common/cse: Reorganize firmware update checks for CSE LiteFurquan Shaikh2021-10-141-57/+61
* soc/intel/common/tcss: Optimize USB-C DP flow and code structureDerek Huang2021-10-132-39/+43
* soc/intel: drop P_BLK supportMichael Niewöhner2021-10-131-11/+3
* soc/intel/common: Helper function to check CSE device `devfn` statusSubrata Banik2021-10-062-6/+18
* soc/intel/common/../cse: Allow D0i3 enable/disable for all CSE devicesSubrata Banik2021-10-063-41/+41
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-055-5/+5
* soc/intel/common: round PM Timer emulation frequency multiplierMichael Niewöhner2021-10-021-1/+2
* soc/intel/common/../cse: Avoid caching of CSE BARSubrata Banik2021-10-021-42/+17
* soc/intel/common/../cse: Append `_MS` with CSE_DELAY_BOOT_TO_RO macroSubrata Banik2021-10-021-4/+3
* mb/google/brya: move MILLIWATTS_TO_WATTS macro in header fileSumeet Pawnikar2021-10-011-0/+2
* soc/intel/common: Add PMC IPC commands for FIVR controlSumeet Pawnikar2021-10-011-2/+10
* soc/intel/common/block/sgx: Fix typo in log messageAngel Pons2021-09-301-1/+1
* soc/intel/alderlake: Add CPU ID 0x906a4Meera Ravindranath2021-09-301-0/+1
* soc/intel/common/../cse: Append the time units to the HECI macro namesSubrata Banik2021-09-301-16/+16
* soc/intel/common/cse: Late sending EOP msg if !HECI_DISABLE_USING_SMMSubrata Banik2021-09-301-5/+10
* soc/intel/common/../cse: Perform D0I3 bit reset/set prior sending EOPSubrata Banik2021-09-301-0/+4
* soc/intel/common/../cse: Create APIs for CSE device state transitionSubrata Banik2021-09-302-0/+83
* soc/intel/common/block/smbus: Drop reg-script usageAngel Pons2021-09-291-14/+11
* soc/intel: Rename GNVS struct member to match ASLAngel Pons2021-09-291-2/+2
* soc/intel/alderlake: Add GFx Device ID 0x46c3Selma Bensaid2021-09-291-0/+1
* soc/amd,intel/common/include/gpio: improve documentation of overridesFelix Held2021-09-231-1/+2
* soc/intel/{common,tgl,adl}: guard TME Kconfig option by SoC supportMichael Niewöhner2021-09-201-0/+7