summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
Commit message (Expand)AuthorAgeFilesLines
* include/cpu/amd: Drop unused filesElyes HAOUAS2020-03-044-165/+0
* security/intel/stm: Check for processor STM supportEugene Myers2020-02-211-0/+1
* security/intel/stm: Add STM supportEugene Myers2020-02-052-0/+13
* src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS2019-12-191-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-196-45/+4
* Revert "include/cpu/x86: Add STM Support"Aaron Durbin2019-12-182-9/+0
* include/cpu/x86: Add STM SupportEugene D. Myers2019-12-182-0/+9
* AGESA,binaryPI: Add compatibility wrapper for romstage entryKyösti Mälkki2019-11-301-9/+0
* AGESA,binaryPI: Fix stack location on entry to romstageMichał Żygowski2019-11-301-0/+1
* AGESA,binaryPI: Split romstage_main() to BSP and AP partsKyösti Mälkki2019-11-301-1/+1
* binaryPI: Clean leftover romstage prototypeKyösti Mälkki2019-11-301-2/+0
* AGESA,binaryPI: Remove early_all_cores()Kyösti Mälkki2019-11-271-2/+0
* binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki2019-11-271-1/+0
* amdfam10: Clean leftover prototypesKyösti Mälkki2019-11-271-4/+0
* cpu/intel/smm: Drop em64t save stateArthur Heymans2019-11-222-105/+2
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-221-0/+54
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-081-2/+0
* cpu/intel/em64t101: Add Nehalem to compatibility listArthur Heymans2019-11-041-0/+1
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-0/+5
* cpu/x86: make set_msr_bit publicly availableMichael Niewöhner2019-10-311-0/+20
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-011-1/+0
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-4/+5
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-9/+1
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-143-7/+1
* cpu/x86: Drop lapic_remote_read()Kyösti Mälkki2019-09-141-24/+0
* intel/smm/gen1: Use smm_subregion()Kyösti Mälkki2019-08-281-2/+0
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-14/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-261-4/+2
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-1/+1
* device/oprom: Drop unnecessary AMD headersKyösti Mälkki2019-08-202-1160/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-1/+1
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-151-0/+6
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-3/+6
* intel/smm/gen1: Rename header fileKyösti Mälkki2019-08-151-0/+38
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-1/+1
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+3
* cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki2019-08-151-1/+5
* cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki2019-08-131-23/+0
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-132-8/+0
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-3/+14
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-137-443/+558
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-2/+2
* soc/amd: Rename smm_region_info() to smm_region()Kyösti Mälkki2019-08-071-1/+0
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-071-0/+22
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-4/+0
* cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki2019-07-071-2/+0
* include/cpu/x86/mtrr: Fix return typeElyes HAOUAS2019-07-071-2/+2
* cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson2019-07-021-1/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-2/+2
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+25