summaryrefslogtreecommitdiff
path: root/edk2/IntelFrameworkPkg
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-22 03:15:24 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-22 03:15:24 +0000
commit101e4a4150cd8bcc881e462544d3cfafafc9b3ac (patch)
tree069f64dd99c89fcbf10745fab23cb6b03279cb13 /edk2/IntelFrameworkPkg
parentc49c5155e8277b79731b640fa83ef8603c86c37d (diff)
Document the inconsistency of EFI_SMM_CPU_SAVE_STATE between the EDK2 code base and the Framework SMM CIS 0.91 spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@11188 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/IntelFrameworkPkg')
-rw-r--r--edk2/IntelFrameworkPkg/FrameworkSpecConformance.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/edk2/IntelFrameworkPkg/FrameworkSpecConformance.txt b/edk2/IntelFrameworkPkg/FrameworkSpecConformance.txt
index 96fa3c7c1..ae4e38b2c 100644
--- a/edk2/IntelFrameworkPkg/FrameworkSpecConformance.txt
+++ b/edk2/IntelFrameworkPkg/FrameworkSpecConformance.txt
@@ -1193,6 +1193,20 @@
The enumeration fields listed above are *NOT* defined in Framework SmmCis specification 0.91. EdkII introduces
these fields to support new SMI types.
+ 3. Include/Framework/SmmCis.h
+ typedef union {
+ ///
+ /// The processor save-state information for IA-32 processors.
+ ///
+ EFI_SMI_CPU_SAVE_STATE Ia32SaveState;
+ ///
+ /// Note: Inconsistency with the Framework SMM CIS spec - Itanium save state not included.
+ ///
+ /// The processor save-state information for Itanium processors.
+ ///
+ /// EFI_PMI_SYSTEM_CONTEXT ItaniumSaveState;
+ } EFI_SMM_CPU_SAVE_STATE;
+
##
# Mismatch with Intel Platform Innovation Framework for EFI S3 Resume Boot Path Specification (Version 0.9)
##