History log of /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a750b4ae24ce072f7c5ced1b89c18f9cc23debc8 19-Oct-2016 Gary Lin <glin@suse.com> MdePkg: Fix typos in comments

- Resuts -> Results
- outputed -> outputted
- specifiecd -> specified
- TURE -> TRUE
- specifed -> specified
- Pointion -> Position
- Arrary -> Array
- elasped -> elapsed
- paramter -> parameter
- Sumbit -> Submit

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
25d7db8cc4b04d6dd1d95129550c977ed0a8ed3c 19-Jun-2015 Qiu Shumin <shumin.qiu@intel.com> 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
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
4f953ed72109eeb87cbb11bd534c069f31e8b344 17-Mar-2015 Qiu Shumin <shumin.qiu@intel.com> MdePkg:Fix typo 'caculate' in MdePkg.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bruce Cran <bruce.cran@gmail.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17057 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
1346352d5210661c92ae4343c9a69d9aa3b730e1 31-Dec-2013 Liming Gao <liming.gao@intel.com> Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overflow ASSERT case.

Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15033 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
1d733f731f968622910544b6794a8b8a2c864fed 28-Jul-2010 lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or gBS Free service according to the buffer in or out of SMRAM range.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10700 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
58380e9c6174f23df78f777b4209c0fd75245cda 30-Jun-2010 myronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524> Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10615 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
2fc59a003ed9104f9feebe0e418f2a04a50f3284 25-Jun-2010 myronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524> Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10604 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
19388d2960b2fe0347da23799e93ccc52f540214 23-Apr-2010 hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> Update the copyright notice format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10415 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
c819c0166595ddec25275c38e4005621da1b031b 14-Feb-2010 mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10001 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c