]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/ChangeLog.txt
Correct the unknown character and update ChangeLog.txt
[mirror_edk2.git] / MdePkg / ChangeLog.txt
index 001c71543e7417bd0ca7e3f841e22569a58183e0..86cb910fb3b38a25ae3fa88f4ea38147f42b00b0 100644 (file)
@@ -154,7 +154,7 @@ EDK_5869:  Non-Compatible: qhuang8
                        Modules using this macro, it needs to adapt to new interface.\r
                        \r
 EDK_5939:  Non-Compatible: qwang12\r
-  Library API moved frrom HiiLib to UefiLib.\r
+  Library API moved from HiiLib to UefiLib.\r
   \r
                Code Change:\r
                        Change HiiLibGetCurrentLanguage to GetCurrentLanguage and moved it from HiiLib to UefiLib.\r
@@ -206,3 +206,40 @@ Possible Impacts:
                        Customer's module that reference SafeFreePool need to updated. Otherwise\r
                        a build break may occur.\r
                        \r
+EDK_6496-6519:  Non-Compatible: qhuang8\r
+\r
+       A bundle of library class/instance renames, moves and merges:\r
+       1.  Rename library class UsbLib to UefiUsbLib\r
+       2.  Rename library class ScsiLib to UefiScsiLib\r
+       3.  Rename library class PalCallLib to PalLib\r
+       4.  Rename library class DxePiLib to DxeSerivcesLib and drop the prefix "PiLib" to all its APIs.\r
+       5.  Merge library class PiPeiLib to PeiServicesLib and rename the PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi()\r
+       6.  Move library class HiiLib to MdeModulePkg\r
+       7.  Move library class IfrSupportLib to MdeModulePkg\r
+       8.  Move library class FvbServiceLib to MdeModulePkg\r
+       9.  Rename library instance of BasePalCallLibNull to BasePalLibNull\r
+       10. Move library instance UefiHiiLib to MdeModulePkg\r
+       11. Move library instance UefiIfrSupportLib to MdeModulePkg\r
+\r
+Possible Impacts:\r
+        Every change listed above is non-backward compatible for MdePkg and other packages. It is required to update module\r
+        sources (*.c;*.h), module meta data files (*.inf) and update the platform DSC files to fix the build break.\r
+        However, it is less likely to bring about functional issue for these updates.\r
+\r
+\r
+EDK_6565:  Non-Compatible: qhuang8\r
+       \r
+       Remove some macro in UefiScsiLib:\r
+       EFI_SCSI_STALL_1_MICROSECOND, EFI_SCSI_STALL_1_MILLISECOND, EFI_SCSI_STALL_1_SECOND & EFI_SCSI_STALL_SECONDS(a)  \r
+       \r
+Possible Impacts:\r
+       Modules depending on UefiScsiLib for these macros should update the source to use new UefiLib macros\r
+       EFI_TIMER_PERIOD_MICROSECONDS(X), EFI_TIMER_PERIOD_MILLISECONDS(X) and EFI_TIMER_PERIOD_SECONDS(X) for managing Timer Events.\r
+       Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a)\r
+\r
+EDK_6886:  Non-Compatible: mdkinney\r
+       \r
+       Rename _CR macro in MdePkg\Include\Base.h to BASE_CR macro aligned to MdeLib spec.\r
+\r
+Possible Impacts:\r
+       All source codes that depends on _CR macro must be changed to use BASE_CR.      \r