summaryrefslogtreecommitdiffstats
path: root/src/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* cpu,soc/intel: Use acpigen_write_processor_device()Elyes Haouas2023-04-142-6/+6
* soc/intel/xeon_sp/spr: Remove stale call to xeonsp_init_cpu_configLean Sheng Tan2023-04-141-5/+3
* soc/intel/cannonlake: Allow SoC to choose CAR mode (eNEM/NEM)Subrata Banik2023-04-141-1/+3
* soc/intel/xeon_sp: Don't sort struct device cpus for numaArthur Heymans2023-04-145-120/+39
* soc/intel/meteorlake: Replace assert with error messageKapil Porwal2023-04-141-6/+13
* soc/intel/common: Fix acpigen use for processor DeviceKyösti Mälkki2023-04-141-1/+1
* soc/intel/cmd/block: Implement an API to get firmware partition detailsDinesh Gehlot2023-04-132-0/+89
* soc/intel/meteorlake: Hook up UPD CnviWifiCoreKapil Porwal2023-04-133-0/+9
* soc/intel/common: Update cpu_apic_info_type structSridhar Siricilla2023-04-131-2/+2
* soc/intel/xeon_sp: Fix very small total memory when CXL is enabledJohnny Lin2023-04-131-6/+13
* Revert "soc/intel/rtd3: Hook up supported states to Kconfig"Michael Niewöhner2023-04-121-4/+1
* Revert "soc/intel/{tgl,adl}: Hook up D3ColdEnable UPD to D3COLD_SUPPORT"Michael Niewöhner2023-04-122-3/+2
* Revert "soc/intel/{tgl,adl}: Replace _S3 with D3COLD_SUPPORT symbol"Michael Niewöhner2023-04-1210-35/+47
* soc/intel/xeon_sp: Drop Kconfig MAX_SOCKET_UPDPatrick Rudolph2023-04-122-14/+6
* ACPI: Add helper for MADT LAPICsKyösti Mälkki2023-04-112-10/+4
* ACPI: Add helper for MADT LAPIC NMIsKyösti Mälkki2023-04-111-12/+1
* soc/intel/alderlake/{chipset.cb,chipset_pch_s.cb}: Set P2SB as hiddenMichał Żygowski2023-04-112-2/+2
* soc/intel/alderlake: Hook up P2SB PCI opsMichał Żygowski2023-04-112-0/+7
* soc/intel/xeon_sp/acpi: Fix _OSC methodPatrick Rudolph2023-04-113-18/+28
* soc/intel/alderlake/iomap: Fix the PCR BAR size on ADL-SMichał Żygowski2023-04-111-0/+4
* drivers/fsp2_0/mp_service_ppi: Use struct device to fill in bufferArthur Heymans2023-04-112-67/+0
* soc/intel/{adl, cmn}: Send CSE EOP Async CMD earlySubrata Banik2023-04-112-11/+13
* soc/intel/common: Order the different types of cores based on APIC IDsSridhar Siricilla2023-04-073-1/+41
* mb/google/brya: Enable asynchronous End-Of-PostJeremy Compostella2023-04-071-1/+1
* soc/intel/cmn/cse: Handle EOP completion asynchronouslyJeremy Compostella2023-04-073-45/+133
* soc/intel/meteorlake: Perform feature control lockSubrata Banik2023-04-061-0/+3
* soc/intel/meteorlake: Enable VMX using coreboot CPU feature programSubrata Banik2023-04-062-0/+5
* soc/intel/meteorlake: Set AES-NI LockSubrata Banik2023-04-061-0/+2
* soc/intel/meteorlake: Disable 3-strike errorSubrata Banik2023-04-061-0/+5
* soc/intel/meteorlake: Allow to drop redundant CPU feature programmingSubrata Banik2023-04-061-0/+21
* soc/intel/cmn/cpu: Add function to disable 3-strike CATERRSubrata Banik2023-04-063-0/+17
* soc/intel/xeon_sp/spr: Drop devicetree setting X2apicPatrick Rudolph2023-04-062-6/+6
* soc/intel/xeon_sp/spr: Default to X2APIC supportPatrick Rudolph2023-04-061-0/+1
* soc/intel/xeon_sp/spr: Fix ACPI errors on multi socket systemsPatrick Rudolph2023-04-051-30/+24
* soc/intel/common/block/pcie/rtd3: Add root port mutex supportCliff Huang2023-04-052-2/+32
* Revert "soc/intel/cmn/cse: Handle EOP completion asynchronously"Nick Vaccaro2023-04-053-108/+35
* Revert "mb/google/brya: Enable asynchronous End-Of-Post"Nick Vaccaro2023-04-051-1/+1
* soc/intel/meteorlake: Inject CSE TS into CBMEM timestamp tableBora Guvendik2023-04-045-0/+199
* soc/intel/alderlake: Add support for CSE timestamp data versionsBora Guvendik2023-04-047-124/+178
* soc/intel/alderlake: Fix RPL-U 15W and RPL-P 28W TDC current valuesJeremy Compostella2023-04-031-8/+8
* soc/intel/common: Order the CPUs based on their APIC IDsSridhar Siricilla2023-04-021-57/+64
* soc/intel/meteorlake: Set Power Performance Platform OverrideSubrata Banik2023-04-021-1/+2
* soc/intel/meteorlake: Add EPP override supportSubrata Banik2023-04-022-1/+24
* soc/intel/alderlake: Add ADL-P 4+4 with 28W TDPPatrick Rudolph2023-04-022-4/+5
* soc/intel/xeon_sp/spr: Add ACPI support for Sapphire RapidsJonathan Zhang2023-04-0113-48/+2411
* soc/intel/meteorlake: Add BUILDING_WITH_DEBUG_FSPSubrata Banik2023-04-011-0/+6
* soc/intel/meteorlake: Fix PortUsb30Enable configurationIvy Jian2023-04-011-1/+0
* soc/intel/meteorlake: Enable 'struct cpu_info' update for MTLSridhar Siricilla2023-04-011-0/+3
* mb/google/brya: Enable asynchronous End-Of-PostJeremy Compostella2023-03-311-1/+1
* soc/intel/cmn/cse: Handle EOP completion asynchronouslyJeremy Compostella2023-03-313-35/+108