summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:32:12 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:32:12 +0000
commit56c0008b7877af308ec659a1118ca4513e9f7294 (patch)
treeab15f81b019bcd39ee4965ad085d00973bbe4c7a /MdePkg/ChangeLog.txt
parent65442978323383404b1f0195c87c8a362270aa02 (diff)
downloadedk2-platforms-56c0008b7877af308ec659a1118ca4513e9f7294.tar.xz
Add change log for the non-backward compatibility change in EDK_7467
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7468 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index d897b9a983..11ee2e40c1 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -287,3 +287,12 @@ Possible impacts:
EFI_FIELD_OFFSET -> OFFSET_OF
EFI_MAX_BIT -> MAX_BIT
EFI_MAX_ADDRESS -> MAX_ADDRESS
+
+EDK_7467: Non-Compatible: qhuang8
+ Remove the macro value TIME_OUT defined in MdePkg/Include/Uefi/UefiUsbLib.h and replace it with a new PCD entry:
+ gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue
+
+Possible impacts:
+ All modules depending on macro TIME_OUT in MdePkg/Include/Uefi/UefiUsbLib.h should use PcdGet32 (PcdUsbTransferTimeoutValue)
+ for the USB transaction, include "PcdLib" in INF [LibraryClasses] section and add "#include <Library/PcdLib.h>" in module
+ source. \ No newline at end of file