Page MenuHomeFreeBSD

Add driver for Rockchip PCIe root complex found in RK3399 SOC.
ClosedPublic

Authored by mmel on Dec 7 2019, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 21, 9:12 PM
Unknown Object (File)
Mon, May 13, 12:31 PM
Unknown Object (File)
May 2 2024, 2:18 PM
Unknown Object (File)
May 2 2024, 10:57 AM
Unknown Object (File)
Apr 17 2024, 5:09 AM
Unknown Object (File)
Mar 28 2024, 4:01 PM
Unknown Object (File)
Mar 22 2024, 11:12 PM
Unknown Object (File)
Mar 22 2024, 11:12 PM

Details

Summary

Unfortunately, there are some limitations:

  • memory aperture of this controller is only 16MiB, so it is nearly unusable for graphic cards
  • every attempt to generate type 1 config cycle always causes trap. These config cycles are disabled now and we don't support cards with PCIe switch.
  • in some cases, attempt to do config cycle to (probably) not-yet ready card also causes trap. This cannot be detected at runtime, but it seems like very rare issue.

MFC after: 3 weeks

Diff Detail

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