summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`Angel Pons2020-09-2618-72/+18
* arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`Angel Pons2020-09-261-4/+1
* src/cpu: Drop unneeded empty linesElyes HAOUAS2020-09-2112-18/+0
* cpu/x86/smm.h: Add function to return the SMM save state revisionArthur Heymans2020-09-212-0/+15
* cpu/intel/model_1067x: enable PECIMichael Büchler2020-09-121-0/+9
* cpu/intel/haswell: Set LT_LOCK_MEMORY MSR on finalize stepAngel Pons2020-08-301-0/+2
* cpu/x86/smm/smmhandler: Fix x86_64 assembly exitPatrick Rudolph2020-08-301-2/+2
* Revert "cpu/x86/sipi: Add x86_64 support"Patrick Rudolph2020-08-243-24/+0
* cpu/x86/smm/smm_module_handler: Add x86_64 supportPatrick Rudolph2020-08-241-1/+1
* cpu/x86/sipi: Add x86_64 supportPatrick Rudolph2020-08-243-0/+24
* cpu/intel/haswell: Select HAVE_ASAN_IN_ROMSTAGEHarshit Sharma2020-08-211-0/+1
* mb/emulation/qemu-q35,qemu-i440fx: Add x86_64 supportPatrick Rudolph2020-08-191-4/+21
* cpu/x86/64bit/exit32: Add support for ramstagePatrick Rudolph2020-08-191-2/+10
* cpu/ti/am335x: Move from cpu to soc in treeSam Lewis2020-08-1922-1454/+0
* cpu/intel/common: Use macro for access_sizeElyes HAOUAS2020-08-181-3/+3
* cpu/x86/smm/smm_stub: Add x86_64 supportPatrick Rudolph2020-08-181-4/+48
* cpu/Makefile.inc: Clean up non-existing directory inclusionArthur Heymans2020-08-171-1/+0
* cpu/intel/model_6fx: Include Conroe-L microcodeArthur Heymans2020-08-171-1/+2
* cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura2020-08-154-8/+698
* cpu/qemu-x86: Fix timestamp and bist reportingPatrick Rudolph2020-08-141-2/+3
* cpu/intel: Remove Core 2 Duo E8200 CPUID from model_6fxAngel Pons2020-08-112-2/+1
* cpu/intel/common: Add `intel_ht_supported` functionAngel Pons2020-08-062-3/+14
* cpu/intel/haswell: add Crystal Well CPU IDsIru Cai2020-08-031-0/+2
* cpu/intel/common/fsb.c: add Crystal Well supportIru Cai2020-08-031-0/+1
* cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>Elyes HAOUAS2020-07-261-1/+0
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* arch/x86: Move cpu_relax()Kyösti Mälkki2020-07-261-2/+1
* cpu,soc/intel: Drop select SMPKyösti Mälkki2020-07-2610-10/+0
* cpu/intel/model_206ax: Clean up includesElyes HAOUAS2020-07-262-2/+2
* src: Remove unused 'include <cpu/intel/common/common.h>Elyes HAOUAS2020-07-264-4/+1
* cpu/intel/model_1067x: Drop <cpu/x86/mp.h> includeElyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-142-2/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki2020-07-111-1/+1
* cpu/intel/haswell/finalize.c: Drop dead codeAngel Pons2020-07-101-37/+0
* cpu/intel/model_2065x/model_2065x_init.c: Drop dead codeAngel Pons2020-07-091-26/+0
* cpu/intel/model_206ax/finalize.c: Drop dead codeAngel Pons2020-07-091-18/+0
* haswell: relocate `romstage_common` to northbridgeAngel Pons2020-07-083-92/+0
* nb/intel/haswell: Drop unnecessary variableAngel Pons2020-07-081-6/+3
* haswell: drop unused function parameterAngel Pons2020-07-081-1/+1
* ACPI: Add and fill gnvs_ptr for smm_runtimeKyösti Mälkki2020-07-082-0/+4