CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/22 07:09:32
Modified files: sys/dev/fdt : files.fdt bcm2711_pcie.c Log message: Add support for the BCM2712 PCIe controller, including code to bring it up from scratch. Code to support bring up of the BCM2711 PCIe controller has been added as well, but isn't fully functional yet. Therefore the code that resets the BCM2711 has been disabled for now. On some rpi4 models we also need to add support for loading the firmware for the VIA XHCI controller before we can enable that code. With these changes the RP1 attaches as a PCIe device, so this reverts the changes in rev. 1.13. ok mglocker@