diff options
| author | tnn <tnn@pkgsrc.org> | 2021-07-27 19:39:38 +0000 |
|---|---|---|
| committer | tnn <tnn@pkgsrc.org> | 2021-07-27 19:39:38 +0000 |
| commit | 89d68e60db3d48decee4914d1394bf45596d4a52 (patch) | |
| tree | 075e33f95651f3a7dca97be722c1dd9f001bf200 /sysutils/u-boot | |
| parent | f50e735185027a136bded48498102ce4108d7f18 (diff) | |
| download | pkgsrc-89d68e60db3d48decee4914d1394bf45596d4a52.tar.gz | |
fix patch comment
Diffstat (limited to 'sysutils/u-boot')
| -rw-r--r-- | sysutils/u-boot/distinfo-2021.07 | 4 | ||||
| -rw-r--r-- | sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/u-boot/distinfo-2021.07 b/sysutils/u-boot/distinfo-2021.07 index cbe63ad215b..99ba9a44c82 100644 --- a/sysutils/u-boot/distinfo-2021.07 +++ b/sysutils/u-boot/distinfo-2021.07 @@ -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-rk3399_pinebook-pro-rk3399.c) = 4995471624 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 --git a/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c b/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c index 12212b95760..7f0b63e7caf 100644 --- a/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c +++ b/sysutils/u-boot/patches-2021.07/patch-drivers_pci_pcie__rockchip.c @@ -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 |
