aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
AgeCommit message (Expand)Author
2022-12-17soc/intel/skylake/irq.c: Fix undefined `memcpy()`Angel Pons
2022-12-16cpu/intel: Fix clearing MTRR for clang 64bitArthur Heymans
2022-12-16soc/intel/common: Drop unreferenced DP related macrosSridhar Siricilla
2022-12-16soc/intel/apollolake/acpi/northbridge.asl: Fix commentElyes Haouas
2022-12-15soc/intel/{adl, common}: provide a list of D-states to enter LPMEran Mitrani
2022-12-15treewide: Remove unused 'include <arch/io.h>'Elyes Haouas
2022-12-15soc/intel/{adl, cmn/pcie}: Fix ASPM configuration enum definitionsSubrata Banik
2022-12-15soc/intel/alderlake: Disable L1 substates for PCIe compliance test modeBora Guvendik
2022-12-14soc/intel/common: Add helper function to get DP modeSridhar Siricilla
2022-12-14soc/intel/alderlake: Utilize `CPU_BCLK_MHZ` over dedicated macroSubrata Banik
2022-12-14soc/intel/meteorlake: Drop NEM supportSubrata Banik
2022-12-14soc/intel/meteorlake: Add required configs to enable eNEMSubrata Banik
2022-12-14soc/intel/meteorlake: Reorg TCSS related configsSubrata Banik
2022-12-14soc/intel/meteorlake: Fill ucode loading UPD if USE_FSP_MP_INIT enableSubrata Banik
2022-12-14soc/intel/meteorlake: Remove `FIXME` as SkipMpInit UPD has deprecatedSubrata Banik
2022-12-14soc/intel/meteorlake: Drop enable_bios_reset_cpl() functionSubrata Banik
2022-12-14soc/intel/meteorlake: Enable VMX and VTDSubrata Banik
2022-12-14soc/intel/braswell/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-14soc/intel/cannonlake/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-14soc/intel/icelake/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-14soc/intel/baytrail/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-13soc/intel/common/block: add definition of GPIO configurationJeff Li
2022-12-13soc/intel/cmn/tcss: Skip sending CONN IPC command during S3 resumeSubrata Banik
2022-12-13soc/intel/xeon_sp/nb_acpi.c: Use read{16,32,64}p()Elyes Haouas
2022-12-13soc/intel/broadwell/early_init.c: Use {read,write}32p()Elyes Haouas
2022-12-13soc/intel/baytrail/pmutil.c: Use {read,write}32p()Elyes Haouas
2022-12-13soc/intel/apollolake/pmutil.c: Use {read,wrire}32p()Elyes Haouas
2022-12-13soc/intel/alderlake/bootblock: Use 'false/true' macrosElyes Haouas
2022-12-13soc/intel/alderlake/bootblock: Use read32p()Elyes Haouas
2022-12-12soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12{soc,superio}/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/braswell/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/baytrail/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/icelake/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/apollolake: Add DPTF HIDsSean Rhodes
2022-12-12soc/intel/adl/acpi: add entries for HEC1 and SRAM to DSDTAnil Kumar
2022-12-12soc/intel/meteorlake: Enable SOC_INTEL_COMMON_BLOCK_ACPI_CPU_HYBRIDSridhar Siricilla
2022-12-12soc/intel/meteorlake: Select DISPLAY_FSP_VERSION_INFO_2Saurabh Mishra
2022-12-12drivers/wifi: Move ADL-P CNVi IDs from generic to IA common code CNVi driverKapil Porwal
2022-12-12soc/intel/alderlake/Kconfig: Sort defaults alphabeticallyAngel Pons
2022-12-10soc/intel: Move TCSS FW latency macros to IA common tcss.hSubrata Banik
2022-12-10soc/intel/tigerlake: Move TCSS FW latency macros to tcss.hSubrata Banik
2022-12-10soc/intel/alderlake: Move TCSS FW latency macros to tcss.hSubrata Banik
2022-12-10soc/intel/meteorlake: Fix typoSubrata Banik
2022-12-10soc/intel/meteorlake: Update DPTF participants ACPI IDsSubrata Banik
2022-12-10soc/intel/meteorlake: Drop casts around `soc_read_pmc_base()`Dinesh Gehlot
2022-12-10soc/intel/meteorlake: Allow configuring 8254 timer via CMOSDinesh Gehlot
2022-12-10soc/intel/meteorlake: Fix `unknown` voltage field in SMBIOS tableSubrata Banik
2022-12-10soc/intel/meteorlake: Support PCIe hardware compliance test modeSubrata Banik
2022-12-10soc/intel/meteorlake: Skip duplicate PCIe RP CLKSRC programmingSubrata Banik
2022-12-10soc/intel/meteorlake: Check clkreq overlapSubrata Banik
2022-12-10treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas
2022-12-09soc/intel/xeon_sp/cpx: Allow creating meminfo for empty DIMM slotsAngel Pons
2022-12-09soc/intel/quark/Makefile.inc: Remove path to non-existent folderElyes Haouas
2022-12-08soc/intel/meteorlake: Enable LPIT supportSubrata Banik
2022-12-08soc/intel/meteorlake: Implement SoC override to set CPU privilege levelSubrata Banik
2022-12-08soc/intel/meteorlake: Add missing entry for GSPI2Subrata Banik
2022-12-07soc/intel: Set IO APIC DMAR entry based on hwArthur Heymans
2022-12-07sb,soc/intel,mb: Drop leftover comments and TODOs in ASLKyösti Mälkki
2022-12-07mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki
2022-12-07sb,soc/intel: Fix SMI handler IO trap data maskKyösti Mälkki
2022-12-06soc/intel/common/block: Use readXXp/writeXXp()Elyes Haouas
2022-12-06soc/intel/xeon_sp: Read ioapic configuration from hardwareArthur Heymans
2022-12-06soc/intel/alderlake: make SOC_INTEL_CSE_SEND_EOP_EARLY per-board configurableMichał Kopeć
2022-12-06util/cbfstool: Add a new mechanism to provide a memory mapArthur Heymans
2022-12-05soc/intel/common/block/uart: Show ACPI UART in OSAngel Pons
2022-12-05soc/intel/tigerlake: Fix setting `HyperThreading`Angel Pons
2022-12-05soc/intel/cmn/block/{pcie/rtd3,usb4}: Use helper functions for _DSDKapil Porwal
2022-12-05soc/intel/meteorlake: Add timestamp for cse_fw_syncDinesh Gehlot
2022-12-02soc/intel/alderlake: Update cpu and pch tracehub modesSridhar Siricilla
2022-12-02soc/intel/alderlake: skip external buses for D-states listEran Mitrani
2022-12-02soc/intel/meteorlake: Refactor `pmc_lockdown_cfg` functionKapil Porwal
2022-12-02soc/intel/meteorlake: Allow sending late EOP cmd to CSESubrata Banik
2022-12-02soc/intel/cmn/cse: Allow to perform essential CSE operations post EOPSubrata Banik
2022-12-02soc/intel/cmn/cse: API to perform essential CSE operations post EOPSubrata Banik
2022-12-02soc/intel/cmn/cse: Send EOP cmd from .final aka `cse_final()`Subrata Banik
2022-12-02soc/intel/cmn/cse: Create another config for sending CSE EOP cmd lateSubrata Banik
2022-12-01soc/intel/alderlake: Drop duplicate macro `PCH_PWRM_BASE_SIZE`Subrata Banik
2022-12-01soc/intel/meteorlake: Log CSE RO write protection info for MTLKapil Porwal
2022-11-30soc/intel/meteorlake: Rename method is_eom to is_manufacturing_modeKapil Porwal
2022-11-30/: Remove extra space after commaElyes Haouas
2022-11-29Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans
2022-11-29soc/intel/alderlake/acpi.c: Don't look up coreboot CPU indexArthur Heymans
2022-11-29soc/intel/cmn/block/pcie/rtd3: Add support for ACPI DmaPropertyKapil Porwal
2022-11-29{soc/intel/cmn/pcie, mb/google/volteer}: Rename `is_external` variableKapil Porwal
2022-11-28sb,soc/intel: Drop spurious SMI entry messageKyösti Mälkki
2022-11-28sb,soc/intel: Address TCO SECOND_TO_STS name collisionKyösti Mälkki
2022-11-28sb,soc/intel: Apply transitional flag TCO_SPACE_NOT_YET_SPLITKyösti Mälkki
2022-11-28soc/intel/quark: Fix out() parameter orderKyösti Mälkki
2022-11-28soc/intel/meteorlake: Print vars related to ME mfg modeKapil Porwal
2022-11-26src/soc/intel: Remove unnecessary space after castsElyes Haouas
2022-11-26soc/intel/meteorlake: Refactor heci finalize functionsSubrata Banik
2022-11-26soc/intel/alderlake: Use common code CSE-Lite API for WP informationSubrata Banik
2022-11-26soc/intel/cmn/cse: Create API to get CSE Lite WP InformationSubrata Banik
2022-11-25ACPI: Flag boards with ACPI_NO_MADTKyösti Mälkki