diff options
author | Eric Dong <eric.dong@intel.com> | 2017-07-19 10:32:38 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2017-07-20 14:11:15 +0800 |
commit | af96812d141a01e8578cd488c82f9300c4e077fb (patch) | |
tree | a4ee1811f8b37f9561af870435f46450c450a55f | |
parent | ee1d736a0a38832e91ddd6c91f7455928e93e39c (diff) | |
download | edk2-af96812d141a01e8578cd488c82f9300c4e077fb.tar.gz edk2-af96812d141a01e8578cd488c82f9300c4e077fb.tar.bz2 edk2-af96812d141a01e8578cd488c82f9300c4e077fb.zip |
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>
-rw-r--r-- | MdePkg/Include/Protocol/SmmAccess2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/SmmAccess2.h b/MdePkg/Include/Protocol/SmmAccess2.h index eb315db1fb..5904266ba0 100644 --- a/MdePkg/Include/Protocol/SmmAccess2.h +++ b/MdePkg/Include/Protocol/SmmAccess2.h @@ -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;
|