summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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