diff options
author | Ting Liu <ting.liu@nxp.com> | 2021-04-15 18:30:43 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-15 09:45:13 -0300 |
commit | d0463230a1e54ee47531210b6892e1524dfd691e (patch) | |
tree | 08fcef63830f206d789a97045bc9df5f1359231c /recipes-bsp | |
parent | 4cbffa06bec2df8c5c51984216c67d53754f4f12 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 2 |
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" | |||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" |
9 | SRCREV= "83a97bf09bb8880933416bc358112503c64ddae4" | 9 | SRCREV= "06e960829ba204f35979440364b9ac7e51ed996b" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||