]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add changing log for the removal of timer events macros in UefiScsiLib.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Nov 2008 14:28:54 +0000 (14:28 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Nov 2008 14:28:54 +0000 (14:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6566 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/ChangeLog.txt

index 13c66fe33df39e541a6701dcfbeb6dd58b588e50..e9f649249f6dc562a7c3cd187f74c9e2e0f5f9b3 100644 (file)
@@ -222,6 +222,17 @@ 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)
\ No newline at end of file