Page MenuHomeFreeBSD

pci_dw.c: Set IO ATU window correctly
ClosedPublic

Authored by kd on Mar 31 2021, 4:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 21, 12:26 PM
Unknown Object (File)
Tue, Sep 17, 11:53 PM
Unknown Object (File)
Sat, Sep 7, 8:30 PM
Unknown Object (File)
Tue, Sep 3, 6:00 PM
Unknown Object (File)
Tue, Sep 3, 2:17 AM
Unknown Object (File)
Sat, Aug 24, 3:45 AM
Unknown Object (File)
Sat, Aug 24, 3:45 AM
Unknown Object (File)
Sat, Aug 24, 3:45 AM
Subscribers

Details

Summary

Use viewport "2" instead of "0" and change window type from MEM to IO.
Without these changes the MEM ATU window is overwritten with the IO one.
On macchiatobin memory window is mapped 1:1, i.e no address translation is done which is why PCI works fine there.
This issue was discovered on a different board running a similar SoC to macchiatobin.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable