Ran out of outbound PCI ATMUs for IO resource

Alessio Igor Bogani alessio.bogani at elettra.eu
Fri Apr 15 22:48:56 AEST 2016


Hi,

I run into this message "Ran out of outbound PCI ATMUs for IO
resource". The only solution I found so far is to replace few lines in this way:

pci0: pcie at f1008000 {
reg = <0xf1008000 0x1000>;
- ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
-                   0x42000000 0x0 0x90000000 0x90000000 0x0 0x40000000
+ ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x50000000
                      0x01000000 0x0 0x00000000 0xf0000000 0x0 0x00800000>;
pcie at 0 {
ranges = <0x02000000 0x0 0x80000000
 0x02000000 0x0 0x80000000
-  0x0 0x10000000
-
-  0x42000000 0x0 0x90000000
-  0x42000000 0x0 0x90000000
-  0x0 0x40000000
+  0x0 0x50000000

 0x01000000 0x0 0x00000000
 0x01000000 0x0 0x00000000
 0x0 0x00800000>;
};
};


I'm wondering if this is the right thing to do in this case.

Thank you very much!

Ciao,
Alessio


More information about the Linuxppc-dev mailing list