summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-224-0/+17
* cpu/amd/microcode: Remove dead MakefileArthur Heymans2020-11-221-2/+0
* cpu/amd/pi: Remove unused cpu code 00660F01Martin Roth2020-11-228-259/+0
* intel/socket_441: Increase bootblock sizeJulius Werner2020-11-211-1/+1
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-193-3/+3
* Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"Kyösti Mälkki2020-11-171-5/+7
* cpu/x86/smm/smm_module_loaderv2: Properly print stack_endArthur Heymans2020-11-161-2/+2
* cpu/x86/smm/smm_module_loaderv2.c: Use more variablesArthur Heymans2020-11-161-3/+5
* cpu/x86/smm: Check that the stub size is < save state sizeArthur Heymans2020-11-162-0/+12
* cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registersArthur Heymans2020-11-101-2/+2
* sec/intel/cbnt: Stitch in ACMs in the coreboot imageArthur Heymans2020-11-101-1/+1
* cpu/intel/model_206ax: Get CPU frequencies for SMBIOS type 4Michał Żygowski2020-11-091-0/+20
* cpu/x86/smm: Add a common save state handlingArthur Heymans2020-11-092-0/+79
* cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4Arthur Heymans2020-11-091-0/+3
* cpu/x86/smm/smihandler.c: Simplify smm revision handlingArthur Heymans2020-11-091-50/+4
* cpu/intel/haswell: Move smmrelocate.c MSR definitions to headerAngel Pons2020-11-032-16/+20
* cpu/x86/mp_init: Add support for x86_64Patrick Rudolph2020-11-031-4/+4
* cpu/intel/car/non-evict/cache_as_ram.S: Add support for longmodePatrick Rudolph2020-11-022-6/+39
* cpu/x86/smm: Pass smm.ld through src-to-objArthur Heymans2020-11-021-3/+5
* cpu/x86/lapic: rename virtual wire mode initialization functionFelix Held2020-10-311-1/+1
* {cpu,nb}/intel/haswell: Drop unnecessary `UL` suffixAngel Pons2020-10-311-1/+1
* cpu/intel/common: correct MSR for the Nominal Performance in CPPCMichael Niewöhner2020-10-311-7/+9
* cpu/x86/sipi_vector.S: Use correct suffix for btsJacob Garber2020-10-301-1/+1
* cpu/x86: increase timeout for CPUs to check in after 2nd SIPIJonathan Zhang2020-10-301-7/+7
* cpu/intel/Makefile.inc: Use correct Kconfig symbolsAngel Pons2020-10-301-3/+3
* cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDENJonathan Zhang2020-10-271-2/+2
* cpu/intel/common: implement the two missing CPPC v2 autonomous registersMichael Niewöhner2020-10-261-4/+16
* cpu/intel/common: rework code previously moved to common cpu codeMichael Niewöhner2020-10-242-27/+15
* {cpu,soc}/intel: deduplicate cpu codeMichael Niewöhner2020-10-248-91/+49
* haswell/broadwell: Fix typos of `BCLK`Angel Pons2020-10-231-4/+4
* cpu/intel/common: Fix regressionPatrick Rudolph2020-10-211-1/+1
* {cpu,soc}/intel: replace AES-NI locking by common implemenation callMichael Niewöhner2020-10-212-10/+2
* cpu/x86/mtrr: add support for address space higher than 16TiBJonathan Zhang2020-10-201-15/+41
* cpu/intel/model_{2065x,206ax}: fix AES-NI lockingMichael Niewöhner2020-10-204-8/+12
* cpu/intel/common: add a Kconfig to control AES-NI lockingMichael Niewöhner2020-10-192-0/+11
* cpu/intel/common: only lock AES-NI when supportedMichael Niewöhner2020-10-191-0/+3
* cpu/intel/common: rework AES-NI lockingMichael Niewöhner2020-10-192-10/+6
* soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu codeMichael Niewöhner2020-10-192-0/+26
* cpu/intel,soc/intel: drop Kconfig for hyperthreadingMichael Niewöhner2020-10-174-6/+1
* include/cpu/x86: introduce new helper for (un)setting MSRsMichael Niewöhner2020-10-163-7/+10
* haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons2020-10-142-51/+49
* cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instructionPatrick Rudolph2020-10-121-1/+1
* drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen2020-10-023-0/+3
* cpu/qemu-x86/car: Move long mode entry right before c entryPatrick Rudolph2020-09-291-0/+3
* cpu/x86/smm/smihandler.c: Implement smm_get_save_state()Arthur Heymans2020-09-291-0/+18
* cpu/x86/smm/smmhandler.c: Get revision using C codeArthur Heymans2020-09-292-13/+4
* cpu/intel/206ax/acpi.c: Fix get_cores_per_packageEvgeny Zinoviev2020-09-281-14/+4
* cpu/intel/haswell/smmrelocate.c: Spell `CPU` in uppercaseAngel Pons2020-09-271-1/+1
* cpu/intel/haswell/haswell_init.c: Align printk's with BroadwellAngel Pons2020-09-271-3/+2
* cpu/qemu-x86: Drop select SMPKyösti Mälkki2020-09-261-1/+0