From 381700e7ec50747af372a86933ef4d6a0d934e6e Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 19 Jul 2017 10:34:59 +0800 Subject: MdeModulePkg SmmAccess: Update comments to follow PI spec. Cc: Jeff Fan Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Jeff Fan Reviewed-by: Ruiyu Ni --- MdeModulePkg/Include/Ppi/SmmAccess.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Include/Ppi/SmmAccess.h b/MdeModulePkg/Include/Ppi/SmmAccess.h index 085ad644c8..d91374ef72 100644 --- a/MdeModulePkg/Include/Ppi/SmmAccess.h +++ b/MdeModulePkg/Include/Ppi/SmmAccess.h @@ -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; -- cgit v1.2.3