pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot fix patch comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b5c3e2724be
branches:  trunk
changeset: 456390:9b5c3e2724be
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jul 27 19:39:38 2021 +0000

description:
fix patch comment

diffstat:

 sysutils/u-boot/distinfo-2021.07                                   |  4 ++--
 sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c |  8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 10ff14ba8640 -r 9b5c3e2724be sysutils/u-boot/distinfo-2021.07
--- a/sysutils/u-boot/distinfo-2021.07  Tue Jul 27 19:23:43 2021 +0000
+++ b/sysutils/u-boot/distinfo-2021.07  Tue Jul 27 19:39:38 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo-2021.07,v 1.2 2021/07/27 19:23:43 tnn Exp $
+$NetBSD: distinfo-2021.07,v 1.3 2021/07/27 19:39:38 tnn Exp $
 
 SHA1 (u-boot-2021.07.tar.bz2) = fc997c4efbb93df340c41e0c7b8a4137ab8b6ee3
 RMD160 (u-boot-2021.07.tar.bz2) = cffcaf0b1600b76da8176c2f7495ee8a15c86c6e
@@ -10,7 +10,7 @@
 SHA1 (patch-configs_pinebook-pro-rk3399_defconfig) = 6f9ddd87ef1486fa0785b2f00c6819ace1436853
 SHA1 (patch-configs_rock64-rk3328_defconfig) = 59076a9934c1ec0a492d600b3179209769753fd1
 SHA1 (patch-configs_rockpro64-rk3399_defconfig) = 4d355140bc2b70667827fde7165ce2541612572c
-SHA1 (patch-drivers_pci_pcie__rockchip.c) = 1a6da6cfced2485c1f2147eccc8a1678a1bf26bb
+SHA1 (patch-drivers_pci_pcie__rockchip.c) = 5ead0933261b2cef81cd317df478e47ecc0382d4
 SHA1 (patch-drivers_usb_host_usb-uclass.c) = 0e90ccfbc908d0bd1d35eff31c2d1a2ed52e9dd0
 SHA1 (patch-include_configs_rockchip-common.h) = 8d2fcde173fd6f5c2b27c8fe6eb9994b2b40e099
 SHA1 (patch-include_configs_rockpro64_rk3399.h) = 7efd0b09cbf627dc59d2a23a76dd6506c9efc4c9
diff -r 10ff14ba8640 -r 9b5c3e2724be sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c
--- a/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c        Tue Jul 27 19:23:43 2021 +0000
+++ b/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c        Tue Jul 27 19:39:38 2021 +0000
@@ -1,15 +1,17 @@
-$NetBSD: patch-drivers_pci_pcie__rockchip.c,v 1.1 2021/07/27 19:23:43 tnn Exp $
+$NetBSD: patch-drivers_pci_pcie__rockchip.c,v 1.2 2021/07/27 19:39:38 tnn Exp $
 
-u-boot-rockpro64: fix broken PCI config space handling
+u-boot-rockpro64: fix broken PCI config space handling:
 
 - Program bus number into the ECAM decoder for each access
 - Use type 1 PCI config cycles for config spaces behind bridge
 - Add a platform specific hack to the synchronous exception handler
   to deal with PCI-e subsystem triggering data aborts when probing
   nonexistent PCI devices.
+- properly delay after deasserting reset for downstream devices to
+  have time to initialize.
 
 Allows booting from PCI devices behind bridges and probing
-devices other than 0:0:0 and 0:1:0.
+devices other than 0:0:0 and 1:0:0.
 
 --- drivers/pci/pcie_rockchip.c.orig   2021-07-05 15:11:28.000000000 +0000
 +++ drivers/pci/pcie_rockchip.c



Home | Main Index | Thread Index | Old Index