X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FFrameworkSpecConformance.txt;h=ae4e38b2c6e2144e82d2d5e2a55ed8ea9d17688a;hp=96fa3c7c10afa26a156bf5431d3e9c84a321cd1d;hb=23228db3827140cea7be70a20bb62cbcd9636cd7;hpb=6ac6f987086150877f0729f271f8a158a0c2c405 diff --git a/IntelFrameworkPkg/FrameworkSpecConformance.txt b/IntelFrameworkPkg/FrameworkSpecConformance.txt index 96fa3c7c10..ae4e38b2c6 100644 --- a/IntelFrameworkPkg/FrameworkSpecConformance.txt +++ b/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) ##