Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / cpu / x86 / smm /
2012-04-04 Stefan ReinauerAdd support to run SMM handler in TSEG instead of ASEG
2012-03-09 Stefan Reinauermove console includes to central console/console.h
2011-10-15 Stefan ReinauerSMM: Move wbinvd after pmode jump
2011-07-04 Rudolf MarekSmall SMM fixups
2011-06-18 Sven SchnelleSMM: flush caches after disabling caching
2011-06-15 Sven SchnelleSMM: don't overwrite SMM memory on resume
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-19 Stefan ReinauerFix some more misuses of ifdef/if defined
2011-04-14 Stefan Reinauerdrop half an uart8250 implementation from smiutil and...
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-12-18 Patrick GeorgiSupport Intel SCH (Poulsbo) and add iwave/iWRainbowG6...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-08-01 Stefan Reinauer- fix SMM code relocation race
2010-05-30 Stefan Reinauerdon't generate C source code file but use objcopy to...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerdrop "arch/asm.h" and "arch/intel.h" and create "cpu...
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
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:
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-27 Myles WatsonAdd $(obj) paths for a couple of smm files so they...
2009-10-24 Stefan Reinauer* refactor x86 smi handler (put all debug stuff in...
2009-10-24 Stefan ReinauerFirst attempt to integrate SMM in Kconfig. Unused code...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-12 Patrick GeorgiKconfig!
2009-07-22 Stefan ReinauerDon't put .o files in the source tree. (trivial)
2009-07-21 Stefan Reinaueradd intel speedstep support and some PM fixes.
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-02-28 Stefan ReinauerWith this patch the v2 build system will create a direc...
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...