summaryrefslogtreecommitdiffstats
path: root/src/cpu
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-236-38/+38
* cpu/intel/gen1/smmrelocate: Fix stale commentArthur Heymans2019-11-221-2/+1
* cpu/intel/smm: Drop em64t save stateArthur Heymans2019-11-221-6/+5
* cpu/x86/smm: Use PRIxPTR to print uintptr_tJacob Garber2019-11-221-2/+3
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-226-62/+23
* cpu/amd/microcode: Remove microcode update routineKyösti Mälkki2019-11-221-225/+0
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-2139-6961/+0
* cpu/x86/lapic/lapic_cpu_init.c: Drop unused guardsArthur Heymans2019-11-211-3/+1
* Kconfig: Remove not found sourcesElyes HAOUAS2019-11-211-1/+0
* drivers/intel/fsp1_0: Drop supportArthur Heymans2019-11-211-43/+1
* nb/sb/cpu: Drop Intel Rangeley supportArthur Heymans2019-11-218-787/+0
* nb/amd/fam10: Drop supportArthur Heymans2019-11-202-3/+3
* sb/amd/sb800: Drop supportArthur Heymans2019-11-201-35/+0
* sb/amd/sb700: Drop supportArthur Heymans2019-11-201-5/+1
* cpu/via/nano: Drop supportArthur Heymans2019-11-2010-706/+0
* cpu/intel/car: Add EC software sync to Intel romstageTim Wawrzynczak2019-11-201-0/+4
* cpu/nb/sb: Remove fam12Joe Moore2019-11-208-324/+0
* Remove MIPS architectureJulius Werner2019-11-201-1/+0
* 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-126-6/+6
* AGESA: Select CBMEM_STAGE_CACHE with HAVE_ACPI_RESUMEKyösti Mälkki2019-11-111-0/+1
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-083-9/+2
* Rangeley: Fix incorrect BCLKKyösti Mälkki2019-11-073-5/+23
* Kconfig: Organize debugging options per file extensionsArthur Heymans2019-11-061-0/+0
* intel/i440bx: Switch to UDELAY_TSC and TSC_MONOTONIC_TIMERKyösti Mälkki2019-11-051-1/+2
* cpu/ti/am335x: Extend monotonic timer to early stagesKyösti Mälkki2019-11-051-0/+3
* cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph2019-11-042-1/+72
* 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/mtrr/xip_cache.c: Fix inconsistent messageAngel Pons2019-11-031-1/+1
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-0315-39/+13
* cpu/intel/core2: Cache XIP romstage with C_ENVIRONMENT_BOOTBLOCK.Arthur Heymans2019-11-022-0/+2
* cpu/x86: Add a prog_run hook to set up caching of XIP stagesArthur Heymans2019-11-023-0/+123
* cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki2019-11-021-77/+1
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-012-2/+2
* cpu/x86: make set_msr_bit publicly availableMichael Niewöhner2019-10-313-53/+0
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-292-9/+7
* 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/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-284-2/+5
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-282-2/+1
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-273-3/+3
* cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()'Elyes HAOUAS2019-10-276-324/+205
* cpu/intel/common: Enable GetSec leaves for Intel TXTPatrick Rudolph2019-10-241-1/+6
* cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-10-179-50/+2