Attention is currently required from: Kyösti Mälkki. Hello build bot (Jenkins), Kyösti Mälkki,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55138
to look at the new patch set (#3).
Change subject: mb/emulation/q35: Fix running with qemu-i386 with SMM_TSEG ......................................................................
mb/emulation/q35: Fix running with qemu-i386 with SMM_TSEG
Depending on whether qemu emulates a amd64 or i386 machine the SMM save state will differ. The smbase offsets are incompatible between those save states.
Tested qemu with TSEG now properly relocates smm on both x86_64 and i386.
Change-Id: Ic6994c8d6e10fd06655129dbd801f1f9d5fd639f Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/emulation/qemu-q35/cpu.c 1 file changed, 31 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/55138/3