summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* Drop superfluous C_ENVIRONMENT_BOOTBLOCK checksArthur Heymans2019-11-253-6/+2
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-28/+28
* cpu/intel/gen1/smmrelocate: Fix stale commentArthur Heymans2019-11-221-2/+1
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-225-62/+21
* Kconfig: Remove not found sourcesElyes HAOUAS2019-11-211-1/+0
* nb/sb/cpu: Drop Intel Rangeley supportArthur Heymans2019-11-218-787/+0
* cpu/intel/car: Add EC software sync to Intel romstageTim Wawrzynczak2019-11-201-0/+4
* nb/intel/sandybridge: Set up console in bootblockArthur Heymans2019-11-181-1/+0
* nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-183-40/+9
* nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-152-0/+11
* nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-156-14/+21
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-125-5/+5
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-083-9/+2
* Rangeley: Fix incorrect BCLKKyösti Mälkki2019-11-073-5/+23
* intel/i440bx: Switch to UDELAY_TSC and TSC_MONOTONIC_TIMERKyösti Mälkki2019-11-051-1/+2
* cpu/intel/car/p4-netburst: Remove delay loopsKyösti Mälkki2019-11-041-12/+0
* cpu/intel/smm/gen1: Deal with SMM save state compatibilityArthur Heymans2019-11-041-1/+9
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-0310-9/+1
* cpu/intel/core2: Cache XIP romstage with C_ENVIRONMENT_BOOTBLOCK.Arthur Heymans2019-11-022-0/+2
* cpu/x86: make set_msr_bit publicly availableMichael Niewöhner2019-10-313-53/+0
* nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK supportArthur Heymans2019-10-284-2/+12
* cpu/intel/car: Correctly cache the bootblock with C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-10-283-6/+33
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* cpu/intel/common: Enable GetSec leaves for Intel TXTPatrick Rudolph2019-10-241-1/+6
* nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-10-133-69/+4
* 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