summaryrefslogtreecommitdiffstats
path: root/src/cpu
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
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-292-3/+3
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-3/+0
* cpu/intel/: Clean up microcode update from __PRE_RAM__Kyösti Mälkki2019-09-261-7/+1
* cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__Kyösti Mälkki2019-09-262-28/+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-192-44/+24
* cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASEKyösti Mälkki2019-09-197-3/+16
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+2
* cpu/via/nano: Enable TSC_MONOTONIC_TIMERKyösti Mälkki2019-09-181-1/+1
* cpu/qemu-x86: Enable TSC_MONOTONIC_TIMERKyösti Mälkki2019-09-181-1/+1
* cpu/intel/microcode: Make microcode lib available in bootblockRizwan Qureshi2019-09-152-1/+1
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* intel/haswell: Remove some __PRE_RAM__ useKyösti Mälkki2019-09-131-11/+1
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-112-5/+5
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-1049-114/+12
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-1063-161/+0
* AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth2019-09-1073-181/+0
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-27/+22
* security/intel: Add TXT infrastructurePatrick Rudolph2019-09-021-0/+1
* arch/x86: Drop weak attribute on stage_cacheKyösti Mälkki2019-08-281-7/+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
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-2/+2
* emulation/qemu-x86: Use common romstage codeKyösti Mälkki2019-08-261-0/+4
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-262-2/+2
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-16/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-262-6/+4
* 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
* AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki2019-08-212-53/+4
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-3/+0
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-2/+0
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* emulation/qemu-x86: Fix romstage stack alignmentKyösti Mälkki2019-08-191-10/+10
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-183-7/+2
* amdfam10-15: Rename DCACHE_BSP_STACK_SIZEKyösti Mälkki2019-08-185-18/+19
* 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
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-3/+4