summaryrefslogtreecommitdiff
path: root/MdeModulePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-28 09:17:15 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-28 09:17:15 +0000
commitb9f020e9f985d9f3e10830177b0c82e033ae4ae3 (patch)
tree6a41dfe2969caf23db5c41729b96397925022d73 /MdeModulePkg/ChangeLog.txt
parent806b6f31d9e43ed798938a4a9dc900bdca008c70 (diff)
downloadedk2-platforms-b9f020e9f985d9f3e10830177b0c82e033ae4ae3.tar.xz
Update ChangeLog.txt to log remove PeCoffLoader library class from MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3971 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/ChangeLog.txt')
-rw-r--r--MdeModulePkg/ChangeLog.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/MdeModulePkg/ChangeLog.txt b/MdeModulePkg/ChangeLog.txt
index d72f259c3e..dbad47fbd4 100644
--- a/MdeModulePkg/ChangeLog.txt
+++ b/MdeModulePkg/ChangeLog.txt
@@ -146,4 +146,18 @@ EDK_3773: Non-Compatible: qwang12
use gEfiFirmwareVolume2ProtocolGuid.
3) The gEfiFirmwareVolumeProtocolGuid in [Depex] section of INF file should updated.
And the package dependency should also be changed if needed due to this protocol
- GUID change. \ No newline at end of file
+ GUID change.
+
+==========================================================================================
+EDK_3967: Non-Compatible: lgao4
+
+ Class_Library: Remove PeCoffLoader library class and its instances.
+
+ Code Change :
+ 1) Remove MdeModulePkg/Include/Library/PeCoffLoaderLib.h
+ 2) Remove MdeModulePkg/Library/DxePeCoffLoaderFromHobLib and PeiDxePeCoffLoaderLib instance
+ 3) Modify PeiCore, DxeIpl and DxeCore to use PeCoffLib in place of PeCoffLoaderLib.
+
+ Possible Impacts:
+ 1) All modules don't use PeCoffloader library class any longer to load PeImage.
+ If necessary, they should use PeCoffLib of MdePkg to load PeImage.