Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45478 )
Change subject: [UNTESTED]cpu/x86/mp_init.c: Print out the SMM save state revision when relocating ......................................................................
[UNTESTED]cpu/x86/mp_init.c: Print out the SMM save state revision when relocating
This can be used to determine the save state revision of a CPU.
Change-Id: I751d226a9de60f5dd03fd2bcb8c473bdbd5923a0 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/mp_init.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/45478/1
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c index caed8f4..3a48f1a 100644 --- a/src/cpu/x86/mp_init.c +++ b/src/cpu/x86/mp_init.c @@ -721,6 +721,8 @@ return; }
+ printk(BIOS_DEBUG, "SMM save state revision: 0x%x\n", smm_revision()); + /* * The permanent handler runs with all cpus concurrently. Precalculate * the location of the new SMBASE. If using SMM modules then this
Arthur Heymans has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45478 )
Change subject: [UNTESTED]cpu/x86/mp_init.c: Print out the SMM save state revision when relocating ......................................................................
Abandoned