From e77d588ee46bfdff1a152f166eca84e3c5827665 Mon Sep 17 00:00:00 2001 From: "John E. Kabat Jr" Date: Tue, 17 Oct 2017 17:57:47 -0600 Subject: cpu/x86: add AMD registers to SMM save state In amd64_smm_state_save_area_t break out fields in reserved4 to allow access. BUG=b:65485690 Change-Id: I592fbf18c166dc1890010dde29f76900a6849016 Signed-off-by: John E. Kabat Jr Reviewed-on: https://review.coreboot.org/22092 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/include/cpu/x86/smm.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index eab20aeb2f..7dcf4d70e2 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -90,7 +90,12 @@ typedef struct { 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; -- cgit v1.2.3