]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/ChangeLog.txt
Correct minor comments
[mirror_edk2.git] / MdePkg / ChangeLog.txt
index 13c66fe33df39e541a6701dcfbeb6dd58b588e50..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
@@ -222,6 +222,24 @@ EDK_6496-6519:  Non-Compatible: qhuang8
        11. Move library instance UefiIfrSupportLib to MdeModulePkg\r
 \r
 Possible Impacts:\r
-        Every change listed above is non-backward compatibile for MdePkg and other packages. It is required to update module\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