aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm
AgeCommit message (Expand)Author
2013-12-04Update SMM for FSP systemsMarc Jones
2013-11-25Support for nehalem northbridgeVladimir Serbinenko
2013-11-25Support for Ibexpeak southbridgeVladimir Serbinenko
2013-11-24smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie
2013-08-23usbdebug: Do not support logging from SMMKyösti Mälkki
2013-07-11cpu: Fix spellingMartin Roth
2013-06-13Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"Stefan Reinauer
2013-06-12Add support for Intel Ibex Peak (Mobile 5) southbridgeStefan Reinauer
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-18SMM: link against libgccStefan Reinauer
2013-03-18haswell: Use SMM ModulesAaron Durbin
2013-03-14x86: SMM Module SupportAaron Durbin
2013-03-14haswell: Add initial support for Haswell platformsAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-27smm: Update rev 0x30101 SMM revision save stateAaron Durbin
2012-11-27intel/i82801ix: new southbridge, ICH9Patrick Georgi
2012-07-26USBDEBUG: buffer up to 8 bytesSven Schnelle
2012-07-25SMM: Fix state table for Intel Core2 CPUsStefan Reinauer
2012-07-24SMM: Fix state save map for sandybridge and TSEGDuncan Laurie
2012-07-24SMM: Add heap region and move C handler higher in regionDuncan Laurie
2012-04-06Add Sandybridge/Cougar Point support to SMM relocation handlerStefan Reinauer
2012-04-05Update documentation in smmrelocate.S to mention TSEGStefan Reinauer
2012-04-04Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer
2012-03-09move console includes to central console/console.hStefan Reinauer
2011-10-15SMM: Move wbinvd after pmode jumpStefan Reinauer
2011-07-04Small SMM fixupsRudolf Marek
2011-06-18SMM: flush caches after disabling cachingSven Schnelle
2011-06-15SMM: don't overwrite SMM memory on resumeSven Schnelle
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-19Fix some more misuses of ifdef/if definedStefan Reinauer
2011-04-14drop half an uart8250 implementation from smiutil and use the common code Stefan Reinauer
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-18Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 boardPatrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-05-30don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-24SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-02-22Fix SMM handler comment. Thanks for noticing, Peter!Stefan Reinauer
2010-02-22mini update SMM:Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-27Add $(obj) paths for a couple of smm files so they don't end up in the top di...Myles Watson
2009-10-24* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)Stefan Reinauer
2009-10-24First attempt to integrate SMM in Kconfig. Unused code so farStefan Reinauer
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12Kconfig!Patrick Georgi
2009-07-22Don't put .o files in the source tree. (trivial)Stefan Reinauer
2009-07-21add intel speedstep support and some PM fixes.Stefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-22makes the smi handler a little bit less verboseStefan Reinauer
2009-04-03drop unused variables in generic smm handler. (trivial)Stefan Reinauer
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-02-28With this patch the v2 build system will create a directory hierarchyStefan Reinauer
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer