diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 14:28:54 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 14:28:54 +0000 |
commit | d9304888c55b66c30fcd831af008dee94fe9b4a3 (patch) | |
tree | 77c0ddbeca8c3e1065bf8cbd6fe0736246608292 | |
parent | c1f1e9ac84f14e465144c679ee02765b1419988b (diff) | |
download | edk2-platforms-d9304888c55b66c30fcd831af008dee94fe9b4a3.tar.xz |
Add changing log for the removal of timer events macros in UefiScsiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6566 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/ChangeLog.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt index 13c66fe33d..e9f649249f 100644 --- a/MdePkg/ChangeLog.txt +++ b/MdePkg/ChangeLog.txt @@ -222,6 +222,17 @@ EDK_6496-6519: Non-Compatible: qhuang8 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
+ Every change listed above is non-backward compatible 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.
+
+
+EDK_6565: Non-Compatible: qhuang8
+
+ Remove some macro in UefiScsiLib:
+ EFI_SCSI_STALL_1_MICROSECOND, EFI_SCSI_STALL_1_MILLISECOND, EFI_SCSI_STALL_1_SECOND & EFI_SCSI_STALL_SECONDS(a)
+
+Possible Impacts:
+ Modules depending on UefiScsiLib for these macros should update the source to use new UefiLib macros
+ EFI_TIMER_PERIOD_MICROSECONDS(X), EFI_TIMER_PERIOD_MILLISECONDS(X) and EFI_TIMER_PERIOD_SECONDS(X) for managing Timer Events.
+ Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a)
\ No newline at end of file |