]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg SmmAccess: Update comments to follow PI spec.
authorEric Dong <eric.dong@intel.com>
Wed, 19 Jul 2017 02:34:59 +0000 (10:34 +0800)
committerEric Dong <eric.dong@intel.com>
Thu, 20 Jul 2017 06:11:15 +0000 (14:11 +0800)
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>
MdeModulePkg/Include/Ppi/SmmAccess.h

index 085ad644c848b4fe62e8f7f02a9fd8ed81b831f3..d91374ef720ed81f4fe67f8aa4a17d14ff21d0b8 100644 (file)
@@ -128,8 +128,9 @@ EFI_STATUS
 \r
 ///\r
 ///  EFI SMM Access PPI is used to control the visibility of the SMRAM on the platform.\r
-///  It abstracts the location and characteristics of SMRAM.  The expectation is\r
-///  that the north bridge or memory controller would publish this PPI.\r
+///  It abstracts the location and characteristics of SMRAM. The platform should report \r
+///  all MMRAM via PEI_SMM_ACCESS_PPI. The expectation is that the north bridge or \r
+///  memory controller would publish this PPI.\r
 /// \r
 struct _PEI_SMM_ACCESS_PPI {\r
   PEI_SMM_OPEN          Open;\r