From 56c0008b7877af308ec659a1118ca4513e9f7294 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 6 Feb 2009 08:32:12 +0000 Subject: 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 --- MdePkg/ChangeLog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 " in module + source. \ No newline at end of file -- cgit v1.2.3