index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
cpu
/
x86
Age
Commit message (
Expand
)
Author
2021-07-24
include/cpu: Remove one space from bitfield macro definition
Subrata Banik
2021-07-24
include/cpu: Use tab instead of space
Subrata Banik
2021-07-14
include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr
Felix Held
2021-07-14
include/cpu/x86/msr: add mca_clear_status function
Felix Held
2021-07-14
include/cpu/x86/msr: introduce IA32_MC_*(x) macros
Felix Held
2021-07-14
include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC
Felix Held
2021-07-12
include/cpu/x86/msr: fix MCG_CTL_P definition
Felix Held
2021-07-12
include/cpu/x86/msr: add mca_get_bank_count function
Felix Held
2021-07-06
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-06-25
Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s
Martin Roth
2021-06-19
soc/intel/common/block/smm: Add `mainboard_smi_finalize`
Aseda Aboagye
2021-06-11
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Drop read/write_around aliases
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Separate stop_this_cpu()
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Add lapic_busy() helper
Arthur Heymans
2021-06-10
cpu/x86/lapic: Add lapic_send_ipi() helper
Arthur Heymans
2021-06-10
cpu/x86/lapic: Do not inline some utility functions
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Add lapic_update32() helper
Kyösti Mälkki
2021-06-10
cpu/x86/lapic: Regroup LAPIC accessors
Kyösti Mälkki
2021-06-09
cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE
Kyösti Mälkki
2021-06-07
cpu/x86/lapic: Declare start_cpu() static
Kyösti Mälkki
2021-05-10
*x86: fix x2apic mode boot issue
Wonkyu Kim
2021-04-30
cpu/x86/msr: introduce helpers msr_read, msr_write
Michael Niewöhner
2021-04-19
cpu/x86/smm_loaderv2: Use the permanent stack top during relocation
Arthur Heymans
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2021-03-19
cpu/x86/mp_init.c: Drop unnecessary preprocessor usage
Arthur Heymans
2021-03-19
cpu/x86/mp_init: Allow stub sizes larger than the save state size
Arthur Heymans
2021-03-19
cpu/x86/smm_loaderv2: Remove unused variables
Arthur Heymans
2021-03-19
cpu/x86/smm_module_hander: Set up a save state map
Arthur Heymans
2021-03-19
cpu/x86/smm_stub.S: Drop smm_runtime from the stub
Arthur Heymans
2021-03-19
cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params
Arthur Heymans
2021-03-19
cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage
Arthur Heymans
2021-03-18
cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params
Arthur Heymans
2021-03-18
cpu/x86/smm_stub.S: Drop unused module_handler parameter
Arthur Heymans
2021-03-18
cpu/x86/smm: Move relocatable stub params
Arthur Heymans
2021-03-11
src/cpu/x86: Add helper mp_run_on_all_aps
Aamir Bohra
2021-01-26
cpu/x86/smm: Remove unused APMC for C-state and P-state
Kyösti Mälkki
2021-01-25
cpu/x86/smm: Use common APMC logging
Kyösti Mälkki
2021-01-04
ACPI: Final APM_CNT_GNVS_UPDATE cleanup
Kyösti Mälkki
2020-12-04
cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Arthur Heymans
2020-11-10
cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers
Arthur Heymans
2020-11-09
soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declaration
Arthur Heymans
2020-11-09
cpu/x86/smm: Add a common save state handling
Arthur Heymans
2020-10-31
cpu/x86/lapic: rename virtual wire mode initialization function
Felix Held
2020-10-24
cpu/intel/common: rework code previously moved to common cpu code
Michael Niewöhner
2020-10-16
include/cpu/x86: introduce new helper for (un)setting MSRs
Michael Niewöhner
2020-09-29
cpu/x86/smm/smmhandler.c: Get revision using C code
Arthur Heymans
2020-09-28
include/cpu/x86/tsc: Fix rdtsc on x86_64
Patrick Rudolph
2020-09-21
cpu/x86/smm.h: Add function to return the SMM save state revision
Arthur Heymans
2020-09-14
src/include: Drop unneeded empty lines
Elyes HAOUAS
2020-09-14
soc/intel/common/cpu: Update COS mask calculation for NEM enhanced mode
Aamir Bohra
2020-09-08
cpu/x86: Add definition for SMRR_PHYS_MASK_LOCK
Tim Wawrzynczak
2020-08-18
cpu/x86/smm/smm_stub: Add x86_64 support
Patrick Rudolph
2020-08-17
arch/x86/exit_car.S: Make sure _cbmem_top_ptr hits dram
Arthur Heymans
2020-08-15
cpu/x86/smm: Introduce SMM module loader version 2
Rocky Phagura
2020-07-26
src/include: Add missing includes
Elyes HAOUAS
2020-07-08
ACPI: Add and fill gnvs_ptr for smm_runtime
Kyösti Mälkki
2020-07-05
include/cpu/x86/lapic: Add support for x86_64
Patrick Rudolph
2020-07-01
ACPI GNVS: Replace uses of smm_get_gnvs()
Kyösti Mälkki
2020-06-30
ACPI: Drop typedef global_nvs_t
Kyösti Mälkki
2020-06-24
ACPI: Replace smm_setup_structures()
Kyösti Mälkki
2020-06-22
cpu/x86/lapic: Support x86_64 and clean up code
Patrick Rudolph
2020-06-22
cpu/x86/smm: Define APM_CNT_ROUTE_ALL_XHCI
Kyösti Mälkki
2020-06-22
cpu/x86/smm: Define APM_CNT_NOOP_SMI
Kyösti Mälkki
2020-06-17
cpu/x86/smm: Add helper functions to verify SMM access
Patrick Rudolph
2020-06-16
cpu/x86: Define MTRR_CAP_PRMRR
Kyösti Mälkki
2020-06-16
arch/x86: Declare global_smi_enable()
Kyösti Mälkki
2020-06-16
arch/x86: Create helper for APM_CNT SMI triggers
Kyösti Mälkki
2020-06-15
arch/x86: Remove XIP_ROM_SIZE
Kyösti Mälkki
2020-06-02
cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb()
Aaron Durbin
2020-06-02
cpu/x86/mtrr: add helper for setting multiple MTRRs
Aaron Durbin
2020-06-02
cpu/x86/mtrr.h: Get rid of commonlib/helpers.h dependency
Nico Huber
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-29
src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrr
Raul E Rangel
2020-04-13
cpu/x86/smm.h: Add SW SMI for PSP SMM Info
Marshall Dawson
2020-04-05
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-07
cpu/x86/smm: Add smm_size to relocatable smmstub
Arthur Heymans
2020-02-21
security/intel/stm: Check for processor STM support
Eugene Myers
2020-02-05
security/intel/stm: Add STM support
Eugene Myers
2019-12-19
src: Use '#include <smp/node.h>' when appropriate
Elyes HAOUAS
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-12-18
Revert "include/cpu/x86: Add STM Support"
Aaron Durbin
2019-12-18
include/cpu/x86: Add STM Support
Eugene D. Myers
2019-11-08
arch/x86: Drop some __SMM__ guards
Kyösti Mälkki
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-10-31
cpu/x86: make set_msr_bit publicly available
Michael Niewöhner
2019-09-14
arch/x86: Replace some __PRE_RAM__ use
Kyösti Mälkki
2019-09-14
cpu/x86: Drop lapic_remote_read()
Kyösti Mälkki
2019-08-15
soc/*: mp_run_on_all_cpus: Remove configurable timeout
Patrick Rudolph
2019-08-15
cpu/x86/smm: Promote smm_memory_map()
Kyösti Mälkki
2019-08-13
cpu/x86: Hide smm_save_state_area_t typedef
Kyösti Mälkki
2019-08-13
cpu/x86: Change old-style SMI handler prototypes
Kyösti Mälkki
2019-08-13
cpu/x86: Move some SMM function declarations
Kyösti Mälkki
2019-08-13
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-08
arch/x86: Change smm_subregion() prototype
Kyösti Mälkki
2019-08-07
soc/amd: Rename smm_region_info() to smm_region()
Kyösti Mälkki
2019-08-07
cpu/x86/smm: Promote smm_subregion()
Kyösti Mälkki
2019-07-11
cpu/x86: Declare smi_release_lock() static
Kyösti Mälkki
2019-07-07
cpu/x86: Fix MSR_PLATFORM_INFO definition
Kyösti Mälkki
[next]