summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-152-0/+24
* arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki2019-08-151-0/+2
* cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki2019-08-151-1/+17
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-156-8/+5
* intel/smm/gen1: Split alternative SMRR register functionKyösti Mälkki2019-08-151-17/+27
* cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki2019-08-153-36/+89
* cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki2019-08-131-0/+22
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-131-9/+2
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-11/+2
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-133-0/+3
* intel/haswell: Move platform_enter_postcar()Kyösti Mälkki2019-08-111-37/+0
* arch/x86: Obsolete CACHE_AS_RAM configKyösti Mälkki2019-08-112-10/+1
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-116-5/+6
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-101-1/+1
* cpu/x86 mp_init: Add option for AMD INIT SIPI sequenceMarshall Dawson2019-08-092-0/+11
* cpu/x86/mtrr: Replace CONFIG_CPU_ADDR_BITS with cpu_phys_address_size()Subrata Banik2019-08-081-1/+2
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-2/+2
* arch/x86: Move TSEG_STAGE_CACHE implementationKyösti Mälkki2019-08-082-0/+37
* lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki2019-08-083-3/+1
* intel/nehalem,sandybridge: Move stage_cache support functionKyösti Mälkki2019-08-076-85/+4
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-1/+1
* cpu/allwinner: Remove supportArthur Heymans2019-08-0525-2647/+0
* intel/haswell: Move stage_cache support functionKyösti Mälkki2019-08-034-39/+3
* src/cpu/intel: Add sanity check for cpu turbo mode capabilityJohn Zhao2019-07-211-17/+28
* cpu/x86: Fix DEBUG_SMM_RELOCATION dependencyKyösti Mälkki2019-07-151-1/+1
* intel/haswell: Replace monotonic timerKyösti Mälkki2019-07-133-66/+1
* cpu/x86: Move smm_lock() prototypeKyösti Mälkki2019-07-132-0/+2
* src: Add missing include <device/pci_ops.h>Elyes HAOUAS2019-07-121-0/+1
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-1/+1
* cpu/x86: Remove obsolete smm_init_completion()Kyösti Mälkki2019-07-101-6/+0
* cpu/amd: Remove empty smm_lock()Kyösti Mälkki2019-07-101-5/+0
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-096-4/+3
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-095-29/+2
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-096-7/+13
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-096-4/+16
* cpu/intel: Drop SMM_TSEG conditionalKyösti Mälkki2019-07-096-6/+6
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-098-17/+14
* cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_tElyes HAOUAS2019-07-081-1/+1
* intel/socket_mPGA604: Enable TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-081-0/+1
* intel/nehalem: Move TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-081-0/+1
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-081-10/+0
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-2/+1
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-3/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-1/+1
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+127
* Use 3rdparty/intel-microcodeArthur Heymans2019-07-0115-17/+17
* intel/fsp_rangeley: Use fixed FSB/BCLK value 100 MHzKyösti Mälkki2019-07-011-0/+1
* cpu/amd/family_10h-family_15h: Remove dead assignmentJacob Garber2019-06-281-2/+0
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-228-8/+0
* cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-217-0/+8