summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/skx
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/xeon_sp/smihandler: Lock SMM_FEATURE_CONTROL on all socketsPatrick Rudolph2024-02-063-15/+2
* soc/intel/xeon_sp: Attach UBOX stacksPatrick Rudolph2024-01-311-0/+23
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-1/+1
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* soc/intel: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* soc/intel/xeon_sp: Add IIO resources via SSDTArthur Heymans2024-01-221-6/+9
* soc/intel/xeon_sp: Scan and allocate resources on all stacksArthur Heymans2024-01-221-7/+1
* Reland "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2024-01-171-4/+0
* soc/intel/xeon_sp: Redesign resource allocationArthur Heymans2024-01-152-4/+9
* Revert "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2023-11-071-0/+4
* Kconfig: Bring HEAP_SIZE to a common, large valuePatrick Georgi2023-10-111-4/+0
* soc/intel/xeon_sp/*/Kconfig: Refactor out and remove SOC_SPECIFIC_OPTIONSElyes Haouas2023-08-121-0/+8
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-081-16/+2
* soc/intel/xeon_sp: use VGA_MMIO_* defines from arch/vga.hFelix Held2023-07-201-3/+3
* soc/intel/xeon_sp: Skip empty socketsPatrick Rudolph2023-07-181-1/+4
* soc/intel/xeon_sp: Print HOB for all socketsPatrick Rudolph2023-07-181-1/+1
* sb,soc/amd,intel: Sync FADT entries visuallyKyösti Mälkki2023-05-101-2/+2
* ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki2023-04-291-2/+0
* soc/intel/xeon_sp: Don't sort struct device cpus for numaArthur Heymans2023-04-141-5/+3
* soc/intel/xeon_sp/uncore_acpi.c: Add SPR-SP supportTim Chu2023-03-251-0/+1
* soc/intel/xeon_sp/smihandler.c: enable support for spr-spTim Chu2023-03-243-0/+11
* soc/intel/xeon_sp: Split SKX/CPX MSRs into separate headersJonathan Zhang2023-03-191-0/+35
* soc/intel/xeon_sp: use get_socket_ubox_busno() to hide soc specificsJonathan Zhang2023-03-092-0/+21
* soc/intel/xeon_sp: Drop unused cpu.h headerArthur Heymans2023-02-264-18/+3
* soc/intel: Use common codeflow for MP initArthur Heymans2023-02-232-4/+4
* arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held2023-02-091-1/+1
* arch/x86/cpu: introduce and use device_match_maskFelix Held2023-02-081-4/+4
* soc/intel/xeon_sp: Use common gpio.h includeDinesh Gehlot2023-01-182-3/+3
* soc/intel/xeon_sp/skx: Remove nested check for ACPI supportMarc Jones2023-01-091-2/+0
* soc/intel/xeon_sp: Move codes to support new PCHTim Chu2022-12-221-0/+1
* soc/intel/xeon_sp: Read ioapic configuration from hardwareArthur Heymans2022-12-061-4/+0
* Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans2022-11-291-1/+1
* drivers/intel/fsp2_0: add log level parameter to fsp_print_guidFelix Held2022-11-161-1/+1
* soc/intel/xeon_sp: accomodate xeon_sp FSPX_CONFIG definitionsJonathan Zhang2022-11-081-2/+2
* soc/intel/xeon_sp: Remove unused madt setup functionArthur Heymans2022-10-281-16/+0
* treewide: Use 'pm2_cnt_len' for 'x_pm2_cnt_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-5/+1
* soc/intel/xeon_sp: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-154-6/+6
* soc/intel/xeon_sp: Make gsi_bases platform independentChristian Walter2022-07-151-0/+8
* soc/intel/common/cpu: Use SoC overrides to set CPU privilege levelSubrata Banik2022-06-021-0/+5
* soc/intel/xeon_sp/skx: Use correct formatted print for size_tArthur Heymans2022-05-131-1/+1
* soc/intel/common/cpu: Use SoC overrides to get CPU privilege levelSubrata Banik2022-01-191-0/+6
* pci_mmio_cfg: Always use pci_s_* functionsNico Huber2021-11-092-12/+12
* cpu/x86/Kconfig: Remove unused CPU_ADDR_BITSArthur Heymans2021-11-031-4/+0
* cpu/x86: Introduce and use `CPU_X86_LAPIC`Felix Held2021-10-261-1/+0
* soc/*/Makefile: don't add cpu/x86/cacheFelix Held2021-10-261-1/+0
* cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCsFelix Held2021-10-251-1/+0
* cpu/x86/mp_init: move printing of failure message into mp_init_with_smmFelix Held2021-10-221-2/+2
* cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held2021-10-211-2/+2