PCIe TLP generation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PCIe TLP generation

2,040 次查看
FreeScaleLogin
Contributor II

Is it possible to generate the PCIe TLP from uboot? I am using P1011 as RC. On bootup PCI scan is done and detected device (EP) and link is active. when i read LTSSM it is showing 16. Fine, I wanted to access the EP memory read/write through uboot. For that we need to generate TLPs. How to do that? First is it possible through uboot?

Regards,

Sekhar

标签 (1)
0 项奖励
回复
1 回复

1,687 次查看
scottwood
NXP Employee
NXP Employee

You can't directly generate transaction layer packets (TLPs), but you don't need to.  U-Boot should have assigned an address to the BAR.  Just do ordinary read/write operations to that address.  Make sure that everything is translated properly from effective address to physical address to PCI bus address.

0 项奖励
回复