summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/model_2065x/bootblock: Remove dead codeArthur Heymans2019-10-061-52/+0
* cpu/intel/: Fix regression with smmrelocateKyösti Mälkki2019-10-031-1/+1
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-0116-31/+65
* console: Declare empty printk() for __ROMCC__Kyösti Mälkki2019-09-301-16/+2
* cpu/intel/: Clean up microcode update from __PRE_RAM__Kyösti Mälkki2019-09-261-7/+1
* intel/cpu: Switch older models to TSC_MONOTONIC_TIMERKyösti Mälkki2019-09-245-6/+15
* cpu/intel: Use CPU_INTEL_COMMON_TIMEBASEKyösti Mälkki2019-09-249-93/+3
* intel/socket_mPGA604: Enable TSC_CONSTANT_RATEKyösti Mälkki2019-09-242-0/+5
* cpu/intel/common: Fix invalid MSR accessKyösti Mälkki2019-09-241-2/+2
* cpu/intel/common: Extend FSB detection to cover TSCKyösti Mälkki2019-09-191-16/+54
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-5/+24
* cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASEKyösti Mälkki2019-09-197-3/+16
* cpu/intel/microcode: Make microcode lib available in bootblockRizwan Qureshi2019-09-152-1/+1
* intel/haswell: Remove some __PRE_RAM__ useKyösti Mälkki2019-09-131-11/+1
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-1063-161/+0
* security/intel: Add TXT infrastructurePatrick Rudolph2019-09-021-0/+1
* intel/haswell: Use smm_subregion()Kyösti Mälkki2019-08-281-37/+13
* intel/haswell,broadwell: Rename EMRR to PRMRRKyösti Mälkki2019-08-281-41/+41
* intel/smm/gen1: Use smm_subregion()Kyösti Mälkki2019-08-281-46/+25
* intel/car: Use common TS_START_ROMSTAGEKyösti Mälkki2019-08-261-0/+2
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-16/+0
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-0/+2
* cpu/intel/car: Make stack guards more useful on C_ENV_BOOTBLOCKArthur Heymans2019-08-211-3/+7
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-2/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-183-7/+2
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-151-5/+0
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-157-13/+8
* intel/smm/gen1: Rename header fileKyösti Mälkki2019-08-156-37/+5
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+4
* 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: Separate save_state struct headersKyösti Mälkki2019-08-132-0/+2
* intel/haswell: Move platform_enter_postcar()Kyösti Mälkki2019-08-111-37/+0
* 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
* 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
* 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
* cpu/x86: Remove obsolete smm_init_completion()Kyösti Mälkki2019-07-101-6/+0
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-092-1/+1
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-095-3/+2
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-091-0/+1
* 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-094-8/+8
* 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