summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* arch/x86/lapic: Remove second stack poisoningKyösti Mälkki2019-01-111-6/+2
* 3rdparty/blobs: Update for current Intel microcodeNico Huber2019-01-101-1/+1
* Untangle CBFS microcode updatesNico Huber2019-01-106-24/+67
* binaryPI: Drop warning on EXT_CONF_SUPPORTKyösti Mälkki2019-01-102-8/+0
* cpu/amd: Use `get_option()`Paul Menzel2019-01-091-6/+16
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-092-3/+3
* cpu/intel/common: Fix generated exception if not supported VMXElyes HAOUAS2019-01-091-0/+7
* cpu/intel/microcode_asm.S: Fix reading cpuid(1) and checking PFArthur Heymans2019-01-091-7/+6
* arch/x86: Link walkcbfs.S instead of including itArthur Heymans2019-01-081-1/+6
* cpu/intel/car/bootblock.c: Report BIST failuresArthur Heymans2019-01-081-0/+6
* cpu/intel/car: Enable use of C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-01-083-0/+73
* cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki2019-01-085-59/+80
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-066-16/+21
* cpu/intel/common: improve debug outputMatt DeVillier2019-01-051-4/+4
* nb/intel/haswell: Add support for PEGTristan Corrick2019-01-031-0/+2
* src/cpu/microcode: Add code to update microcode in assemblyArthur Heymans2018-12-311-0/+162
* arch/x86: Add CAR stack location symbolsKyösti Mälkki2018-12-301-3/+2
* cpu/intel/car: Drop remains of setup_stack_and_mtrrs()Kyösti Mälkki2018-12-301-3/+0
* bootblock: Move function prototypeKyösti Mälkki2018-12-301-2/+0
* src/cpu/intel/model_f4x: Update cpu_tableElyes HAOUAS2018-12-281-0/+6
* arch/x86: SSE2 implies SSE supportKyösti Mälkki2018-12-284-4/+0
* soc/intel: Drop romstage_after_car()Kyösti Mälkki2018-12-281-6/+0
* x86/smm/smmhandler.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-29/+29
* car/non-evict/exit_car.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-3/+3
* car/non-evict/cache_as_ram.S: Use tabs instead of spacesArthur Heymans2018-12-211-5/+5
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-2110-809/+0
* cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx()Matt DeVillier2018-12-2011-19/+43
* cpu: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-192-2/+0
* cpu: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-1810-10/+0
* cpu/x86: Make mp_get_apic_id() function externally availableSubrata Banik2018-12-151-3/+3
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-133-16/+20
* cpu/x86/pae: Fix pointer castsPatrick Rudolph2018-12-051-4/+4
* cpu/intel/fsp_model_406dx: Drop dead microcode referenceNico Huber2018-12-031-4/+0
* sb/intel/i82801gx: Clean up unneeded smi setup codeArthur Heymans2018-12-031-3/+1
* nb/intel/x4x: Use common code for SMM in TSEGArthur Heymans2018-12-031-3/+0
* nb/intel/i945: Use common SMM_TSEG codeArthur Heymans2018-12-034-0/+4
* cpu/intel/common: Use a common acpi/cpu.asl fileArthur Heymans2018-11-303-72/+0
* cpu/intel/fsp_model_406dx: Rework acpi/cpu.aslArthur Heymans2018-11-302-69/+15
* cpu/intel/model_206{5,a}x: Rework acpi/cpu.aslArthur Heymans2018-11-303-69/+22
* cpu/intel/haswell: Rework acpi/cpu.aslArthur Heymans2018-11-302-69/+15
* arch/power8: Rename to ppc64Jonathan Neuschäfer2018-11-301-4/+4
* arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans2018-11-291-11/+1
* src: Remove duplicated round up functionElyes HAOUAS2018-11-292-4/+4
* cpu/x86/Kconfig.debug: Remove weird dependencies and commentsNico Huber2018-11-231-14/+1
* cpu/x86/Kconfig.debug: Move more options hereNico Huber2018-11-231-0/+24
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-234-7/+219
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-6/+2
* src/cpu/intel/Kconfig: Remove dead sourceElyes HAOUAS2018-11-211-1/+0
* northbridge/intel/fsp_*: Remove legacy SoCszaolin2018-11-1910-1122/+0
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1