]> code.ossystems Code Review - meta-freescale.git/commitdiff
uefi: update to 06e9608
authorTing Liu <ting.liu@nxp.com>
Thu, 15 Apr 2021 10:30:43 +0000 (18:30 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Apr 2021 12:45:13 +0000 (09:45 -0300)
Fix USB xHC transfer polling timeout.
Set DWC3 controller as a non-coherent device, otherwise xHC will not
generate any Event TRB, causing xHC driver polling URB status timeout
during USB device enumeration.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-bsp/uefi/uefi_git.bb

index 780208d999f85afe629ca5bdaca42bd9429c35f4..6351577e23b2778b58a327de91e7235db79f6b06 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
 inherit deploy
 
 SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
-SRCREV= "83a97bf09bb8880933416bc358112503c64ddae4"
+SRCREV= "06e960829ba204f35979440364b9ac7e51ed996b"
 
 S = "${WORKDIR}/git"