]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Enhance the comments for SmmMemoryAllocationLib instance.
authorQiu Shumin <shumin.qiu@intel.com>
Fri, 19 Jun 2015 01:56:15 +0000 (01:56 +0000)
committershenshushi <shenshushi@Edk2>
Fri, 19 Jun 2015 01:56:15 +0000 (01:56 +0000)
commit25d7db8cc4b04d6dd1d95129550c977ed0a8ed3c
tree48bacd9fad1129933da20e7cfdb7010428e5bfb1
parent1ba5124ed0ff033cf6c95f62c84987ee3e9d29f4
MdePkg: Enhance the comments for SmmMemoryAllocationLib instance.

Per PI spec all allocation of SMRAM should use EfiRuntimeServicesCode or EfiRuntimeServicesData.
So SMM instance use EfiRuntimeServicesCode as the default memory allocation type instead of EfiBootServicesData.
This patch clarify this usage in comments.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17666 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c