summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-231-0/+7
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-122-3/+0
* src: Replace common MSR addresses with macrosElyes HAOUAS2018-11-081-0/+1
* intel: Get rid of smm_get_pmbasePatrick Rudolph2018-11-071-3/+0
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-11-051-0/+2
* amd/mtrr: Fix IORR MTRRElyes HAOUAS2018-11-051-14/+4
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-302-189/+171
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-301-0/+12
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-26/+0
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-186-129/+53
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-114-16/+40
* Move compiler.h to commonlibNico Huber2018-10-086-7/+0
* src: Fix MSR_PKG_CST_CONFIG_CONTROL register nameElyes HAOUAS2018-10-051-1/+1
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-145-29/+30
* amd/fam15: Add more MCA informationMarshall Dawson2018-09-071-0/+166
* src/include: add more msr definesMatt Delco2018-08-171-1/+7
* amd/fam15: Add MCA bank register definitionsMarshall Dawson2018-08-081-0/+4
* cpu/amd: Correct number of MCA banks clearedMarshall Dawson2018-08-082-0/+4
* cpu/amd: Rename MCA status registerMarshall Dawson2018-08-082-2/+2
* cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067xArthur Heymans2018-07-301-0/+4
* cpu/intel/microcode: Add helper functions to get microcode infoRizwan Qureshi2018-07-301-0/+9
* cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSxArthur Heymans2018-07-241-2/+2