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
/
smm_stub.S
Age
Commit message (
Expand
)
Author
2023-08-21
cpu/x86/smm: Don't save EFER
Arthur Heymans
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/x86/mp_init.c: Generate a C header to get start32 offset
Arthur Heymans
2022-04-11
cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub
Arthur Heymans
2022-02-10
Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available"
Felix Held
2022-02-05
cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available
Kyösti Mälkki
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-15
treewide: Disable R_AMD64_32S relocation support
Patrick Rudolph
2021-05-10
cpu/x86/smm: Fix typo
Patrick Georgi
2021-05-10
*x86: fix x2apic mode boot issue
Wonkyu Kim
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2021-03-19
cpu/x86/smm_stub.S: Drop smm_runtime from the stub
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
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-08-18
cpu/x86/smm/smm_stub: Add x86_64 support
Patrick Rudolph
2020-07-08
ACPI: Add and fill gnvs_ptr for smm_runtime
Kyösti Mälkki
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-07
cpu/x86/smm: Add smm_size to relocatable smmstub
Arthur Heymans
2020-02-05
security/intel/stm: Add STM support
Eugene Myers
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-06-28
smm: Add canary to end of stack and die() if a stack overflow occurs
Raul E Rangel
2018-06-27
smm: Switch from %edx to %ebx
Raul E Rangel
2018-06-27
smm: Push a null stack base pointer
Raul E Rangel
2018-06-27
smm: Make local variables relative to ebp
Raul E Rangel
2017-08-31
cpu/x86 asm: Just use the correct op suffix
Edward O'Callaghan
2017-06-27
cpu/x86/smm: allow SSE instructions in SMM modules
Aaron Durbin
2017-06-22
cpu/x86/smm: use macros for CR0 flags
Aaron Durbin
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-09
rmodule: use program.ld for linking
Aaron Durbin
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2013-03-14
x86: SMM Module Support
Aaron Durbin