]> git.pld-linux.org Git - packages/uboot.git/commitdiff
up to 2021.01 auto/th/uboot-2021.01-1
authorJan Palus <atler@pld-linux.org>
Fri, 29 Jan 2021 18:59:06 +0000 (19:59 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 29 Jan 2021 19:03:43 +0000 (20:03 +0100)
- patch to fix hang during boot on Pinebook Pro, see:
  https://lists.denx.de/pipermail/u-boot/2020-November/432931.html
  https://lists.denx.de/pipermail/u-boot/2021-January/439167.html

uboot-pbp_usb_hang.patch [new file with mode: 0644]
uboot.spec

diff --git a/uboot-pbp_usb_hang.patch b/uboot-pbp_usb_hang.patch
new file mode 100644 (file)
index 0000000..4ff8a31
--- /dev/null
@@ -0,0 +1,11 @@
+--- u-boot-2021.01/configs/pinebook-pro-rk3399_defconfig.orig  2021-01-11 19:11:43.000000000 +0100
++++ u-boot-2021.01/configs/pinebook-pro-rk3399_defconfig       2021-01-29 19:30:03.038306332 +0100
+@@ -75,8 +75,6 @@
+ CONFIG_USB=y
+ CONFIG_USB_XHCI_HCD=y
+ CONFIG_USB_XHCI_DWC3=y
+-CONFIG_USB_EHCI_HCD=y
+-CONFIG_USB_EHCI_GENERIC=y
+ CONFIG_USB_OHCI_HCD=y
+ CONFIG_USB_OHCI_GENERIC=y
+ CONFIG_USB_DWC3=y
index df873af0beabfd9d5661869bb224f55f5f1efa2c..e2ba63b48f043ad08cfa2de1b124d0a9eba56d60 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       Das U-Boot -- the Universal Boot Loader
 Summary(pl.UTF-8):     Das U-Boot - uniwersalny bootloader
 Name:          uboot
-Version:       2020.10
+Version:       2021.01
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
-# Source0-md5: 14656f08aa73a8dbbde2424fe78bbe3b
+# Source0-md5: a3206df1c1b97df7a4ddcdd17cb97d0c
 Patch0:                rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch
 Patch1:                rk3399-Pinebook-pro-EDP-support.patch
+Patch2:                %{name}-pbp_usb_hang.patch
 URL:           https://www.denx.de/wiki/U-Boot
 %ifarch aarch64
 BuildRequires: arm-trusted-firmware-armv8
@@ -112,6 +113,7 @@ czasie utworzenia, sumach kontrolnych CRC32 itp.
 %endif
 %ifarch aarch64
 %patch1 -p1
+%patch2 -p1
 %endif
 
 %build
This page took 0.038024 seconds and 4 git commands to generate.