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
This commit is contained in:
qhuang8 2009-02-06 08:32:12 +00:00
parent 6544297832
commit 56c0008b78
1 changed files with 9 additions and 0 deletions

View File

@ -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.