X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FChangeLog.txt;fp=MdeModulePkg%2FChangeLog.txt;h=d9bc99049966de08aacf98368fe26a658bb9ec0d;hp=dbad47fbd4fe51976f7e6588b23f249ce217da8f;hb=a0ae8996bcb6e715840a811e863621b04989db5f;hpb=c62a593c903d92cf3e1330fb84170e32bad5b646 diff --git a/MdeModulePkg/ChangeLog.txt b/MdeModulePkg/ChangeLog.txt index dbad47fbd4..d9bc990499 100644 --- a/MdeModulePkg/ChangeLog.txt +++ b/MdeModulePkg/ChangeLog.txt @@ -39,7 +39,21 @@ EDK_0000: Compatible: owner ########################################################################################## ========================================================================================== -EDK_39331: Non-Compatible: klu2 +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. + +========================================================================================== +EDK_3931: Non-Compatible: klu2 Class_PIEnable[5]: New library class for S3Resume and Recovery for DxeIpl PEIM. @@ -147,17 +161,3 @@ EDK_3773: Non-Compatible: qwang12 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. - -========================================================================================== -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.