summaryrefslogtreecommitdiffstats
path: root/src/include/cpu/x86
Commit message (Expand)AuthorAgeFilesLines
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-1/+3
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-0/+1
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-241-2/+0
* cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph2020-06-221-51/+14
* cpu/x86/smm: Define APM_CNT_ROUTE_ALL_XHCIKyösti Mälkki2020-06-221-0/+1
* cpu/x86/smm: Define APM_CNT_NOOP_SMIKyösti Mälkki2020-06-221-0/+1
* cpu/x86/smm: Add helper functions to verify SMM accessPatrick Rudolph2020-06-171-0/+12
* cpu/x86: Define MTRR_CAP_PRMRRKyösti Mälkki2020-06-161-0/+1
* arch/x86: Declare global_smi_enable()Kyösti Mälkki2020-06-161-0/+3
* arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki2020-06-161-0/+3
* arch/x86: Remove XIP_ROM_SIZEKyösti Mälkki2020-06-151-4/+0
* cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb()Aaron Durbin2020-06-021-0/+1
* cpu/x86/mtrr: add helper for setting multiple MTRRsAaron Durbin2020-06-021-0/+31
* cpu/x86/mtrr.h: Get rid of commonlib/helpers.h dependencyNico Huber2020-06-021-3/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-119-9/+0
* src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrrRaul E Rangel2020-04-291-0/+1
* cpu/x86/smm.h: Add SW SMI for PSP SMM InfoMarshall Dawson2020-04-131-0/+1
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-059-114/+18
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-176-7/+0
* cpu/x86/smm: Add smm_size to relocatable smmstubArthur Heymans2020-03-071-0/+1
* security/intel/stm: Check for processor STM supportEugene Myers2020-02-211-0/+1
* security/intel/stm: Add STM supportEugene Myers2020-02-052-0/+13
* src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS2019-12-191-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-195-44/+3
* Revert "include/cpu/x86: Add STM Support"Aaron Durbin2019-12-182-9/+0
* include/cpu/x86: Add STM SupportEugene D. Myers2019-12-182-0/+9
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-081-2/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-0/+5
* cpu/x86: make set_msr_bit publicly availableMichael Niewöhner2019-10-311-0/+20
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-142-6/+0
* cpu/x86: Drop lapic_remote_read()Kyösti Mälkki2019-09-141-24/+0
* 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/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-133-443/+107
* 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
* 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-121-3/+0
* 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
* cpu/x86/mtrr: Fix _FROM_4G_TOP() macroNico Huber2019-02-121-1/+1