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
/
cpu
/
x86
/
smm
Age
Commit message (
Expand
)
Author
2023-06-04
cpu/x86/smm: Drop fxsave/fxrstor logic
Arthur Heymans
2023-05-23
cpu/x86/smm_stub.S: Fix comment
Arthur Heymans
2023-05-23
cpu/x86/smm_stub.S: Update comment
Arthur Heymans
2023-04-06
cpu/smm_module_loader.c: Fix up CPU index locally
Arthur Heymans
2023-04-06
cpu/x86/mp_init.c: Generate a C header to get start32 offset
Arthur Heymans
2023-03-05
cpu/x86/smm: Add PCI resource store functionality
Robert Zieba
2023-02-15
cpu/x86/smm: Enable setting SMM console log level from mainboard
Johnny Lin
2022-12-07
mb,sb,soc/intel: Drop useless IO trap handlers
Kyösti Mälkki
2022-11-17
sb/intel/common: Drop duplicate smi_set_eos()
Kyösti Mälkki
2022-11-16
cpu/x86/smm: Use common SMM_ASEG region
Kyösti Mälkki
2022-11-09
cpu/x86/smm/module_loader: Fix ASEG loading
Arthur Heymans
2022-11-07
cpu/x86: Drop LEGACY_SMP_INIT
Arthur Heymans
2022-11-07
{cpu/nb}/amd/family15tn: Remove platform
Arthur Heymans
2022-11-07
mb/aopen/dxplplusu: Remove board
Arthur Heymans
2022-10-26
cpu/x86: Clean up includes
Elyes Haouas
2022-10-06
cpu/x86/smm/smm_module_loader.c: Clean up includes
Elyes Haouas
2022-09-24
cpu/x86/smm/smihandler: use lapicid()
Felix Held
2022-09-23
cpu/x86/smm/smihandler: use existing LAPIC ID register definition
Felix Held
2022-09-22
cpu/x86/smm/smm_module_loader.c: Fix STM setup
Eugene Myers
2022-06-15
cpu/x86/smm/smm_module_loader.c: Fix formatted print
Elyes Haouas
2022-06-03
cpu/x86/smm_module_loader: Use struct region in cpu map
Arthur Heymans
2022-06-03
cpu/x86/smm: Use struct region to check overlapping sections
Arthur Heymans
2022-06-03
cpu/x86/smm_module_loader: Update logging
Arthur Heymans
2022-06-02
cpu/x86/smm_module_loader: Drop superfluous checks
Arthur Heymans
2022-05-31
cpu/x86/smm_module_load: Fix SMM stub params
Kyösti Mälkki
2022-05-28
cpu/x86/mp_init.c: Drop 'real' vs 'used' save state
Arthur Heymans
2022-05-28
cpu/x86/smm_module_load: Rewrite setup_stub
Arthur Heymans
2022-05-28
cpu/x86/smm_module_loader: Add a convenient ss_top
Arthur Heymans
2022-05-28
cpu/x86/smm_module_loader.c: Rewrite setup
Arthur Heymans
2022-05-28
cpu/x86/smm: Drop 'entry' struct element
Arthur Heymans
2022-05-28
cpu/x86/smm: Refactor creating a stub/save state map
Arthur Heymans
2022-05-23
cpu/x86/smm: Remove heap
Arthur Heymans
2022-04-11
cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub
Arthur Heymans
2022-04-11
cpu/x86/smm_module_loader.c: Clean up printing the CPU map
Arthur Heymans
2022-03-10
cpu/x86/smm: Add weak SoC init and exit methods
Raul E Rangel
2022-03-09
cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI
Raul E Rangel
2022-02-28
cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG
Arthur Heymans
2022-02-10
Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available"
Felix Held
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-07
cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER
Arthur Heymans
2022-02-07
cpu/x86/mp_init.c: Rename num_concurrent_stacks
Arthur Heymans
2022-02-07
cpu/x86/smm: Improve smm stack setup
Arthur Heymans
2022-02-05
cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available
Kyösti Mälkki
2022-02-03
cpu/x86/smm: Retype variables
Arthur Heymans
2022-01-26
src: Add missing 'void' in function definition
Elyes HAOUAS
2021-10-18
cpu/x86/smm/smm_stub: Remove cpu_info
Raul E Rangel
2021-10-05
arch/x86,cpu/x86: Introduce new method for accessing cpu_info
Raul E Rangel
2021-09-29
arch/x86,cpu/x86: Disable the %gs and %fs segments
Raul E Rangel
2021-07-06
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-06-19
soc/intel/common/block/smm: Add `mainboard_smi_finalize`
Aseda Aboagye
2021-06-15
treewide: Disable R_AMD64_32S relocation support
Patrick Rudolph
2021-06-11
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-05-30
cpu/x86/smm: Fix u32 type mismatch in print statement
Paul Menzel
2021-05-30
cpu/x86/smm: Fix size_t type mismatch in print statement
Paul Menzel
2021-05-30
cpu/x86/smm: Fix uintptr_t type mismatches in print statements
Paul Menzel
2021-05-10
cpu/x86/smm: Fix typo
Patrick Georgi
2021-05-10
*x86: fix x2apic mode boot issue
Wonkyu Kim
2021-05-05
src/cpu/x86/smm: remove debug message; not thread safe
Rocky Phagura
2021-04-23
cpu/x86: Fix control flow UNREACHABLE issue
John Zhao
2021-04-19
cpu/x86/smm/smm_module_loaderv2.c: Rename file
Arthur Heymans
2021-04-19
cpu/x86/smm: Drop the V1 smmloader
Arthur Heymans
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-24
cpu/x86/smm: Fix SMM start address passing
Marc Jones
2021-03-19
cpu/x86/smm_module_loaderv2.c: Remove noop stack size check
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/smm_module_loaderv2.c: Constify setup_stub()
Arthur Heymans
2021-03-19
cpu/x86/smm_module_hander: Set up a save state map
Arthur Heymans
2021-03-19
cpu/x86/smm_loaderv2: Fix when only 1 CPU is present
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-19
cpu/x86/smm_module_handler: Add relocatable module params
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-02-15
src: use ARRAY_SIZE where possible
Patrick Georgi
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-18
cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word
Elyes HAOUAS
2021-01-13
cpu/x86/smm: Pass GNVS with smm_module_loader v2
Kyösti Mälkki
2021-01-08
cpu/x86/smm: Use append instead of assign for smm-c-deps
Furquan Shaikh
2021-01-04
ACPI: Final APM_CNT_GNVS_UPDATE cleanup
Kyösti Mälkki
2021-01-04
arch/x86: Pass GNVS as parameter to SMM module
Kyösti Mälkki
2020-12-04
cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Arthur Heymans
2020-12-02
cpu/x86/smm/smm_stub: Fix stack canary on x86_64
Patrick Rudolph
2020-12-02
cpu/x86/smm/smm_stub: Fix GDT for x86_64
Patrick Rudolph
2020-11-16
cpu/x86/smm/smm_module_loaderv2: Properly print stack_end
Arthur Heymans
2020-11-16
cpu/x86/smm/smm_module_loaderv2.c: Use more variables
Arthur Heymans
2020-11-16
cpu/x86/smm: Check that the stub size is < save state size
Arthur Heymans
2020-11-09
cpu/x86/smm: Add a common save state handling
Arthur Heymans
2020-11-09
cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4
Arthur Heymans
2020-11-09
cpu/x86/smm/smihandler.c: Simplify smm revision handling
Arthur Heymans
2020-11-02
cpu/x86/smm: Pass smm.ld through src-to-obj
Arthur Heymans
2020-09-29
cpu/x86/smm/smihandler.c: Implement smm_get_save_state()
Arthur Heymans
2020-09-29
cpu/x86/smm/smmhandler.c: Get revision using C code
Arthur Heymans
2020-09-21
src/cpu: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
cpu/x86/smm.h: Add function to return the SMM save state revision
Arthur Heymans
2020-08-30
cpu/x86/smm/smmhandler: Fix x86_64 assembly exit
Patrick Rudolph
[next]