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
F103438134: D29516.diff
Mon, Nov 25, 1:00 AM
Unknown Object (File)
Sat, Nov 23, 9:15 PM
Unknown Object (File)
Sat, Nov 23, 11:41 AM
Unknown Object (File)
Wed, Nov 20, 10:15 AM
Unknown Object (File)
Mon, Nov 18, 2:39 PM
Unknown Object (File)
Mon, Oct 28, 11:13 PM
Unknown Object (File)
Oct 16 2024, 7:00 AM
Unknown Object (File)
Oct 6 2024, 3:12 PM
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