summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabreauto.h
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2013-10-12 13:46:33 +0800
committerYork Sun <yorksun@freescale.com>2013-10-16 16:15:17 -0700
commit287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a (patch)
tree638da6ca13c77d494a81603d18ea9c1f7feddc25 /include/configs/mx6qsabreauto.h
parent787964b8118b47a50bda796a315068639977c884 (diff)
downloadu-boot-imx-287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a.zip
u-boot-imx-287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a.tar.gz
u-boot-imx-287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a.tar.bz2
PCIe:change the method to get the address of a requested capability in configuration space.
Previously, the address of a requested capability is define like that "#define PCI_DCR 0x78" But, the addresses of capabilities is different with regard to PCIe revs. So this method is not flexible. Now a function to get the address of a requested capability is added and used. It can get the address dynamically by capability ID. The step of this function: 1. Read Status register in PCIe configuration space to confirm that Capabilities List is valid. 2. Find the address of Capabilities Pointer Register. 3. Find the address of requested capability from the first capability. Signed-off-by: Zhao Qiang <B45475@freescale.com>
Diffstat (limited to 'include/configs/mx6qsabreauto.h')
0 files changed, 0 insertions, 0 deletions