mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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:
parent
6544297832
commit
56c0008b78
@ -287,3 +287,12 @@ Possible impacts:
|
|||||||
EFI_FIELD_OFFSET -> OFFSET_OF
|
EFI_FIELD_OFFSET -> OFFSET_OF
|
||||||
EFI_MAX_BIT -> MAX_BIT
|
EFI_MAX_BIT -> MAX_BIT
|
||||||
EFI_MAX_ADDRESS -> MAX_ADDRESS
|
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.
|
Loading…
x
Reference in New Issue
Block a user