Arthur Heymans has uploaded this change for review.

View Change

[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

To view, visit change 45478. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I751d226a9de60f5dd03fd2bcb8c473bdbd5923a0
Gerrit-Change-Number: 45478
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange