Page MenuHomeFreeBSD

Introduce Broadcom NS2 iProc PCIe RC driver
Needs ReviewPublic

Authored by mst_semihalf.com on Aug 21 2019, 6:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 10:53 PM
Unknown Object (File)
Dec 20 2023, 3:24 AM
Unknown Object (File)
Dec 13 2023, 6:12 AM
Unknown Object (File)
Jun 26 2023, 5:20 AM
Unknown Object (File)
Apr 22 2023, 4:35 AM
Unknown Object (File)
Mar 8 2023, 1:42 AM
Unknown Object (File)
Feb 12 2023, 6:08 PM
Unknown Object (File)
Jan 10 2023, 12:11 PM
Subscribers

Details

Summary

This patch contains a PCIe root complex driver for Broadcom Northstar2 arm64 SoC.
Internal and external PCIe (PAXC and PAXB) are supported in RC mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Changes after internal review:

  • Remove structures for unsupported PAXB/PAXC V2 revisions - they won't be probed
  • Derive from ofw_pci_driver instead of exporting its methods
  • Make explicit apb_err_disable/enable functions
  • Simplify some code