summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/tgl: Unhide PMC, IOM ACPI devices from OSMatt DeVillier2023-05-012-4/+2
* soc/intel/tigerlake: Replace TcssD3ColdDisable with D3COLD_SUPPORTSean Rhodes2023-04-202-3/+1
* soc/intel/tigerlake: Replace SOC_INTEL_TIGERLAKE_S3 with D3COLD_SUPPORTSean Rhodes2023-04-205-24/+18
* soc/intel/tigerlake: Enable early caching of RAMTOP regionLean Sheng Tan2023-04-151-1/+2
* Revert "soc/intel/{tgl,adl}: Hook up D3ColdEnable UPD to D3COLD_SUPPORT"Michael Niewöhner2023-04-121-2/+1
* Revert "soc/intel/{tgl,adl}: Replace _S3 with D3COLD_SUPPORT symbol"Michael Niewöhner2023-04-125-17/+23
* soc/intel/tigerlake: Select `X86_CLFLUSH_CAR` configLean Sheng Tan2023-03-151-0/+1
* soc/intel/{tgl,adl}: Replace _S3 with D3COLD_SUPPORT symbolSean Rhodes2023-03-015-23/+17
* soc/intel/tgl: Select CSE defined ME spec version for tigerlakeDinesh Gehlot2023-02-244-161/+1
* soc/intel: Use common codeflow for MP initArthur Heymans2023-02-231-1/+1
* soc/intel/{tgl,adl}: Hook up D3ColdEnable UPD to D3COLD_SUPPORTSean Rhodes2023-02-201-1/+2
* Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"Felix Singer2023-02-095-18/+24
* device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORTSean Rhodes2023-02-085-24/+18
* soc/intel/{tgl,adl}/acpi: Unify the way D3Cold is enabledSean Rhodes2023-02-084-168/+162
* soc/intel/tgl: Move ME FSR structures to pertinent headerDinesh Gehlot2023-02-042-110/+60
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* soc/intel/{adl,mtl,tgl}: change selection for DEFAULT_SOFTWARE_CONNECTION_MAN...Matt DeVillier2023-01-221-3/+1
* soc/intel/*/include/soc/gpio.h: Add "IWYU pragma: export" commentElyes Haouas2023-01-201-1/+1
* soc/intel: Remove unused <stddef.h>Elyes Haouas2023-01-202-6/+0
* soc/intel/tigerlake: Fix incorrect `prev_sleep_state` issueSubrata Banik2023-01-181-1/+1
* soc/intel/tigerlake: Use common gpio.h includeDinesh Gehlot2023-01-189-14/+12
* device/Kconfig: Fix selection of software connection managerMartin Roth2023-01-111-2/+2
* soc/intel/{alderlake,tigerlake}: Fix typo in gpio_defs.hJakub Czapiga2023-01-111-1/+1
* soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCMSean Rhodes2023-01-082-1/+4
* soc/intel: Create common function to check PCH slotKapil Porwal2023-01-041-2/+2
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-272-3/+3
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-271-3/+3
* soc/intel: Drop SoC specific DPTF implementationSubrata Banik2022-12-232-21/+0
* soc/intel: Set `use_eisa_hids` based on `DPTF_USE_EISA_HID` configSubrata Banik2022-12-221-1/+1
* soc/intel/tigerlake: Move DPTF ACPI Device IDs into header fileSubrata Banik2022-12-222-3/+18
* drivers/intel/dptf: Add `soc_` prefix for `get_dptf_platform_info()`Subrata Banik2022-12-221-1/+1
* soc/intel/{adl,mtl,tgl}: Drop unnecessary `dptf.asl`Subrata Banik2022-12-211-9/+0
* src/soc: Remove unneeded <assert.h>Elyes Haouas2022-12-201-1/+0
* treewide: Remove unused 'include <arch/io.h>'Elyes Haouas2022-12-151-1/+0
* soc/intel: Move TCSS FW latency macros to IA common tcss.hSubrata Banik2022-12-102-21/+1
* soc/intel/tigerlake: Move TCSS FW latency macros to tcss.hSubrata Banik2022-12-103-20/+21
* soc/intel: Set IO APIC DMAR entry based on hwArthur Heymans2022-12-071-2/+3
* soc/intel/tigerlake: Fix setting `HyperThreading`Angel Pons2022-12-052-6/+0
* soc/intel/cmn/cse: Create another config for sending CSE EOP cmd lateSubrata Banik2022-12-021-0/+1
* sb,soc/intel: Address TCO SECOND_TO_STS name collisionKyösti Mälkki2022-11-281-1/+1
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-263-3/+3
* soc/intel: Add node_num to dimm_info struct + adjust dimm_info_fillDavid Milosevic2022-11-171-1/+2
* soc/intel: Use `PWRMBASE` over static `Index 0` for PMCSubrata Banik2022-11-081-1/+2
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-042-5/+5
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* soc/intel/tigerlake: Clean up includesElyes Haouas2022-10-2512-4/+18
* payloads/edk2: Disable the CPU Timer Lib unless supportedSean Rhodes2022-10-221-0/+1
* soc/intel: Kconfig: Correct UART source clock value in commentWonkyu Kim2022-10-121-1/+1
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-121-1/+1
* acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto2022-09-271-1/+1