summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86
Commit message (Expand)AuthorAgeFilesLines
* arch|cpu/x86: Add Kconfig option for x86 reset vectorMarshall Dawson2019-12-061-7/+5
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-022-16/+16
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-302-96/+0
* arch/x86/cache.h: Use ENV_CACHE_AS_RAM macroArthur Heymans2019-11-301-5/+0
* cpu/x86/tsc: Remove indirection when accessing mono_timer_gPatrick Georgi2019-11-301-14/+7
* cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-12/+8
* cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-3/+2
* soc/intel/skylake: Clean up report_cpu_info() functionUsha P2019-11-271-0/+1
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-252-2/+2
* 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-221-0/+2
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-211-2/+0
* cpu/x86/lapic/lapic_cpu_init.c: Drop unused guardsArthur Heymans2019-11-211-3/+1
* drivers/intel/fsp1_0: Drop supportArthur Heymans2019-11-211-43/+1
* Kconfig: Organize debugging options per file extensionsArthur Heymans2019-11-061-0/+0
* cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph2019-11-041-0/+62
* cpu/x86/mtrr/xip_cache.c: Fix inconsistent messageAngel Pons2019-11-031-1/+1
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-033-30/+10
* 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
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-292-9/+7
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-282-2/+2
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-3/+0
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-39/+0
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-3/+3
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-1022-56/+3
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-27/+22
* arch/x86: Drop weak attribute on stage_cacheKyösti Mälkki2019-08-281-7/+1
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-2/+2
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-3/+0
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-3/+4
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+20
* cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki2019-08-153-36/+89
* cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki2019-08-131-0/+22
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-131-9/+2
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-131-11/+1
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* arch/x86: Obsolete CACHE_AS_RAM configKyösti Mälkki2019-08-111-5/+1
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-1/+1
* cpu/x86 mp_init: Add option for AMD INIT SIPI sequenceMarshall Dawson2019-08-092-0/+11
* cpu/x86/mtrr: Replace CONFIG_CPU_ADDR_BITS with cpu_phys_address_size()Subrata Banik2019-08-081-1/+2
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-2/+2
* arch/x86: Move TSEG_STAGE_CACHE implementationKyösti Mälkki2019-08-082-0/+37
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-1/+1
* cpu/x86: Fix DEBUG_SMM_RELOCATION dependencyKyösti Mälkki2019-07-151-1/+1
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-1/+1
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-4/+11
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-092-4/+12