summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uefi
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-04-15 18:30:43 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-15 09:45:13 -0300
commitd0463230a1e54ee47531210b6892e1524dfd691e (patch)
tree08fcef63830f206d789a97045bc9df5f1359231c /recipes-bsp/uefi
parent4cbffa06bec2df8c5c51984216c67d53754f4f12 (diff)
downloadmeta-freescale-d0463230a1e54ee47531210b6892e1524dfd691e.tar.gz
uefi: update to 06e9608
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>
Diffstat (limited to 'recipes-bsp/uefi')
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index 780208d9..6351577e 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
9SRCREV= "83a97bf09bb8880933416bc358112503c64ddae4" 9SRCREV= "06e960829ba204f35979440364b9ac7e51ed996b"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12