summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2019-08-07intel/nehalem,sandybridge: Move stage_cache support functionKyösti Mälkki
2019-08-06soc/*: Report mp_init errorsPatrick Rudolph
2019-08-05cpu/allwinner: Remove supportArthur Heymans
2019-08-03intel/haswell: Move stage_cache support functionKyösti Mälkki
2019-07-21src/cpu/intel: Add sanity check for cpu turbo mode capabilityJohn Zhao
2019-07-15cpu/x86: Fix DEBUG_SMM_RELOCATION dependencyKyösti Mälkki
2019-07-13intel/haswell: Replace monotonic timerKyösti Mälkki
2019-07-13cpu/x86: Move smm_lock() prototypeKyösti Mälkki
2019-07-12src: Add missing include <device/pci_ops.h>Elyes HAOUAS
2019-07-11cpu/x86: Declare smi_release_lock() staticKyösti Mälkki
2019-07-10cpu/x86: Remove obsolete smm_init_completion()Kyösti Mälkki
2019-07-10cpu/amd: Remove empty smm_lock()Kyösti Mälkki
2019-07-09arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-09arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-09cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki
2019-07-09cpu/x86: Declare SMM_ASEGKyösti Mälkki
2019-07-09cpu/intel: Drop SMM_TSEG conditionalKyösti Mälkki
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-07-08cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_tElyes HAOUAS
2019-07-08intel/socket_mPGA604: Enable TSC_MONOTONIC_TIMERKyösti Mälkki
2019-07-08intel/nehalem: Move TSC_MONOTONIC_TIMERKyösti Mälkki
2019-07-08drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki
2019-07-07lib/romstage_stack.c: Remove fileKyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-07-02src: Use CRx_TYPE type for CRxElyes HAOUAS
2019-07-02cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph
2019-07-01Use 3rdparty/intel-microcodeArthur Heymans
2019-07-01intel/fsp_rangeley: Use fixed FSB/BCLK value 100 MHzKyösti Mälkki
2019-06-28cpu/amd/family_10h-family_15h: Remove dead assignmentJacob Garber
2019-06-22src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-06-21cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21cpu/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21cpu/amd: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21cpu/intel/haswell: Link monotonic_timer.c in early stagesArthur Heymans
2019-06-21cpu/intel/haswell: Link tsc_freq.c in the bootblockArthur Heymans
2019-06-21src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PIMichał Żygowski
2019-06-21cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35Elyes HAOUAS
2019-06-21x86/smmstub: Fix compiling with external toolchainsArthur Heymans
2019-06-21cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS
2019-06-11Rampayload: Able to build coreboot without ramstageSubrata Banik
2019-06-03cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29cpu/x86/mtrr: Assert that MSR arrays are fully initializedJacob Garber
2019-05-28src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter
2019-05-27sb/intel/common/smi.c: Remove unused functionsArthur Heymans
2019-05-27cpu/intel/model_2065x: Put stage cache in TSEGArthur Heymans
2019-05-27cpu/intel/model_2065x: Use parallel MP initArthur Heymans
2019-05-27src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0Arthur Heymans
2019-05-25nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-05-23cpu/amd/quadcore: Remove variable set but not usedElyes HAOUAS