summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
Commit message (Expand)AuthorAgeFilesLines
* include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gbFelix Held2023-04-231-1/+1
* include/cpu/amd/mtrr: return uint32_t from get_top_of_mem_below_4gbFelix Held2023-04-211-1/+1
* include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held2023-04-211-2/+2
* src/cpu/power9: move part of scom.h to scom.cSergii Dmytruk2023-04-181-5/+0
* soc/intel/meteorlake: Add B0 stepping CPU IDMusse Abdullahi2023-04-151-0/+1
* cpu/x86/topology: Add code to fill in topology on struct pathArthur Heymans2023-04-061-0/+14
* cpu/smm_module_loader.c: Fix up CPU index locallyArthur Heymans2023-04-061-2/+0
* cpu/x86/mp_init.c: Generate a C header to get start32 offsetArthur Heymans2023-04-061-2/+0
* cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans2023-04-061-4/+0
* cpu/intel: Remove redefined SAPPHIRERAPIDS_SP CPUID to fix build errorJohnny Lin2023-03-241-6/+0
* soc/amd/common/block/acpi/cpu_power_state: use pstate_msr unionFelix Held2023-03-231-2/+0
* soc/intel/xeon_sp: Report platform cpu infoNaresh Solanki2023-03-231-0/+9
* soc/intel/xeon_sp/spr: Add header files and romstage codeJonathan Zhang2023-03-191-0/+6
* cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans2023-03-131-0/+4
* soc/amd/include/msr: factor out P state MSR enable bit to cpu/amd/msr.hFelix Held2023-03-081-0/+3
* cpu/x86/smm: Add PCI resource store functionalityRobert Zieba2023-03-051-0/+26
* soc/amd: introduce and use PSTATE_MSR macroFelix Held2023-02-281-4/+1
* cpu/x86/smm: Enable setting SMM console log level from mainboardJohnny Lin2023-02-151-0/+2
* src: Move POST_BOOTBLOCK_CAR to common postcodes and use itMartin Roth2023-02-071-1/+0
* include/cpu/amd/mtrr: drop unused TOP_MEM_MASK definitionsFelix Held2023-02-021-3/+0
* tree: Drop Intel Ice Lake supportFelix Singer2023-01-191-2/+0
* security/intel/txt: Add helper function to disable TXTSubrata Banik2023-01-091-0/+1
* cpu/cpu.h: Change the function signatureArthur Heymans2022-12-101-1/+1
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-101-1/+1
* mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki2022-12-071-1/+0
* cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans2022-12-051-3/+5
* cpu/intel/car: Define post codesMartin Roth2022-11-231-0/+29
* mb/emulation/qemu-q35: Split smm_close() and smm_lock()Kyösti Mälkki2022-11-171-1/+2
* cpu/x86/smm: Use common SMM_ASEG regionKyösti Mälkki2022-11-161-0/+6
* cpu/cpu.h: Remove unused functions prototypesArthur Heymans2022-11-141-2/+0
* include/cpu/msr.h: transform into an unionArthur Heymans2022-11-122-12/+11
* cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIMEArthur Heymans2022-11-101-1/+3
* cpu/*: Drop PARALLEL_MP leftoversArthur Heymans2022-11-091-9/+0
* treewide: Add 'IWYU pragma: export' commentElyes Haouas2022-11-032-2/+2
* arch/x86/include: Split msr access into separate fileMartin Roth2022-10-212-54/+64
* include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.hFelix Held2022-09-241-0/+1
* soc/intel/cnl: Add Cometlake-H/S Q0 (10+2) CPU IDJeremy Soller2022-09-161-1/+2
* soc/amd: Do SMM relocation via MSRArthur Heymans2022-09-151-0/+4
* include: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+2
* include: Add SPDX-License-Identifiers to files missing themMartin Roth2022-08-0112-0/+24
* arch/x86: Add X2APIC_LATE_WORKAROUNDSubrata Banik2022-07-181-0/+1
* soc/intel: Add Raptor Lake device IDszhixingma2022-06-281-0/+1
* cpu/intel/microcode: Have API to re-load microcode patchSubrata Banik2022-06-221-0/+4
* soc/intel/alderlake/report_platform.c: Add ADL-S identificationMichał Żygowski2022-06-171-0/+4
* soc/amd/sabrina/acpi: Correct VID decoding on SabrinaFred Reitberger2022-06-091-3/+0
* cpu/x86/mp_init.c: Prolong delay on synchronous APIArthur Heymans2022-06-021-1/+1
* cpu/x86/mp.h: Implement a pre-SSE2 mfenceArthur Heymans2022-06-021-1/+5
* mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEGArthur Heymans2022-06-011-0/+1
* Revert "cpu/x86: Add function to set `put_back_original_solution` variable"Arthur Heymans2022-06-011-1/+0
* cpu/x86/mp_init.c: Drop 'real' vs 'used' save stateArthur Heymans2022-05-281-3/+2