IMX6SX PCI mem space failed to assign BAR0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6SX PCI mem space failed to assign BAR0

1,434 Views
mattiasbarthel
Contributor II

Hi!

I am trying assign the BAR0 of a FPGA PCIe interface. I get:

pci 0000:01:00.0: BAR 0: no space for [mem size 0x10000000 64bit pref]
pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x10000000 64bit pref]

So the FPGA wants 268435456 Bytes of PCIe memory space. 

Is the IMX6SX PCI allocatable size a maximum of 16MB or even less?

Found this:

Note that the IMX6 has a limited memory window (16M) between the PCI
core and the memory controller. This is mapped as:

512KB config space
64KB io space
15MB mem space available for devices

Is the same for IMX6SX?

Labels (1)
0 Kudos
4 Replies

904 Views
igorpadykov
NXP Employee
NXP Employee

Hi Mattias

yes it is the same for IMX6SX, as it has similar to i.MX6DQ PCIe module.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

904 Views
mattiasbarthel
Contributor II

So does this mean that 16MB (or 15Mb) will work out of the box or does the kernel need to be patched?

We use 4.1.39.

0 Kudos

904 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos

904 Views
mattiasbarthel
Contributor II

Ok, thanks. That patch is for an older kernel 3.* something.

I cant seem to match that code to anywhere.

I suspect that in this version a change to the DT is the correct way.

Something here maybe?:

pcie: pcie@0x08000000 {

........

ranges = <0x81000000 0 0 0x08f80000 0 0x00010000 /* downstream I/O */
0x82000000 0 0x08000000 0x08000000 0 0x00f00000>; /* non-prefetchable memory */

.......

Im not sure though.

0 Kudos