pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot
Module Name: pkgsrc
Committed By: tnn
Date: Tue Jul 27 19:39:38 UTC 2021
Modified Files:
pkgsrc/sysutils/u-boot: distinfo-2021.07
pkgsrc/sysutils/u-boot/patches-2021.07:
patch-drivers_pci_pcie__rockchip.c
Log Message:
fix patch comment
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot/distinfo-2021.07
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/u-boot/distinfo-2021.07
diff -u pkgsrc/sysutils/u-boot/distinfo-2021.07:1.2 pkgsrc/sysutils/u-boot/distinfo-2021.07:1.3
--- pkgsrc/sysutils/u-boot/distinfo-2021.07:1.2 Tue Jul 27 19:23:43 2021
+++ pkgsrc/sysutils/u-boot/distinfo-2021.07 Tue Jul 27 19:39:38 2021
@@ -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-board_pine64_pinebook-pro-rk
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
Index: pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c
diff -u pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c:1.1 pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c:1.2
--- pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c:1.1 Tue Jul 27 19:23:43 2021
+++ pkgsrc/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c Tue Jul 27 19:39:38 2021
@@ -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