index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
/
smm
Age
Commit message (
Expand
)
Author
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-02
intel/stm: Place resource list right below MSEG
Eugene D Myers
2020-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
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-21
cpu/x86/smm: Convert C++ style comment
Eugene Myers
2020-02-17
treewide: capitalize 'BIOS'
Elyes HAOUAS
2020-02-17
cpu/x86/smm: Remove blank line in code
Eugene Myers
2020-02-09
cpu/x86/smm: Add overflow check
Nico Huber
2020-02-05
security/intel/stm: Add STM support
Eugene Myers
2019-11-22
cpu/intel/smm: Drop em64t save state
Arthur Heymans
2019-11-22
cpu/x86/smm: Use PRIxPTR to print uintptr_t
Jacob Garber
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2019-08-28
arch/x86: Drop weak attribute on stage_cache
Kyösti Mälkki
2019-08-21
southbridge/intel: Tidy up preprocessor and headers
Kyösti Mälkki
2019-08-15
cpu/x86/smm: Promote smm_memory_map()
Kyösti Mälkki
2019-08-15
cpu/x86/smm: Define single smm_subregion()
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: Separate save_state struct headers
Kyösti Mälkki
2019-08-08
arch/x86: Change smm_subregion() prototype
Kyösti Mälkki
2019-08-08
arch/x86: Move TSEG_STAGE_CACHE implementation
Kyösti Mälkki
2019-07-11
cpu/x86: Declare smi_release_lock() static
Kyösti Mälkki
2019-07-09
cpu/x86: Declare SMM_ASEG
Kyösti Mälkki
2019-07-09
arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class
Kyösti Mälkki
2019-07-08
cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_t
Elyes HAOUAS
2019-06-21
cpu: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-06-21
x86/smmstub: Fix compiling with external toolchains
Arthur Heymans
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-25
cpu/x86/smm: Add qemu's SMM-Revision Level
Patrick Rudolph
2018-12-24
x86/smm/smmhandler.S: Use tabs instead of white spaces
Elyes HAOUAS
2018-12-03
sb/intel/i82801gx: Clean up unneeded smi setup code
Arthur Heymans
2018-12-03
nb/intel/x4x: Use common code for SMM in TSEG
Arthur Heymans
2018-11-08
src: Replace common MSR addresses with macros
Elyes HAOUAS
2018-10-18
cpu/x86/smm: Fix non-local header treated as local
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-08-13
cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value"
Richard Spiegel
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
2018-06-27
smm: Clear SMRAM when debugging
Raul E Rangel
2018-06-04
src/cpu: Get rid of whitespace before tab
Elyes HAOUAS
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-01-15
Intel sch board & chip: Remove - using LATE_CBMEM_INIT
Martin Roth
2017-09-05
Move ADDR32() hack to arch/x86
Patrick Georgi
[next]