MdePkg SmmAccess2: Update comments to follow PI spec.

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:
Eric Dong 2017-07-19 10:32:38 +08:00
parent ee1d736a0a
commit af96812d14
1 changed files with 3 additions and 2 deletions

View File

@ -108,8 +108,9 @@ EFI_STATUS
///
/// EFI SMM Access2 Protocol 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 protocol.
/// It abstracts the location and characteristics of SMRAM. The platform should report all
/// MMRAM via EFI_MM_ACCESS_PROTOCOL. The expectation is that the north bridge or memory
/// controller would publish this protocol.
///
struct _EFI_SMM_ACCESS2_PROTOCOL {
EFI_SMM_OPEN2 Open;