]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update BasePeCoffLib comments to specify this library support scope.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Apr 2009 05:18:43 +0000 (05:18 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Apr 2009 05:18:43 +0000 (05:18 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8210 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c

index 534b78ec2520e073103ba8456c16f86dfb1168f3..56f951a171be03ce1b70cd1dba910346040473f7 100644 (file)
@@ -1,7 +1,10 @@
 #/** @file\r
 #  PE/COFF Loader Library implementation.\r
+#  The IPF version library supports loading IPF and EBC PE/COFF image.\r
+#  The IA32 version library support loading IA32, X64 and EBC PE/COFF images.\r
+#  The X64 version library support loading IA32, X64 and EBC PE/COFF images.\r
 #\r
-#  Copyright (c) 2006 - 2008, Intel Corporation.\r
+#  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
index d35d40be61bddd41a125d01cf63c29ce938424fd..95c2da15dd3ed8ac7386d15d7f5b24e3c1bb73c6 100644 (file)
@@ -218,12 +218,9 @@ PeCoffLoaderRelocateImageEx (
   Returns TRUE if the machine type of PE/COFF image is supported. Supported\r
   does not mean the image can be executed it means the PE/COFF loader supports\r
   loading and relocating of the image type. It's up to the caller to support\r
-  the entry point.\r
-\r
-  This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
-  & x64 images. Calling the entry point in a correct mannor is up to the\r
-  consumer of this library. This version also supports the special relocations\r
-  for Itanium.\r
+  the entry point. \r
+  \r
+  The itanium version PE/COFF loader/relocater supports itanium and EBC image.\r
 \r
   @param  Machine   Machine type from the PE Header.\r
 \r
index 723d24e0f4815d0867946d82c7f0465b75f6e500..5d2f8cb48d4cfc0d27767053589e025c20924e67 100644 (file)
@@ -43,6 +43,8 @@ PeCoffLoaderRelocateImageEx (
   does not mean the image can be executed it means the PE/COFF loader supports\r
   loading and relocating of the image type. It's up to the caller to support\r
   the entry point.\r
+  \r
+  The IA32/X64 version PE/COFF loader/relocater both support IA32, X64 and EBC images.\r
 \r
   @param  Machine   Machine type from the PE Header.\r
 \r