mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
armv8: fsl-layerscpae: correct the PCIe controllers' region size
The LS2080A has 8GB region for each PCIe controller, while the other platforms have 32GB. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
committed by
Prabhakar Kushwaha
parent
8348e79865
commit
3fbe8f0f44
@@ -34,10 +34,17 @@
|
|||||||
#define CONFIG_SYS_FSL_QBMAN_BASE 0x818000000
|
#define CONFIG_SYS_FSL_QBMAN_BASE 0x818000000
|
||||||
#define CONFIG_SYS_FSL_QBMAN_SIZE 0x8000000
|
#define CONFIG_SYS_FSL_QBMAN_SIZE 0x8000000
|
||||||
#define CONFIG_SYS_FSL_QBMAN_SIZE_1 0x4000000
|
#define CONFIG_SYS_FSL_QBMAN_SIZE_1 0x4000000
|
||||||
|
#ifdef CONFIG_ARCH_LS2080A
|
||||||
#define CONFIG_SYS_PCIE1_PHYS_SIZE 0x200000000
|
#define CONFIG_SYS_PCIE1_PHYS_SIZE 0x200000000
|
||||||
#define CONFIG_SYS_PCIE2_PHYS_SIZE 0x200000000
|
#define CONFIG_SYS_PCIE2_PHYS_SIZE 0x200000000
|
||||||
#define CONFIG_SYS_PCIE3_PHYS_SIZE 0x200000000
|
#define CONFIG_SYS_PCIE3_PHYS_SIZE 0x200000000
|
||||||
#define CONFIG_SYS_PCIE4_PHYS_SIZE 0x200000000
|
#define CONFIG_SYS_PCIE4_PHYS_SIZE 0x200000000
|
||||||
|
#else
|
||||||
|
#define CONFIG_SYS_PCIE1_PHYS_SIZE 0x800000000
|
||||||
|
#define CONFIG_SYS_PCIE2_PHYS_SIZE 0x800000000
|
||||||
|
#define CONFIG_SYS_PCIE3_PHYS_SIZE 0x800000000
|
||||||
|
#define CONFIG_SYS_PCIE4_PHYS_SIZE 0x800000000
|
||||||
|
#endif
|
||||||
#define CONFIG_SYS_FSL_WRIOP1_BASE 0x4300000000
|
#define CONFIG_SYS_FSL_WRIOP1_BASE 0x4300000000
|
||||||
#define CONFIG_SYS_FSL_WRIOP1_SIZE 0x100000000
|
#define CONFIG_SYS_FSL_WRIOP1_SIZE 0x100000000
|
||||||
#define CONFIG_SYS_FSL_AIOP1_BASE 0x4b00000000
|
#define CONFIG_SYS_FSL_AIOP1_BASE 0x4b00000000
|
||||||
|
Reference in New Issue
Block a user