mirror of https://github.com/acidanthera/audk.git
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:
parent
ee1d736a0a
commit
af96812d14
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue