Add constants for fast path resume copying
[coreboot.git] / src / cpu / x86 / smm / smihandler.c
2012-04-04 Stefan ReinauerAdd support to run SMM handler in TSEG instead of ASEG
2011-07-04 Rudolf MarekSmall SMM fixups
2011-06-15 Sven SchnelleSMM: don't overwrite SMM memory on resume
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-22 Stefan ReinauerFix SMM handler comment. Thanks for noticing, Peter!
2010-02-22 Stefan Reinauermini update SMM:
2009-10-24 Stefan Reinauer* refactor x86 smi handler (put all debug stuff in...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-04-22 Stefan Reinauermakes the smi handler a little bit less verbose
2009-04-03 Stefan Reinauerdrop unused variables in generic smm handler. (trivial)
2009-03-06 Stefan Reinauer* fix a minor power state issue in the ich7 smm handler
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...