]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/ChangeLog.txt
Reviewed the description in the FatBinPkg .dec file.
[mirror_edk2.git] / MdePkg / ChangeLog.txt
index d897b9a983038229492b0217b0119512bde1a19f..11ee2e40c1ccb7b2bc1eceab56222e6c608a3b4b 100644 (file)
@@ -287,3 +287,12 @@ Possible impacts:
        EFI_FIELD_OFFSET -> OFFSET_OF\r
        EFI_MAX_BIT      -> MAX_BIT\r
        EFI_MAX_ADDRESS  -> MAX_ADDRESS\r
+\r
+EDK_7467:  Non-Compatible: qhuang8\r
+       Remove the macro value TIME_OUT defined in MdePkg/Include/Uefi/UefiUsbLib.h and replace it with a new PCD entry:\r
+       gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue  \r
+       \r
+Possible impacts:\r
+       All modules depending on macro TIME_OUT in MdePkg/Include/Uefi/UefiUsbLib.h should use PcdGet32 (PcdUsbTransferTimeoutValue)\r
+       for the USB transaction, include "PcdLib" in INF [LibraryClasses] section and add "#include <Library/PcdLib.h>" in module\r
+       source.
\ No newline at end of file