summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-212-2/+2
* cpu/amd: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* cpu/intel/haswell: Link monotonic_timer.c in early stagesArthur Heymans2019-06-211-0/+3
* cpu/intel/haswell: Link tsc_freq.c in the bootblockArthur Heymans2019-06-211-0/+1
* src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PIMichał Żygowski2019-06-215-0/+236
* cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35Elyes HAOUAS2019-06-216-6/+6
* x86/smmstub: Fix compiling with external toolchainsArthur Heymans2019-06-211-2/+2
* cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS2019-06-211-3/+2
* Rampayload: Able to build coreboot without ramstageSubrata Banik2019-06-111-12/+16
* cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS2019-06-031-14/+8
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-4/+7
* cpu/x86/mtrr: Assert that MSR arrays are fully initializedJacob Garber2019-05-291-1/+3
* src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter2019-05-281-1/+1
* sb/intel/common/smi.c: Remove unused functionsArthur Heymans2019-05-272-172/+0
* cpu/intel/model_2065x: Put stage cache in TSEGArthur Heymans2019-05-274-0/+57
* cpu/intel/model_2065x: Use parallel MP initArthur Heymans2019-05-273-83/+72
* src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0Arthur Heymans2019-05-271-7/+0
* nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-05-252-1/+10
* cpu/amd/quadcore: Remove variable set but not usedElyes HAOUAS2019-05-231-3/+3
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-162-3/+16
* lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_idSubrata Banik2019-05-131-0/+2
* nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber2019-05-122-5/+1
* arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik2019-05-121-28/+7
* cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-04-254-8/+4