TianoCore EDK2 master
|
#include <UefiPayloadPkg/Include/Guid/SmmS3CommunicationInfoGuid.h>
Data Fields | |
UINT32 | ApicId |
UINT32 | SmmBase |
The information below is used for communication between bootloader and payload. It is used to save/store some registers in S3 path
This region exists only when gEfiAcpiVariableGuid HOB exist. when PLD_S3_INFO.PldAcpiS3Enable is false, the communication buffer is defined as below.
Definition at line 29 of file SmmS3CommunicationInfoGuid.h.
UINT32 CPU_SMMBASE::ApicId |
Definition at line 30 of file SmmS3CommunicationInfoGuid.h.
UINT32 CPU_SMMBASE::SmmBase |
Definition at line 31 of file SmmS3CommunicationInfoGuid.h.