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:
@@ -128,8 +128,9 @@ EFI_STATUS
|
|||||||
|
|
||||||
///
|
///
|
||||||
/// EFI SMM Access PPI is used to control the visibility of the SMRAM on the platform.
|
/// 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
|
/// It abstracts the location and characteristics of SMRAM. The platform should report
|
||||||
/// that the north bridge or memory controller would publish this PPI.
|
/// 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 {
|
struct _PEI_SMM_ACCESS_PPI {
|
||||||
PEI_SMM_OPEN Open;
|
PEI_SMM_OPEN Open;
|
||||||
|
Reference in New Issue
Block a user