* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)
authorStefan Reinauer <stepan@coresystems.de>
Sat, 24 Oct 2009 17:59:36 +0000 (17:59 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 24 Oct 2009 17:59:36 +0000 (17:59 +0000)
commitc35a4511f715b926852117d30ac106c4709fba26
tree3249071b27fce7d12016272265fd31628c1394c7
parent311c56420b07daeae426d03bdfbe20933eabc844
* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)
* lock other CPUs in SMI handler while one CPU is handling an SMI. Without
  this various racing scenarios could happen.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4840 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/x86/smm/Config.lb
src/cpu/x86/smm/Makefile.inc
src/cpu/x86/smm/smihandler.c
src/cpu/x86/smm/smiutil.c [new file with mode: 0644]