From: qhuang8 Date: Thu, 13 Nov 2008 11:23:43 +0000 (+0000) Subject: Add change log as the brief summary of previous non-backward compatible changes to... X-Git-Tag: edk2-stable201903~19706 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b33bc017f84b71df05c18558a62ece42387cdf92 Add change log as the brief summary of previous non-backward compatible changes to MdePkg and other packages. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6537 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt index 001c71543e..13c66fe33d 100644 --- a/MdePkg/ChangeLog.txt +++ b/MdePkg/ChangeLog.txt @@ -206,3 +206,22 @@ Possible Impacts: Customer's module that reference SafeFreePool need to updated. Otherwise a build break may occur. +EDK_6496-6519: Non-Compatible: qhuang8 + + A bundle of library class/instance renames, moves and merges: + 1. Rename library class UsbLib to UefiUsbLib + 2. Rename library class ScsiLib to UefiScsiLib + 3. Rename library class PalCallLib to PalLib + 4. Rename library class DxePiLib to DxeSerivcesLib and drop the prefix "PiLib" to all its APIs. + 5. Merge library class PiPeiLib to PeiServicesLib and rename the PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() + 6. Move library class HiiLib to MdeModulePkg + 7. Move library class IfrSupportLib to MdeModulePkg + 8. Move library class FvbServiceLib to MdeModulePkg + 9. Rename library instance of BasePalCallLibNull to BasePalLibNull + 10. Move library instance UefiHiiLib to MdeModulePkg + 11. Move library instance UefiIfrSupportLib to MdeModulePkg + +Possible Impacts: + Every change listed above is non-backward compatibile for MdePkg and other packages. It is required to update module + sources (*.c;*.h), module meta data files (*.inf) and update the platform DSC files to fix the build break. + However, it is less likely to bring about functional issue for these updates.