diff options
author | Zhao Qiang <B45475@freescale.com> | 2013-10-12 13:46:33 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-10-16 16:15:17 -0700 |
commit | 287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a (patch) | |
tree | 638da6ca13c77d494a81603d18ea9c1f7feddc25 /include/tca642x.h | |
parent | 787964b8118b47a50bda796a315068639977c884 (diff) | |
download | u-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/tca642x.h')
0 files changed, 0 insertions, 0 deletions