blob: cc0dc889ae9ffb1d8197211bf829979dcde19f9d [file] [log] [blame]
York Sun9533acf2016-09-26 08:09:26 -07001config ARCH_LS1012A
York Sun4a444172016-10-04 14:31:47 -07002 bool
York Sunfb2bf8c2016-10-04 14:31:48 -07003 select FSL_LSCH2
York Sun24aaa092016-10-04 18:03:08 -07004 select SYS_FSL_DDR_BE
York Sun9533acf2016-09-26 08:09:26 -07005 select SYS_FSL_MMDC
York Sun0a37cf82016-09-26 08:09:27 -07006 select SYS_FSL_ERRATUM_A010315
7
8config ARCH_LS1043A
York Sun4a444172016-10-04 14:31:47 -07009 bool
York Sunfb2bf8c2016-10-04 14:31:48 -070010 select FSL_LSCH2
York Sun24aaa092016-10-04 18:03:08 -070011 select SYS_FSL_DDR_BE
12 select SYS_FSL_DDR_VER_50
York Sun0a37cf82016-09-26 08:09:27 -070013 select SYS_FSL_ERRATUM_A010315
Hou Zhiqiang0ea36712016-09-29 12:42:44 +080014 select SYS_FSL_ERRATUM_A010539
York Sun9533acf2016-09-26 08:09:26 -070015
York Sunda28e582016-09-26 08:09:24 -070016config ARCH_LS1046A
York Sun4a444172016-10-04 14:31:47 -070017 bool
York Sunfb2bf8c2016-10-04 14:31:48 -070018 select FSL_LSCH2
York Sun24aaa092016-10-04 18:03:08 -070019 select SYS_FSL_DDR_BE
20 select SYS_FSL_DDR4
21 select SYS_FSL_DDR_VER_50
Hou Zhiqiang0ea36712016-09-29 12:42:44 +080022 select SYS_FSL_ERRATUM_A010539
York Sunf534b8f2016-10-04 18:01:34 -070023 select SYS_FSL_SRDS_2
York Sun9533acf2016-09-26 08:09:26 -070024
York Sun4a444172016-10-04 14:31:47 -070025config ARCH_LS2080A
26 bool
York Sunfb2bf8c2016-10-04 14:31:48 -070027 select FSL_LSCH3
York Sun24aaa092016-10-04 18:03:08 -070028 select SYS_FSL_DDR4
29 select SYS_FSL_DDR_LE
30 select SYS_FSL_DDR_VER_50
York Sunf534b8f2016-10-04 18:01:34 -070031 select SYS_FSL_HAS_DP_DDR
32 select SYS_FSL_SRDS_2
York Sunfb2bf8c2016-10-04 14:31:48 -070033
34config FSL_LSCH2
35 bool
York Sunf534b8f2016-10-04 18:01:34 -070036 select SYS_FSL_SRDS_1
37 select SYS_HAS_SERDES
York Sunfb2bf8c2016-10-04 14:31:48 -070038
39config FSL_LSCH3
40 bool
York Sunf534b8f2016-10-04 18:01:34 -070041 select SYS_FSL_SRDS_1
42 select SYS_HAS_SERDES
York Sunfb2bf8c2016-10-04 14:31:48 -070043
44menu "Layerscape architecture"
45 depends on FSL_LSCH2 || FSL_LSCH3
York Sun4a444172016-10-04 14:31:47 -070046
macro.wave.z@gmail.com2d16a1a2016-12-08 11:58:21 +080047menu "Layerscape PPA"
48config FSL_LS_PPA
49 bool "FSL Layerscape PPA firmware support"
macro.wave.z@gmail.comdf88cb32016-12-08 11:58:22 +080050 depends on !ARMV8_PSCI
macro.wave.z@gmail.com2d16a1a2016-12-08 11:58:21 +080051 depends on ARCH_LS1043A || ARCH_LS1046A
52 select FSL_PPA_ARMV8_PSCI
53 help
54 The FSL Primary Protected Application (PPA) is a software component
55 which is loaded during boot stage, and then remains resident in RAM
56 and runs in the TrustZone after boot.
57 Say y to enable it.
58
59config FSL_PPA_ARMV8_PSCI
60 bool "PSCI implementation in PPA firmware"
61 depends on FSL_LS_PPA
62 help
63 This config enables the ARMv8 PSCI implementation in PPA firmware.
64 This is a private PSCI implementation and different from those
65 implemented under the common ARMv8 PSCI framework.
66endmenu
67
York Sun9533acf2016-09-26 08:09:26 -070068config SYS_FSL_MMDC
York Sun4a444172016-10-04 14:31:47 -070069 bool
York Sun0a37cf82016-09-26 08:09:27 -070070
71config SYS_FSL_ERRATUM_A010315
72 bool "Workaround for PCIe erratum A010315"
Hou Zhiqiang0ea36712016-09-29 12:42:44 +080073
74config SYS_FSL_ERRATUM_A010539
75 bool "Workaround for PIN MUX erratum A010539"
York Sunfb2bf8c2016-10-04 14:31:48 -070076
York Sunb4b60d02016-10-04 14:45:01 -070077config MAX_CPUS
78 int "Maximum number of CPUs permitted for Layerscape"
79 default 4 if ARCH_LS1043A
80 default 4 if ARCH_LS1046A
81 default 16 if ARCH_LS2080A
82 default 1
83 help
84 Set this number to the maximum number of possible CPUs in the SoC.
85 SoCs may have multiple clusters with each cluster may have multiple
86 ports. If some ports are reserved but higher ports are used for
87 cores, count the reserved ports. This will allocate enough memory
88 in spin table to properly handle all cores.
89
York Sunfd638102016-10-04 14:46:50 -070090config NUM_DDR_CONTROLLERS
91 int "Maximum DDR controllers"
92 default 3 if ARCH_LS2080A
93 default 1
94
York Sun01f65d92016-12-02 09:32:35 -080095config SECURE_BOOT
96 bool
97 help
98 Enable Freescale Secure Boot feature
99
Yuan Yaodd2ad2f2016-12-01 10:13:52 +0800100config QSPI_AHB_INIT
101 bool "Init the QSPI AHB bus"
102 help
103 The default setting for QSPI AHB bus just support 3bytes addressing.
104 But some QSPI flash size up to 64MBytes, so initialize the QSPI AHB
105 bus for those flashes to support the full QSPI flash size.
106
York Sun25af7dc2016-10-04 14:45:54 -0700107config SYS_FSL_IFC_BANK_COUNT
108 int "Maximum banks of Integrated flash controller"
109 depends on ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A
110 default 4 if ARCH_LS1043A
111 default 4 if ARCH_LS1046A
112 default 8 if ARCH_LS2080A
113
York Sunfd638102016-10-04 14:46:50 -0700114config SYS_FSL_HAS_DP_DDR
115 bool
116
York Sunf534b8f2016-10-04 18:01:34 -0700117config SYS_FSL_SRDS_1
118 bool
119
120config SYS_FSL_SRDS_2
121 bool
122
123config SYS_HAS_SERDES
124 bool
125
York Sun24aaa092016-10-04 18:03:08 -0700126config SYS_FSL_DDR
127 bool "Freescale DDR driver"
128 help
129 Select Freescale General DDR driver, shared between most Freescale
130 PowerPC- based SoCs (such as mpc83xx, mpc85xx, mpc86xx) and ARM-
131 based Layerscape SoCs (such as ls2080a).
132
133config SYS_FSL_DDR_BE
134 bool
135 help
136 Access DDR registers in big-endian.
137
138config SYS_FSL_DDR_LE
139 bool
140 help
141 Access DDR registers in little-endian.
142
143config SYS_FSL_DDR_VER
144 int
145 default 50 if SYS_FSL_DDR_VER_50
146
147config SYS_FSL_DDR_VER_50
148 bool
149
150config SYS_FSL_DDRC_ARM_GEN3
151 bool
152
153config SYS_FSL_DDRC_GEN4
154 bool
155
156config SYS_FSL_DDR3
157 bool "Freescale DDR3 controller"
158 depends on !SYS_FSL_DDR4
159 select SYS_FSL_DDR
160 select SYS_FSL_DDRC_ARM_GEN3
161 help
162 Enable Freescale DDR3 controller on ARM-based SoCs.
163
164config SYS_FSL_DDR4
165 bool "Freescale DDR4 controller"
166 select SYS_FSL_DDR
167 select SYS_FSL_DDRC_GEN4
168 help
169 Enable Freescale DDR4 controller.
170
York Sunfb2bf8c2016-10-04 14:31:48 -0700171endmenu