SMM: Move wbinvd after pmode jump
authorStefan Reinauer <reinauer@google.com>
Sat, 15 Oct 2011 18:23:04 +0000 (11:23 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sat, 15 Oct 2011 19:16:37 +0000 (21:16 +0200)
commit3128685a918ee9c67a50f9753874b794008c8607
treedde51d1605866e42ad19d8af16188f7aa0e45d83
parent1377491ac7a7bb75d6834bf79a219fd8ae1c03cd
SMM: Move wbinvd after pmode jump

According to Rudolf Marek putting a memory instruction between
the CR0 write and the jmp in protected mode switching might hang the
machine. Move it after the jmp.

There might be a better solution for this, such as enabling the cache, as
keeping it disabled does not prevent cache poisoning attacks, so there is no
real point.

However, Intel docs say that SMM code in ASEG is always running uncached, so
we might want to consider running SMM out of TSEG instead, as well.

Signed-off-by: Stefan Reinauer <reinauer@google.com>
Change-Id: Id396acf3c8a79a9f1abcc557af6e0cce099955ec
Reviewed-on: http://review.coreboot.org/283
Reviewed-by: Sven Schnelle <svens@stackframe.org>
Tested-by: build bot (Jenkins)
src/cpu/x86/smm/smmhandler.S