mirror of https://github.com/acidanthera/audk.git
MdeModulePkg SmmAccess: Update comments to follow PI spec.
Cc: Jeff Fan <jeff.fan@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
af96812d14
commit
381700e7ec
|
@ -128,8 +128,9 @@ EFI_STATUS
|
|||
|
||||
///
|
||||
/// EFI SMM Access PPI is used to control the visibility of the SMRAM on the platform.
|
||||
/// It abstracts the location and characteristics of SMRAM. The expectation is
|
||||
/// that the north bridge or memory controller would publish this PPI.
|
||||
/// It abstracts the location and characteristics of SMRAM. The platform should report
|
||||
/// all MMRAM via PEI_SMM_ACCESS_PPI. The expectation is that the north bridge or
|
||||
/// memory controller would publish this PPI.
|
||||
///
|
||||
struct _PEI_SMM_ACCESS_PPI {
|
||||
PEI_SMM_OPEN Open;
|
||||
|
|
Loading…
Reference in New Issue