summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Add Raptor Lake device IDszhixingma2022-06-283-0/+5
* soc/intel/common/block/gpio: Add gpio pad based functionEric Lai2022-06-272-0/+46
* soc/intel: Move top_swap Kconfig symbols into soc/intel/commonMartin Roth2022-06-241-0/+38
* soc/intel: Add Meteor Lake SA device IDSubrata Banik2022-06-221-0/+1
* soc/intel/mp_init: Skip before_post_cpus_init if !USE_COREBOOT_MP_INITSubrata Banik2022-06-221-0/+10
* soc/intel/cmn/block/cpu: Perform PRMRR sync on all coresSubrata Banik2022-06-221-0/+8
* intel/mp_init: Call `intel_reload_microcode()` before post_cpus_init()Subrata Banik2022-06-221-2/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-224-12/+12
* soc/intel/{alderlake, common}: Rename the pre_mem_ft structureSridhar Siricilla2022-06-172-14/+15
* soc/intel/denverton_ns: enable Denverton to use common SoC SPI codeJeff Daly2022-06-171-0/+1
* soc/intel/common: support for configurable memory regions claimed by SAEran Mitrani2022-06-153-11/+39
* soc/intel/common/acpi: Fix warning in ASLVarshit B Pandya2022-06-151-31/+31
* soc/intel/cmn/cpu: API to initialize core PRMRRSubrata Banik2022-06-143-0/+32
* soc/intel/common: Remove use of CPUID_EXTENDED_CPU_TOPOLOGY_V2Ronak Kanabar2022-06-141-6/+1
* soc/intel/lpc: Set up default LPC decode rangesArthur Heymans2022-06-122-0/+82
* soc/intel/cmn/mp_init: Reload microcode patch before post_cpus_init()Subrata Banik2022-06-091-0/+3
* soc/intel/alderlake: Add support for PCIe slot & device detect timeoutCliff Huang2022-06-091-0/+4
* soc/intel/cmn/mp_init: Create helper function to load microcodeSubrata Banik2022-06-071-4/+8
* soc/intel/cmn/block/cpu: Set BIOS_DONE on all CPUsSubrata Banik2022-06-072-0/+18
* soc/intel/cmn/cse: Implement heci_init() to initialize HECI devicesSubrata Banik2022-06-072-14/+47
* soc/intel/cmn/cse: Fix return type for `devfn`Subrata Banik2022-06-041-1/+1
* soc/intel: Rename heci_init to cse_initSubrata Banik2022-06-042-4/+8
* drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driverSubrata Banik2022-06-031-4/+0
* intelblocks/gpio.c: Handle NULL return values from child functionsMaulik V Vaghela2022-06-031-1/+13
* intel/common/block: move RAPL disabling to common codeUwe Poeche2022-06-032-0/+23
* soc/intel/common/cpu: Use SoC overrides to set CPU privilege levelSubrata Banik2022-06-021-0/+3
* soc/intel/fast_spi: Use smarter mtrr code in ramstageArthur Heymans2022-06-011-0/+5
* soc/intel/common: Use coreboot error codesSridhar Siricilla2022-05-282-4/+4
* soc/intel/skylake: Move FSP_HYPERTHREADING to common Intel KconfigFelix Singer2022-05-261-0/+8
* soc/intel/common: Skip sending DISCONNECT IPC commandSridhar Siricilla2022-05-251-2/+4
* arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans2022-05-252-11/+8
* soc/intel/cmn/fast-spi: Add BIOS MMIO window as reserved regionWerner Zeh2022-05-241-1/+14
* src/soc/intel/cmn/fast-spi: Add SSDT extension to fast SPI driverWerner Zeh2022-05-212-0/+69
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-1/+1
* soc/intel/common/block/smbus: Deduplicate some codeAngel Pons2022-05-193-66/+6
* intel/common/block: Provide RAPL and min clock ratio switches in commonUwe Poeche2022-05-181-0/+18
* soc/intel: Add Raptor Lake device IDsBora Guvendik2022-05-1615-4/+53
* soc/intel/common: Implement IOC driverWonkyu Kim2022-05-168-6/+96
* soc/intel/cmn/spi: Separate fast SPI device from generic SPI driverWerner Zeh2022-05-162-1/+19
* soc/intel/*: Use SSDT to pass A4GB and A4GSArthur Heymans2022-05-165-20/+29
* soc/intel/common: Consistently use smbus 7-bit address log formatKane Chen2022-05-161-1/+1
* intelblocks/gpio: Optimize GPIO functions by passing group and pin infoMaulik V Vaghela2022-05-161-21/+13
* intelblocks: Add function to program GPE_EN before GPIO lockingMaulik V Vaghela2022-05-161-0/+33
* soc/inte/*/gpio; Add GPE_EN and GPE_STS register definitionMaulik V Vaghela2022-05-161-0/+2
* soc/intel/common: Use mp_run_on_all_cpus_synchronously for APs MTRR initKane Chen2022-05-161-1/+2
* soc/intel/common/block/smbus: Add smbus block read write functionsShelly Chang2022-05-161-0/+25
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* soc/intel: Remove unused <cpu/intel/common/common.h>Elyes HAOUAS2022-05-161-1/+0
* soc/intel/acpi_bert.c: Fix formatted print type for size_tArthur Heymans2022-05-141-4/+4
* soc/intel/block/crashlog: Remove unused variableArthur Heymans2022-05-131-3/+0