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
/
smihandler.c
Age
Commit message (
Expand
)
Author
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
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-07-11
cpu/x86: Declare smi_release_lock() static
Kyösti Mälkki
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-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-19
cpu/x86/smm/smihandler: Apply cosmetic changes
Patrick Rudolph
2017-03-16
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
cpu/x86: Use tabs for indent
Lee Leahy
2017-03-16
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2016-09-04
src/cpu: Improve code formatting
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
smm: 64bit fixes
Stefan Reinauer
2015-05-28
smm: Merge configs SMM_MODULES and SMM_TSEG
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-11
x86 SMM: Replace weak prototypes with weak function stub
Kyösti Mälkki
2015-01-09
x86: Initialize drivers in SMM context if needed
David Hendricks
2014-08-11
x86/smm/smihandler.c: break case in switch
Patrick Georgi
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-02-27
smm: Update rev 0x30101 SMM revision save state
Aaron Durbin
2012-07-25
SMM: Fix state table for Intel Core2 CPUs
Stefan Reinauer
2012-07-24
SMM: Fix state save map for sandybridge and TSEG
Duncan Laurie
2012-04-04
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2011-07-04
Small SMM fixups
Rudolf Marek
2011-06-15
SMM: don't overwrite SMM memory on resume
Sven Schnelle
2010-12-18
SMM for AMD K8 Part 1/2
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
fix a couple of warnings
Stefan Reinauer
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2010-02-22
Fix SMM handler comment. Thanks for noticing, Peter!
Stefan Reinauer
2010-02-22
mini update SMM:
Stefan Reinauer
2009-10-24
* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-04-22
makes the smi handler a little bit less verbose
Stefan Reinauer
2009-04-03
drop unused variables in generic smm handler. (trivial)
Stefan Reinauer
2009-03-06
* fix a minor power state issue in the ich7 smm handler
Stefan Reinauer
2009-01-19
First shot at factoring SMM code into generic parts and southbridge specific
Stefan Reinauer