Page MenuHomeFreeBSD

Fix PCIe window decoding on Armada 38x
ClosedPublic

Authored by mw_semihalf.com on May 25 2017, 3:19 PM.
Tags
Referenced Files
Unknown Object (File)
Sat, Apr 20, 6:43 AM
Unknown Object (File)
Fri, Apr 19, 7:38 PM
Unknown Object (File)
Fri, Mar 29, 9:15 PM
Unknown Object (File)
Jan 16 2024, 10:46 PM
Unknown Object (File)
Dec 23 2023, 3:37 AM
Unknown Object (File)
Dec 15 2023, 11:15 AM
Unknown Object (File)
Nov 22 2023, 7:21 PM
Unknown Object (File)
Nov 13 2023, 2:21 PM
Subscribers

Details

Summary

Original PCIe nodes for Marvell SoCs consists of ports' nodes
under main controller node. In order to properly parse
this kind of representation in DT a mechanism for traversing
through the tree required an update. Moreover, processing FDT
data consisting of more than 2 cells had to be fixed,
because the 'reg' property of mrvl,pcie node have additional
parameter in front of 64-bit address. It should be skipped
by default. This commit works properly with old mrvl,pcie
representation for Kirkwood and ArmadaXP SoCs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable