Hi Marius,
The -c compile option doesn't deploy compiled Kernel image into build directory. Anyway, I have one more PCIe question for you.
I am writing a PCIe endpoint driver on MPC8569 board. I would like to map inbound transactions to Local Bus but it seems that there is no option for Local bus in the reference manual:
Target interface. If this field is set to anything other than local memory space, the attributes for the transaction
must be assigned in a corresponding outbound window at the target.
0000 Reserved
0001 Reserved
0010 PCI Express
0011–1011 Reserved
1100 Serial RapidIO 1
1101 Serial RapidIO 2
1111 Local memory space
What is meant by Local memory space here? Is it SDRAM or can be any other memory in system? I also tried to changed the Inbound window translation address but it doesn't help.
Please help!
Adeel