[coreboot-gerrit] Change in coreboot[master]: src/include/cpu/x86 AMD Add regs to save state

John E. Kabat Jr. (Code Review) gerrit at coreboot.org
Wed Oct 18 01:58:35 CEST 2017


John E. Kabat Jr. has uploaded this change for review. ( https://review.coreboot.org/22092


Change subject: src/include/cpu/x86 AMD Add regs to save state
......................................................................

src/include/cpu/x86 AMD Add regs to save state

In amd64_smm_state_save_area_t breakbreakout fields in
reserved4 to allow access.


Change-Id: I592fbf18c166dc1890010dde29f76900a6849016
Signed-off-by: John E. Kabat Jr <john.kabat at scarletltd.com>
---
M src/include/cpu/x86/smm.h
1 file changed, 6 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/22092/1

diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h
index eab20ae..7dcf4d7 100644
--- a/src/include/cpu/x86/smm.h
+++ b/src/include/cpu/x86/smm.h
@@ -90,7 +90,12 @@
 	u32	tr_limit;
 	u64	tr_base;
 
-	u8	reserved4[40];
+	u64	io_restart_rip;
+	u64	io_restart_rcx;
+	u64	io_restart_rsi;
+	u64	io_restart_rdi;
+	u32	smm_io_trap_offset;
+	u32	local_smi_status;
 
 	u8	io_restart;
 	u8	autohalt_restart;

-- 
To view, visit https://review.coreboot.org/22092
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I592fbf18c166dc1890010dde29f76900a6849016
Gerrit-Change-Number: 22092
Gerrit-PatchSet: 1
Gerrit-Owner: John E. Kabat Jr. <john.kabat at scarletltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171017/4ba9a646/attachment.html>


More information about the coreboot-gerrit mailing list