diff options
author | Alex Marginean <alexm.osslist@gmail.com> | 2019-06-07 17:03:07 +0300 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-06-19 12:54:57 +0530 |
commit | 062d8148f8a6ed574a45f8b3096ba0226c4b5fca (patch) | |
tree | f96319485a34e0d80a9f006eabab5d530d127ed6 /configs/ls1028aqds_tfa_defconfig | |
parent | 0dd74ec2df8ca77b1264e82c3a9a17ef7e4c0f14 (diff) | |
download | u-boot-062d8148f8a6ed574a45f8b3096ba0226c4b5fca.tar.gz |
arm: ls1028a: define the integrated PCI bus (ECAM)
LS1028A includes an integrated PCI bus with 11 PCI functions residing on
bus 0. ECAM plus the device register space takes up 256MB of address
space.
Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1028aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028aqds_tfa_defconfig b/configs/ls1028aqds_tfa_defconfig index 717b810523..7982ce4157 100644 --- a/configs/ls1028aqds_tfa_defconfig +++ b/configs/ls1028aqds_tfa_defconfig @@ -48,6 +48,7 @@ CONFIG_E1000=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y +CONFIG_PCIE_ECAM_GENERIC=y CONFIG_PCIE_LAYERSCAPE=y CONFIG_SCSI=y CONFIG_DM_SCSI=y |