summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-011-1/+0
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-4/+5
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-9/+1
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-143-7/+1
* cpu/x86: Drop lapic_remote_read()Kyösti Mälkki2019-09-141-24/+0
* intel/smm/gen1: Use smm_subregion()Kyösti Mälkki2019-08-281-2/+0
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-14/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-261-4/+2
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-1/+1
* device/oprom: Drop unnecessary AMD headersKyösti Mälkki2019-08-202-1160/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-1/+1
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-151-0/+6
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-3/+6
* intel/smm/gen1: Rename header fileKyösti Mälkki2019-08-151-0/+38
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-1/+1
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+3
* cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki2019-08-151-1/+5
* cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki2019-08-131-23/+0
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-132-8/+0
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-3/+14
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-137-443/+558
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-2/+2
* soc/amd: Rename smm_region_info() to smm_region()Kyösti Mälkki2019-08-071-1/+0
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-071-0/+22
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-4/+0
* cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki2019-07-071-2/+0
* include/cpu/x86/mtrr: Fix return typeElyes HAOUAS2019-07-071-2/+2
* cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson2019-07-021-1/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-2/+2
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+25
* cpu/x86/msr: Move IA32_MISC_ENABLE bits to common placeElyes HAOUAS2019-06-211-0/+2
* arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik2019-05-122-3/+4
* include/cpu/x86/pae.h: Add missing includePatrick Rudolph2019-03-181-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-8/+8
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* cpu/x86/mtrr: Fix _FROM_4G_TOP() macroNico Huber2019-02-121-1/+1
* Revert "cpu/x86/mtrr: Fix sign overflow"Nico Huber2019-02-111-1/+1
* cpu/x86/mtrr: Fix sign overflowPatrick Rudolph2019-02-051-1/+1
* src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS2019-01-271-0/+30
* cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki2019-01-081-4/+0
* amdfam10 boards: Use defaults for get_pci1234()Kyösti Mälkki2019-01-041-0/+1
* amdfam10 boards: Add temporary pirq_router_bus variableKyösti Mälkki2019-01-041-0/+2
* amdfam10 boards: Declare get_pci1234() just onceKyösti Mälkki2019-01-041-1/+2
* cpu/intel/car: Drop remains of setup_stack_and_mtrrs()Kyösti Mälkki2018-12-301-17/+0
* soc/intel: Drop romstage_after_car()Kyösti Mälkki2018-12-281-3/+0
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-181-1/+1
* cpu/x86: Make mp_get_apic_id() function externally availableSubrata Banik2018-12-151-0/+3
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-0/+2
* smmstore: make smmstore's SMM handler code follow everything elsePatrick Georgi2018-12-051-0/+1
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-0/+1