blob: 152deb04e9003d28aef086eade0dd8fb449b2897 [file] [log] [blame]
Ian Campbelld8e69e02014-10-24 21:20:44 +01001if ARCH_SUNXI
2
Philipp Tomsich2d6a0cc2017-08-03 23:23:55 +02003config SPL_LDSCRIPT
4 default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64
5
Siva Durga Prasad Paladugu809438d2016-07-29 15:31:47 +05306config IDENT_STRING
7 default " Allwinner Technology"
8
Jagan Teki3994b1e2018-01-10 16:03:34 +05309config DRAM_SUN4I
10 bool
11 help
12 Select this dram controller driver for Sun4/5/7i platforms,
13 like A10/A13/A20.
14
Jagan Teki68d0f5f2018-03-17 00:16:36 +053015config DRAM_SUN6I
16 bool
17 help
18 Select this dram controller driver for Sun6i platforms,
19 like A31/A31s.
20
Jagan Teki318e4e52018-01-10 16:15:14 +053021config DRAM_SUN8I_A23
22 bool
23 help
24 Select this dram controller driver for Sun8i platforms,
25 for A23 SOC.
26
Jagan Tekie624d4c2018-01-10 16:17:39 +053027config DRAM_SUN8I_A33
28 bool
29 help
30 Select this dram controller driver for Sun8i platforms,
31 for A33 SOC.
32
Jagan Teki270a6f62018-01-10 16:20:26 +053033config DRAM_SUN8I_A83T
34 bool
35 help
36 Select this dram controller driver for Sun8i platforms,
37 for A83T SOC.
38
Jagan Teki6aa7f712018-03-17 00:18:01 +053039config DRAM_SUN9I
40 bool
41 help
42 Select this dram controller driver for Sun9i platforms,
43 like A80.
44
Icenowy Zheng4e287f62018-07-23 06:13:34 +080045config DRAM_SUN50I_H6
46 bool
47 help
48 Select this dram controller driver for some sun50i platforms,
49 like H6.
50
Jagan Teki59ea2872018-01-11 13:21:58 +053051config SUN6I_P2WI
52 bool "Allwinner sun6i internal P2WI controller"
53 help
54 If you say yes to this option, support will be included for the
55 P2WI (Push/Pull 2 Wire Interface) controller embedded in some sunxi
56 SOCs.
57 The P2WI looks like an SMBus controller (which supports only byte
58 accesses), except that it only supports one slave device.
59 This interface is used to connect to specific PMIC devices (like the
60 AXP221).
61
Jagan Teki932f5e02018-01-11 13:21:15 +053062config SUN6I_PRCM
63 bool
64 help
65 Support for the PRCM (Power/Reset/Clock Management) unit available
66 in A31 SoC.
67
Jagan Tekifeb29272018-02-14 22:28:30 +053068config AXP_PMIC_BUS
69 bool "Sunxi AXP PMIC bus access helpers"
70 help
71 Select this PMIC bus access helpers for Sunxi platform PRCM or other
72 AXP family PMIC devices.
73
Jagan Tekif35767b2018-01-11 13:23:52 +053074config SUN8I_RSB
75 bool "Allwinner sunXi Reduced Serial Bus Driver"
76 help
77 Say y here to enable support for Allwinner's Reduced Serial Bus
78 (RSB) support. This controller is responsible for communicating
79 with various RSB based devices, such as AXP223, AXP8XX PMICs,
80 and AC100/AC200 ICs.
81
Icenowy Zheng5e6dd272018-07-21 16:20:20 +080082config SUNXI_SRAM_ADDRESS
83 hex
84 default 0x10000 if MACH_SUN9I || MACH_SUN50I || MACH_SUN50I_H5
Icenowy Zheng0c01b962018-07-21 16:20:31 +080085 default 0x20000 if MACH_SUN50I_H6
Icenowy Zheng5e6dd272018-07-21 16:20:20 +080086 default 0x0
Andre Przywarade454ec2017-02-16 01:20:23 +000087 ---help---
88 Older Allwinner SoCs have their mask boot ROM mapped just below 4GB,
89 with the first SRAM region being located at address 0.
90 Some newer SoCs map the boot ROM at address 0 instead and move the
Icenowy Zheng5e6dd272018-07-21 16:20:20 +080091 SRAM to a different address.
Andre Przywarade454ec2017-02-16 01:20:23 +000092
Andre Przywarad1de0bb2018-06-27 01:42:53 +010093config SUNXI_A64_TIMER_ERRATUM
94 bool
95
Hans de Goedef07872b2015-04-06 20:33:34 +020096# Note only one of these may be selected at a time! But hidden choices are
97# not supported by Kconfig
98config SUNXI_GEN_SUN4I
99 bool
100 ---help---
101 Select this for sunxi SoCs which have resets and clocks set up
102 as the original A10 (mach-sun4i).
103
104config SUNXI_GEN_SUN6I
105 bool
106 ---help---
107 Select this for sunxi SoCs which have sun6i like periphery, like
108 separate ahb reset control registers, custom pmic bus, new style
109 watchdog, etc.
110
Icenowy Zhengca0bc022017-06-03 17:10:14 +0800111config SUNXI_DRAM_DW
112 bool
113 ---help---
114 Select this for sunxi SoCs which uses a DRAM controller like the
115 DesignWare controller used in H3, mainly SoCs after H3, which do
116 not have official open-source DRAM initialization code, but can
117 use modified H3 DRAM initialization code.
Hans de Goedef07872b2015-04-06 20:33:34 +0200118
Icenowy Zhengb2607512017-06-03 17:10:16 +0800119if SUNXI_DRAM_DW
120config SUNXI_DRAM_DW_16BIT
121 bool
122 ---help---
123 Select this for sunxi SoCs with DesignWare DRAM controller and
124 have only 16-bit memory buswidth.
125
126config SUNXI_DRAM_DW_32BIT
127 bool
128 ---help---
129 Select this for sunxi SoCs with DesignWare DRAM controller with
130 32-bit memory buswidth.
131endif
132
Andre Przywara5fb97432017-02-16 01:20:27 +0000133config MACH_SUNXI_H3_H5
134 bool
Jernej Skrabec09e6f162017-04-27 00:03:37 +0200135 select DM_I2C
Jagan Teki137fc752018-05-07 13:03:38 +0530136 select PHY_SUN4I_USB
Jernej Skrabec9b4ca922017-03-27 19:22:31 +0200137 select SUNXI_DE2
Icenowy Zhengca0bc022017-06-03 17:10:14 +0800138 select SUNXI_DRAM_DW
Icenowy Zhengb2607512017-06-03 17:10:16 +0800139 select SUNXI_DRAM_DW_32BIT
Andre Przywara5fb97432017-02-16 01:20:27 +0000140 select SUNXI_GEN_SUN6I
141 select SUPPORT_SPL
142
Icenowy Zheng14170a42018-10-25 17:23:06 +0800143# TODO: try out A80's 8GiB DRAM space
144config SUNXI_DRAM_MAX_SIZE
145 hex
146 default 0xC0000000 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN50I_H6
147 default 0x80000000
148
Ian Campbelld8e69e02014-10-24 21:20:44 +0100149choice
150 prompt "Sunxi SoC Variant"
Hans de Goedeb05a6482016-06-12 11:57:07 +0200151 optional
Ian Campbelld8e69e02014-10-24 21:20:44 +0100152
Ian Campbell4a24a1c2014-10-24 21:20:45 +0100153config MACH_SUN4I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100154 bool "sun4i (Allwinner A10)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530155 select CPU_V7A
Andre Przywara4330eb92017-02-16 01:20:21 +0000156 select ARM_CORTEX_CPU_IS_UP
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530157 select DM_MMC if MMC
Adam Sampson1a6575b2018-06-30 01:02:29 +0100158 select DM_SCSI if SCSI
Jagan Teki137fc752018-05-07 13:03:38 +0530159 select PHY_SUN4I_USB
Jagan Teki3994b1e2018-01-10 16:03:34 +0530160 select DRAM_SUN4I
Hans de Goedef07872b2015-04-06 20:33:34 +0200161 select SUNXI_GEN_SUN4I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100162 select SUPPORT_SPL
163
Ian Campbell4a24a1c2014-10-24 21:20:45 +0100164config MACH_SUN5I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100165 bool "sun5i (Allwinner A13)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530166 select CPU_V7A
Andre Przywara4330eb92017-02-16 01:20:21 +0000167 select ARM_CORTEX_CPU_IS_UP
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530168 select DM_MMC if MMC
Jagan Teki3994b1e2018-01-10 16:03:34 +0530169 select DRAM_SUN4I
Jagan Teki137fc752018-05-07 13:03:38 +0530170 select PHY_SUN4I_USB
Hans de Goedef07872b2015-04-06 20:33:34 +0200171 select SUNXI_GEN_SUN4I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100172 select SUPPORT_SPL
Tom Rinie69ba982018-03-06 19:02:27 -0500173 imply CONS_INDEX_2 if !DM_SERIAL
Ian Campbelld8e69e02014-10-24 21:20:44 +0100174
Ian Campbell4a24a1c2014-10-24 21:20:45 +0100175config MACH_SUN6I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100176 bool "sun6i (Allwinner A31)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530177 select CPU_V7A
Chen-Yu Tsaif31017c2015-05-28 21:25:32 +0800178 select CPU_V7_HAS_NONSEC
179 select CPU_V7_HAS_VIRT
Masahiro Yamadad5415b22016-08-30 16:22:22 +0900180 select ARCH_SUPPORT_PSCI
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530181 select DM_MMC if MMC
Jagan Teki68d0f5f2018-03-17 00:16:36 +0530182 select DRAM_SUN6I
Jagan Teki137fc752018-05-07 13:03:38 +0530183 select PHY_SUN4I_USB
Jagan Teki59ea2872018-01-11 13:21:58 +0530184 select SUN6I_P2WI
Jagan Teki932f5e02018-01-11 13:21:15 +0530185 select SUN6I_PRCM
Hans de Goedef07872b2015-04-06 20:33:34 +0200186 select SUNXI_GEN_SUN6I
Hans de Goedea5403b92014-10-25 20:18:10 +0200187 select SUPPORT_SPL
Chen-Yu Tsaif31017c2015-05-28 21:25:32 +0800188 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbelld8e69e02014-10-24 21:20:44 +0100189
Ian Campbell4a24a1c2014-10-24 21:20:45 +0100190config MACH_SUN7I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100191 bool "sun7i (Allwinner A20)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530192 select CPU_V7A
Hans de Goede85437352014-11-14 09:34:30 +0100193 select CPU_V7_HAS_NONSEC
194 select CPU_V7_HAS_VIRT
Masahiro Yamadad5415b22016-08-30 16:22:22 +0900195 select ARCH_SUPPORT_PSCI
Jagan Teki3994b1e2018-01-10 16:03:34 +0530196 select DRAM_SUN4I
Jagan Teki137fc752018-05-07 13:03:38 +0530197 select PHY_SUN4I_USB
Hans de Goedef07872b2015-04-06 20:33:34 +0200198 select SUNXI_GEN_SUN4I
Ian Campbelld8e69e02014-10-24 21:20:44 +0100199 select SUPPORT_SPL
Hans de Goedea5636382014-10-24 20:12:04 +0200200 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbelld8e69e02014-10-24 21:20:44 +0100201
Hans de Goedef055ed62015-04-06 20:55:39 +0200202config MACH_SUN8I_A23
Ian Campbelld8e69e02014-10-24 21:20:44 +0100203 bool "sun8i (Allwinner A23)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530204 select CPU_V7A
Chen-Yu Tsai5acec7c2015-05-28 21:25:34 +0800205 select CPU_V7_HAS_NONSEC
206 select CPU_V7_HAS_VIRT
Masahiro Yamadad5415b22016-08-30 16:22:22 +0900207 select ARCH_SUPPORT_PSCI
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530208 select DM_MMC if MMC
Jagan Teki318e4e52018-01-10 16:15:14 +0530209 select DRAM_SUN8I_A23
Jagan Teki137fc752018-05-07 13:03:38 +0530210 select PHY_SUN4I_USB
Hans de Goedef07872b2015-04-06 20:33:34 +0200211 select SUNXI_GEN_SUN6I
Hans de Goede966d2392014-12-07 14:34:27 +0100212 select SUPPORT_SPL
Chen-Yu Tsai5acec7c2015-05-28 21:25:34 +0800213 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rinie69ba982018-03-06 19:02:27 -0500214 imply CONS_INDEX_5 if !DM_SERIAL
Ian Campbelld8e69e02014-10-24 21:20:44 +0100215
Vishnu Patekar3702f142015-03-01 23:47:48 +0530216config MACH_SUN8I_A33
217 bool "sun8i (Allwinner A33)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530218 select CPU_V7A
Chen-Yu Tsai5acec7c2015-05-28 21:25:34 +0800219 select CPU_V7_HAS_NONSEC
220 select CPU_V7_HAS_VIRT
Masahiro Yamadad5415b22016-08-30 16:22:22 +0900221 select ARCH_SUPPORT_PSCI
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530222 select DM_MMC if MMC
Jagan Tekie624d4c2018-01-10 16:17:39 +0530223 select DRAM_SUN8I_A33
Jagan Teki137fc752018-05-07 13:03:38 +0530224 select PHY_SUN4I_USB
Vishnu Patekar3702f142015-03-01 23:47:48 +0530225 select SUNXI_GEN_SUN6I
226 select SUPPORT_SPL
Chen-Yu Tsai5acec7c2015-05-28 21:25:34 +0800227 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rinie69ba982018-03-06 19:02:27 -0500228 imply CONS_INDEX_5 if !DM_SERIAL
Vishnu Patekar3702f142015-03-01 23:47:48 +0530229
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800230config MACH_SUN8I_A83T
231 bool "sun8i (Allwinner A83T)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530232 select CPU_V7A
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530233 select DM_MMC if MMC
Jagan Teki270a6f62018-01-10 16:20:26 +0530234 select DRAM_SUN8I_A83T
Jagan Teki137fc752018-05-07 13:03:38 +0530235 select PHY_SUN4I_USB
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800236 select SUNXI_GEN_SUN6I
Maxime Ripard4799a1a2017-08-23 12:03:42 +0200237 select MMC_SUNXI_HAS_NEW_MODE
Vasily Khoruzhickb198e2c2018-11-09 20:41:44 -0800238 select MMC_SUNXI_HAS_MODE_SWITCH
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800239 select SUPPORT_SPL
240
Jens Kuskef9770722015-11-17 15:12:58 +0100241config MACH_SUN8I_H3
242 bool "sun8i (Allwinner H3)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530243 select CPU_V7A
Chen-Yu Tsaiaa9ab0e2016-01-06 15:13:09 +0800244 select CPU_V7_HAS_NONSEC
245 select CPU_V7_HAS_VIRT
Masahiro Yamadad5415b22016-08-30 16:22:22 +0900246 select ARCH_SUPPORT_PSCI
Andre Przywara5fb97432017-02-16 01:20:27 +0000247 select MACH_SUNXI_H3_H5
Chen-Yu Tsaiaa9ab0e2016-01-06 15:13:09 +0800248 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530249 select DM_MMC if MMC
Jens Kuskef9770722015-11-17 15:12:58 +0100250
Chen-Yu Tsaicc2605e2016-11-30 14:57:32 +0800251config MACH_SUN8I_R40
252 bool "sun8i (Allwinner R40)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530253 select CPU_V7A
Chen-Yu Tsaib1a1fda2017-03-01 11:03:15 +0800254 select CPU_V7_HAS_NONSEC
255 select CPU_V7_HAS_VIRT
256 select ARCH_SUPPORT_PSCI
Chen-Yu Tsaicc2605e2016-11-30 14:57:32 +0800257 select SUNXI_GEN_SUN6I
Chen-Yu Tsai2d5826c2016-12-02 16:09:49 +0800258 select SUPPORT_SPL
Icenowy Zhengca0bc022017-06-03 17:10:14 +0800259 select SUNXI_DRAM_DW
Icenowy Zhengb2607512017-06-03 17:10:16 +0800260 select SUNXI_DRAM_DW_32BIT
Chen-Yu Tsaicc2605e2016-11-30 14:57:32 +0800261
Icenowy Zheng52e61882017-04-08 15:30:12 +0800262config MACH_SUN8I_V3S
263 bool "sun8i (Allwinner V3s)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530264 select CPU_V7A
Icenowy Zheng52e61882017-04-08 15:30:12 +0800265 select CPU_V7_HAS_NONSEC
266 select CPU_V7_HAS_VIRT
267 select ARCH_SUPPORT_PSCI
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530268 select DM_MMC if MMC
Icenowy Zheng52e61882017-04-08 15:30:12 +0800269 select SUNXI_GEN_SUN6I
Icenowy Zhengb54209f2017-06-03 17:10:22 +0800270 select SUNXI_DRAM_DW
271 select SUNXI_DRAM_DW_16BIT
272 select SUPPORT_SPL
Icenowy Zheng52e61882017-04-08 15:30:12 +0800273 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
274
Hans de Goede7bfe2bb2015-01-13 19:25:06 +0100275config MACH_SUN9I
276 bool "sun9i (Allwinner A80)"
Lokesh Vutla81b1a672018-04-26 18:21:26 +0530277 select CPU_V7A
Jagan Teki6aa7f712018-03-17 00:18:01 +0530278 select DRAM_SUN9I
Jagan Teki11f33e12018-01-11 13:23:02 +0530279 select SUN6I_PRCM
Hans de Goede7bfe2bb2015-01-13 19:25:06 +0100280 select SUNXI_GEN_SUN6I
Jagan Tekif35767b2018-01-11 13:23:52 +0530281 select SUN8I_RSB
Philipp Tomsich470626e2016-10-28 18:21:32 +0800282 select SUPPORT_SPL
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530283 select DM_MMC if MMC
Hans de Goede7bfe2bb2015-01-13 19:25:06 +0100284
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800285config MACH_SUN50I
286 bool "sun50i (Allwinner A64)"
287 select ARM64
Jernej Skrabec09e6f162017-04-27 00:03:37 +0200288 select DM_I2C
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530289 select DM_MMC if MMC
Jagan Teki137fc752018-05-07 13:03:38 +0530290 select PHY_SUN4I_USB
Vasily Khoruzhick6f4c3442018-11-05 20:24:30 -0800291 select SUN6I_PRCM
Jernej Skrabec9b4ca922017-03-27 19:22:31 +0200292 select SUNXI_DE2
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800293 select SUNXI_GEN_SUN6I
Vasily Khoruzhicka4e8dd92018-11-09 20:41:46 -0800294 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywaraa563adc2017-01-02 11:48:45 +0000295 select SUPPORT_SPL
Icenowy Zhengca0bc022017-06-03 17:10:14 +0800296 select SUNXI_DRAM_DW
Icenowy Zhengb2607512017-06-03 17:10:16 +0800297 select SUNXI_DRAM_DW_32BIT
Andre Przywarad8362162017-04-26 01:32:48 +0100298 select FIT
299 select SPL_LOAD_FIT
Andre Przywarad1de0bb2018-06-27 01:42:53 +0100300 select SUNXI_A64_TIMER_ERRATUM
Chen-Yu Tsai1fcaea02016-05-02 10:28:07 +0800301
Andre Przywara5611a2d2017-02-16 01:20:28 +0000302config MACH_SUN50I_H5
303 bool "sun50i (Allwinner H5)"
304 select ARM64
305 select MACH_SUNXI_H3_H5
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530306 select DM_MMC if MMC
Andre Przywarad8362162017-04-26 01:32:48 +0100307 select FIT
308 select SPL_LOAD_FIT
Andre Przywara5611a2d2017-02-16 01:20:28 +0000309
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800310config MACH_SUN50I_H6
311 bool "sun50i (Allwinner H6)"
312 select ARM64
313 select SUPPORT_SPL
Jagan Teki6d1eb7d2019-04-09 01:57:54 +0530314 select DM_MMC if MMC
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800315 select FIT
316 select SPL_LOAD_FIT
317 select DRAM_SUN50I_H6
318
Ian Campbelld8e69e02014-10-24 21:20:44 +0100319endchoice
Maxime Ripard2c519412014-10-03 20:16:29 +0800320
Hans de Goedef055ed62015-04-06 20:55:39 +0200321# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
322config MACH_SUN8I
323 bool
Jagan Tekif35767b2018-01-11 13:23:52 +0530324 select SUN8I_RSB
Jagan Teki11f33e12018-01-11 13:23:02 +0530325 select SUN6I_PRCM
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800326 default y if MACH_SUN8I_A23
327 default y if MACH_SUN8I_A33
328 default y if MACH_SUN8I_A83T
329 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsaicc2605e2016-11-30 14:57:32 +0800330 default y if MACH_SUN8I_R40
Icenowy Zheng52e61882017-04-08 15:30:12 +0800331 default y if MACH_SUN8I_V3S
Hans de Goedef055ed62015-04-06 20:55:39 +0200332
Andre Przywara06893b62017-01-02 11:48:35 +0000333config RESERVE_ALLWINNER_BOOT0_HEADER
334 bool "reserve space for Allwinner boot0 header"
335 select ENABLE_ARM_SOC_BOOT0_HOOK
336 ---help---
337 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
338 filled with magic values post build. The Allwinner provided boot0
339 blob relies on this information to load and execute U-Boot.
340 Only needed on 64-bit Allwinner boards so far when using boot0.
341
Andre Przywara46c3d992017-01-02 11:48:36 +0000342config ARM_BOOT_HOOK_RMR
343 bool
344 depends on ARM64
345 default y
346 select ENABLE_ARM_SOC_BOOT0_HOOK
347 ---help---
348 Insert some ARM32 code at the very beginning of the U-Boot binary
349 which uses an RMR register write to bring the core into AArch64 mode.
350 The very first instruction acts as a switch, since it's carefully
351 chosen to be a NOP in one mode and a branch in the other, so the
352 code would only be executed if not already in AArch64.
353 This allows both the SPL and the U-Boot proper to be entered in
354 either mode and switch to AArch64 if needed.
355
Icenowy Zhengf09b48e2017-06-03 17:10:18 +0800356if SUNXI_DRAM_DW
357config SUNXI_DRAM_DDR3
358 bool
359
Icenowy Zhenge270a582017-06-03 17:10:20 +0800360config SUNXI_DRAM_DDR2
361 bool
362
Icenowy Zheng3c1b9f12017-06-03 17:10:23 +0800363config SUNXI_DRAM_LPDDR3
364 bool
365
Icenowy Zhengf09b48e2017-06-03 17:10:18 +0800366choice
367 prompt "DRAM Type and Timing"
Icenowy Zhengfe052172017-06-03 17:10:21 +0800368 default SUNXI_DRAM_DDR3_1333 if !MACH_SUN8I_V3S
369 default SUNXI_DRAM_DDR2_V3S if MACH_SUN8I_V3S
Icenowy Zhengf09b48e2017-06-03 17:10:18 +0800370
371config SUNXI_DRAM_DDR3_1333
372 bool "DDR3 1333"
373 select SUNXI_DRAM_DDR3
Icenowy Zhengfe052172017-06-03 17:10:21 +0800374 depends on !MACH_SUN8I_V3S
Icenowy Zhengf09b48e2017-06-03 17:10:18 +0800375 ---help---
376 This option is the original only supported memory type, which suits
377 many H3/H5/A64 boards available now.
378
Icenowy Zhengeb4766e2017-06-03 17:10:24 +0800379config SUNXI_DRAM_LPDDR3_STOCK
380 bool "LPDDR3 with Allwinner stock configuration"
381 select SUNXI_DRAM_LPDDR3
382 ---help---
383 This option is the LPDDR3 timing used by the stock boot0 by
384 Allwinner.
385
Icenowy Zhenge270a582017-06-03 17:10:20 +0800386config SUNXI_DRAM_DDR2_V3S
387 bool "DDR2 found in V3s chip"
388 select SUNXI_DRAM_DDR2
Icenowy Zhengfe052172017-06-03 17:10:21 +0800389 depends on MACH_SUN8I_V3S
Icenowy Zhenge270a582017-06-03 17:10:20 +0800390 ---help---
391 This option is only for the DDR2 memory chip which is co-packaged in
392 Allwinner V3s SoC.
393
Icenowy Zhengf09b48e2017-06-03 17:10:18 +0800394endchoice
395endif
396
Vishnu Patekarc49936f2016-01-12 01:20:58 +0800397config DRAM_TYPE
398 int "sunxi dram type"
399 depends on MACH_SUN8I_A83T
400 default 3
401 ---help---
402 Set the dram type, 3: DDR3, 7: LPDDR3
Hans de Goedef055ed62015-04-06 20:55:39 +0200403
Hans de Goede3aeaa282014-11-15 19:46:39 +0100404config DRAM_CLK
Hans de Goede59d9fc72015-01-17 14:24:55 +0100405 int "sunxi dram clock speed"
Philipp Tomsichd36af1c2016-10-28 18:21:28 +0800406 default 792 if MACH_SUN9I
Chen-Yu Tsaif361d562016-11-30 16:58:35 +0800407 default 648 if MACH_SUN8I_R40
Hans de Goede59d9fc72015-01-17 14:24:55 +0100408 default 312 if MACH_SUN6I || MACH_SUN8I
Icenowy Zhengb54209f2017-06-03 17:10:22 +0800409 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || \
410 MACH_SUN8I_V3S
Andre Przywaraafd68702017-01-02 11:48:37 +0000411 default 672 if MACH_SUN50I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800412 default 744 if MACH_SUN50I_H6
Hans de Goede3aeaa282014-11-15 19:46:39 +0100413 ---help---
Philipp Tomsichd36af1c2016-10-28 18:21:28 +0800414 Set the dram clock speed, valid range 240 - 480 (prior to sun9i),
415 must be a multiple of 24. For the sun9i (A80), the tested values
416 (for DDR3-1600) are 312 to 792.
Hans de Goede3aeaa282014-11-15 19:46:39 +0100417
Siarhei Siamashka47359bb2015-02-01 00:27:06 +0200418if MACH_SUN5I || MACH_SUN7I
419config DRAM_MBUS_CLK
420 int "sunxi mbus clock speed"
421 default 300
422 ---help---
423 Set the mbus clock speed. The maximum on sun5i hardware is 300MHz.
424
425endif
426
Hans de Goede3aeaa282014-11-15 19:46:39 +0100427config DRAM_ZQ
Hans de Goede59d9fc72015-01-17 14:24:55 +0100428 int "sunxi dram zq value"
429 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I
430 default 127 if MACH_SUN7I
Icenowy Zhengb54209f2017-06-03 17:10:22 +0800431 default 14779 if MACH_SUN8I_V3S
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800432 default 3881979 if MACH_SUN8I_R40 || MACH_SUN50I_H6
Chen-Yu Tsai47bb3062016-10-28 18:21:36 +0800433 default 4145117 if MACH_SUN9I
Andre Przywaraafd68702017-01-02 11:48:37 +0000434 default 3881915 if MACH_SUN50I
Hans de Goede3aeaa282014-11-15 19:46:39 +0100435 ---help---
Hans de Goede06ddc452015-01-25 11:29:27 +0100436 Set the dram zq value.
Hans de Goede3aeaa282014-11-15 19:46:39 +0100437
Hans de Goedeffdc05c2015-05-13 15:00:46 +0200438config DRAM_ODT_EN
439 bool "sunxi dram odt enable"
Hans de Goedeffdc05c2015-05-13 15:00:46 +0200440 default y if MACH_SUN8I_A23
Chen-Yu Tsaif361d562016-11-30 16:58:35 +0800441 default y if MACH_SUN8I_R40
Andre Przywaraa563adc2017-01-02 11:48:45 +0000442 default y if MACH_SUN50I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800443 default y if MACH_SUN50I_H6
Hans de Goedeffdc05c2015-05-13 15:00:46 +0200444 ---help---
445 Select this to enable dram odt (on die termination).
446
Hans de Goede59d9fc72015-01-17 14:24:55 +0100447if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
448config DRAM_EMR1
449 int "sunxi dram emr1 value"
450 default 0 if MACH_SUN4I
451 default 4 if MACH_SUN5I || MACH_SUN7I
452 ---help---
Hans de Goede06ddc452015-01-25 11:29:27 +0100453 Set the dram controller emr1 value.
Siarhei Siamashka9900db12015-02-01 00:27:05 +0200454
Siarhei Siamashka47359bb2015-02-01 00:27:06 +0200455config DRAM_TPR3
456 hex "sunxi dram tpr3 value"
457 default 0
458 ---help---
459 Set the dram controller tpr3 parameter. This parameter configures
460 the delay on the command lane and also phase shifts, which are
461 applied for sampling incoming read data. The default value 0
462 means that no phase/delay adjustments are necessary. Properly
463 configuring this parameter increases reliability at high DRAM
464 clock speeds.
465
466config DRAM_DQS_GATING_DELAY
467 hex "sunxi dram dqs_gating_delay value"
468 default 0
469 ---help---
470 Set the dram controller dqs_gating_delay parmeter. Each byte
471 encodes the DQS gating delay for each byte lane. The delay
472 granularity is 1/4 cycle. For example, the value 0x05060606
473 means that the delay is 5 quarter-cycles for one lane (1.25
474 cycles) and 6 quarter-cycles (1.5 cycles) for 3 other lanes.
475 The default value 0 means autodetection. The results of hardware
476 autodetection are not very reliable and depend on the chip
477 temperature (sometimes producing different results on cold start
478 and warm reboot). But the accuracy of hardware autodetection
479 is usually good enough, unless running at really high DRAM
480 clocks speeds (up to 600MHz). If unsure, keep as 0.
481
Siarhei Siamashka9900db12015-02-01 00:27:05 +0200482choice
483 prompt "sunxi dram timings"
484 default DRAM_TIMINGS_VENDOR_MAGIC
485 ---help---
486 Select the timings of the DDR3 chips.
487
488config DRAM_TIMINGS_VENDOR_MAGIC
489 bool "Magic vendor timings from Android"
490 ---help---
491 The same DRAM timings as in the Allwinner boot0 bootloader.
492
493config DRAM_TIMINGS_DDR3_1066F_1333H
494 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F"
495 ---help---
496 Use the timings of the standard JEDEC DDR3-1066F speed bin for
497 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin
498 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips
499 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333
500 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm
501 that down binning to DDR3-1066F is supported (because DDR3-1066F
502 uses a bit faster timings than DDR3-1333H).
503
504config DRAM_TIMINGS_DDR3_800E_1066G_1333J
505 bool "JEDEC DDR3-800E / DDR3-1066G / DDR3-1333J"
506 ---help---
507 Use the timings of the slowest possible JEDEC speed bin for the
508 selected DRAM_CLK. Depending on the DRAM_CLK value, it may be
509 DDR3-800E, DDR3-1066G or DDR3-1333J.
510
511endchoice
512
Hans de Goede3aeaa282014-11-15 19:46:39 +0100513endif
514
Hans de Goedeffdc05c2015-05-13 15:00:46 +0200515if MACH_SUN8I_A23
516config DRAM_ODT_CORRECTION
517 int "sunxi dram odt correction value"
518 default 0
519 ---help---
520 Set the dram odt correction value (range -255 - 255). In allwinner
521 fex files, this option is found in bits 8-15 of the u32 odt_en variable
522 in the [dram] section. When bit 31 of the odt_en variable is set
523 then the correction is negative. Usually the value for this is 0.
524endif
525
Iain Paton630df142015-03-28 10:26:38 +0000526config SYS_CLK_FREQ
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800527 default 1008000000 if MACH_SUN4I
528 default 1008000000 if MACH_SUN5I
529 default 1008000000 if MACH_SUN6I
Iain Paton630df142015-03-28 10:26:38 +0000530 default 912000000 if MACH_SUN7I
Icenowy Zheng2e915b42017-10-31 07:36:28 +0800531 default 816000000 if MACH_SUN50I || MACH_SUN50I_H5
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800532 default 1008000000 if MACH_SUN8I
533 default 1008000000 if MACH_SUN9I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800534 default 888000000 if MACH_SUN50I_H6
Iain Paton630df142015-03-28 10:26:38 +0000535
Maxime Ripard2c519412014-10-03 20:16:29 +0800536config SYS_CONFIG_NAME
Ian Campbell4a24a1c2014-10-24 21:20:45 +0100537 default "sun4i" if MACH_SUN4I
538 default "sun5i" if MACH_SUN5I
539 default "sun6i" if MACH_SUN6I
540 default "sun7i" if MACH_SUN7I
541 default "sun8i" if MACH_SUN8I
Hans de Goede7bfe2bb2015-01-13 19:25:06 +0100542 default "sun9i" if MACH_SUN9I
Siarhei Siamashka26c50fb2016-03-29 17:29:10 +0200543 default "sun50i" if MACH_SUN50I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800544 default "sun50i" if MACH_SUN50I_H6
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900545
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900546config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900547 default "sunxi"
548
549config SYS_SOC
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900550 default "sunxi"
551
Siarhei Siamashka121161f2014-12-25 02:34:47 +0200552config UART0_PORT_F
553 bool "UART0 on MicroSD breakout board"
Siarhei Siamashka121161f2014-12-25 02:34:47 +0200554 default n
555 ---help---
556 Repurpose the SD card slot for getting access to the UART0 serial
557 console. Primarily useful only for low level u-boot debugging on
558 tablets, where normal UART0 is difficult to access and requires
559 device disassembly and/or soldering. As the SD card can't be used
560 at the same time, the system can be only booted in the FEL mode.
561 Only enable this if you really know what you are doing.
562
Hans de Goede05e5bcb2014-10-22 14:56:36 +0200563config OLD_SUNXI_KERNEL_COMPAT
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900564 bool "Enable workarounds for booting old kernels"
Hans de Goede05e5bcb2014-10-22 14:56:36 +0200565 default n
566 ---help---
567 Set this to enable various workarounds for old kernels, this results in
568 sub-optimal settings for newer kernels, only enable if needed.
569
Mylène Josserand147c6062017-04-02 12:59:10 +0200570config MACPWR
571 string "MAC power pin"
572 default ""
573 help
574 Set the pin used to power the MAC. This takes a string in the format
575 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
576
Hans de Goede7412ef82014-10-02 20:29:26 +0200577config MMC0_CD_PIN
578 string "Card detect pin for mmc0"
Andre Przywara5fb97432017-02-16 01:20:27 +0000579 default "PF6" if MACH_SUN8I_A83T || MACH_SUNXI_H3_H5 || MACH_SUN50I
Hans de Goede7412ef82014-10-02 20:29:26 +0200580 default ""
581 ---help---
582 Set the card detect pin for mmc0, leave empty to not use cd. This
583 takes a string in the format understood by sunxi_name_to_gpio, e.g.
584 PH1 for pin 1 of port H.
585
586config MMC1_CD_PIN
587 string "Card detect pin for mmc1"
588 default ""
589 ---help---
590 See MMC0_CD_PIN help text.
591
592config MMC2_CD_PIN
593 string "Card detect pin for mmc2"
594 default ""
595 ---help---
596 See MMC0_CD_PIN help text.
597
598config MMC3_CD_PIN
599 string "Card detect pin for mmc3"
600 default ""
601 ---help---
602 See MMC0_CD_PIN help text.
603
Paul Kocialkowskid390d8c2015-03-22 18:12:23 +0100604config MMC1_PINS
605 string "Pins for mmc1"
606 default ""
607 ---help---
608 Set the pins used for mmc1, when applicable. This takes a string in the
609 format understood by sunxi_name_to_gpio_bank, e.g. PH for port H.
610
611config MMC2_PINS
612 string "Pins for mmc2"
613 default ""
614 ---help---
615 See MMC1_PINS help text.
616
617config MMC3_PINS
618 string "Pins for mmc3"
619 default ""
620 ---help---
621 See MMC1_PINS help text.
622
Hans de Goedeaf593e42014-10-02 20:43:50 +0200623config MMC_SUNXI_SLOT_EXTRA
624 int "mmc extra slot number"
625 default -1
626 ---help---
627 sunxi builds always enable mmc0, some boards also have a second sdcard
628 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
629 support for this.
630
Hans de Goede99c9fb02016-04-01 22:39:26 +0200631config INITIAL_USB_SCAN_DELAY
632 int "delay initial usb scan by x ms to allow builtin devices to init"
633 default 0
634 ---help---
635 Some boards have on board usb devices which need longer than the
636 USB spec's 1 second to connect from board powerup. Set this config
637 option to a non 0 value to add an extra delay before the first usb
638 bus scan.
639
Hans de Goedee7b852a2015-01-07 15:26:06 +0100640config USB0_VBUS_PIN
641 string "Vbus enable pin for usb0 (otg)"
642 default ""
643 ---help---
644 Set the Vbus enable pin for usb0 (otg). This takes a string in the
645 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
646
Hans de Goedeeaa0d702015-02-16 22:13:43 +0100647config USB0_VBUS_DET
648 string "Vbus detect pin for usb0 (otg)"
Hans de Goedeeaa0d702015-02-16 22:13:43 +0100649 default ""
650 ---help---
651 Set the Vbus detect pin for usb0 (otg). This takes a string in the
652 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
653
Hans de Goedeaadd97f2015-06-14 17:29:53 +0200654config USB0_ID_DET
655 string "ID detect pin for usb0 (otg)"
656 default ""
657 ---help---
658 Set the ID detect pin for usb0 (otg). This takes a string in the
659 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
660
Hans de Goedeaf4273b2014-11-07 16:09:00 +0100661config USB1_VBUS_PIN
662 string "Vbus enable pin for usb1 (ehci0)"
663 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goedeb5ab8ce2014-11-07 14:51:12 +0100664 default "PH27" if MACH_SUN6I
Hans de Goedeaf4273b2014-11-07 16:09:00 +0100665 ---help---
666 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
667 a string in the format understood by sunxi_name_to_gpio, e.g.
668 PH1 for pin 1 of port H.
669
670config USB2_VBUS_PIN
671 string "Vbus enable pin for usb2 (ehci1)"
672 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goedeb5ab8ce2014-11-07 14:51:12 +0100673 default "PH24" if MACH_SUN6I
Hans de Goedeaf4273b2014-11-07 16:09:00 +0100674 ---help---
675 See USB1_VBUS_PIN help text.
676
Hans de Goedea60c3fc2016-03-18 08:42:01 +0100677config USB3_VBUS_PIN
678 string "Vbus enable pin for usb3 (ehci2)"
679 default ""
680 ---help---
681 See USB1_VBUS_PIN help text.
682
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200683config I2C0_ENABLE
684 bool "Enable I2C/TWI controller 0"
Chen-Yu Tsai478a3c52016-11-30 15:30:30 +0800685 default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200686 default n if MACH_SUN6I || MACH_SUN8I
Hans de Goede2c526402016-05-15 13:51:58 +0200687 select CMD_I2C
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200688 ---help---
689 This allows enabling I2C/TWI controller 0 by muxing its pins, enabling
690 its clock and setting up the bus. This is especially useful on devices
691 with slaves connected to the bus or with pins exposed through e.g. an
692 expansion port/header.
693
694config I2C1_ENABLE
695 bool "Enable I2C/TWI controller 1"
696 default n
Hans de Goede2c526402016-05-15 13:51:58 +0200697 select CMD_I2C
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200698 ---help---
699 See I2C0_ENABLE help text.
700
701config I2C2_ENABLE
702 bool "Enable I2C/TWI controller 2"
703 default n
Hans de Goede2c526402016-05-15 13:51:58 +0200704 select CMD_I2C
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200705 ---help---
706 See I2C0_ENABLE help text.
707
708if MACH_SUN6I || MACH_SUN7I
709config I2C3_ENABLE
710 bool "Enable I2C/TWI controller 3"
711 default n
Hans de Goede2c526402016-05-15 13:51:58 +0200712 select CMD_I2C
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200713 ---help---
714 See I2C0_ENABLE help text.
715endif
716
Jelle van der Waa3f3a3092016-02-23 18:47:19 +0100717if SUNXI_GEN_SUN6I
Jelle van der Waa8d3d7c12016-01-14 14:06:26 +0100718config R_I2C_ENABLE
719 bool "Enable the PRCM I2C/TWI controller"
Jelle van der Waa3f3a3092016-02-23 18:47:19 +0100720 # This is used for the pmic on H3
721 default y if SY8106A_POWER
Hans de Goede2c526402016-05-15 13:51:58 +0200722 select CMD_I2C
Jelle van der Waa8d3d7c12016-01-14 14:06:26 +0100723 ---help---
724 Set this to y to enable the I2C controller which is part of the PRCM.
Jelle van der Waa3f3a3092016-02-23 18:47:19 +0100725endif
Jelle van der Waa8d3d7c12016-01-14 14:06:26 +0100726
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200727if MACH_SUN7I
728config I2C4_ENABLE
729 bool "Enable I2C/TWI controller 4"
730 default n
Hans de Goede2c526402016-05-15 13:51:58 +0200731 select CMD_I2C
Paul Kocialkowski0a3ec0a2015-04-10 23:09:52 +0200732 ---help---
733 See I2C0_ENABLE help text.
734endif
735
Hans de Goede3ae1d132015-04-25 17:25:14 +0200736config AXP_GPIO
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900737 bool "Enable support for gpio-s on axp PMICs"
Hans de Goede3ae1d132015-04-25 17:25:14 +0200738 default n
739 ---help---
740 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
741
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800742config VIDEO_SUNXI
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900743 bool "Enable graphical uboot console on HDMI, LCD or VGA"
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800744 depends on !MACH_SUN8I_A83T
745 depends on !MACH_SUNXI_H3_H5
Chen-Yu Tsaicc2605e2016-11-30 14:57:32 +0800746 depends on !MACH_SUN8I_R40
Icenowy Zheng52e61882017-04-08 15:30:12 +0800747 depends on !MACH_SUN8I_V3S
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800748 depends on !MACH_SUN9I
749 depends on !MACH_SUN50I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800750 depends on !MACH_SUN50I_H6
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800751 select VIDEO
Icenowy Zheng60e4b8f2017-10-26 11:14:46 +0800752 imply VIDEO_DT_SIMPLEFB
Luc Verhaegenb01df1e2014-08-13 07:55:06 +0200753 default y
754 ---help---
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100755 Say Y here to add support for using a cfb console on the HDMI, LCD
756 or VGA output found on most sunxi devices. See doc/README.video for
757 info on how to select the video output and mode.
758
Hans de Goedee9544592014-12-23 23:04:35 +0100759config VIDEO_HDMI
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900760 bool "HDMI output support"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800761 depends on VIDEO_SUNXI && !MACH_SUN8I
Hans de Goedee9544592014-12-23 23:04:35 +0100762 default y
763 ---help---
764 Say Y here to add support for outputting video over HDMI.
765
Hans de Goede260f5202014-12-25 13:58:06 +0100766config VIDEO_VGA
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900767 bool "VGA output support"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800768 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN7I)
Hans de Goede260f5202014-12-25 13:58:06 +0100769 default n
770 ---help---
771 Say Y here to add support for outputting video over VGA.
772
Hans de Goedeac1633c2014-12-24 12:17:07 +0100773config VIDEO_VGA_VIA_LCD
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900774 bool "VGA via LCD controller support"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800775 depends on VIDEO_SUNXI && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedeac1633c2014-12-24 12:17:07 +0100776 default n
777 ---help---
778 Say Y here to add support for external DACs connected to the parallel
779 LCD interface driving a VGA connector, such as found on the
780 Olimex A13 boards.
781
Hans de Goede18366f72015-01-25 15:33:07 +0100782config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900783 bool "Force sync active high for VGA via LCD controller support"
Hans de Goede18366f72015-01-25 15:33:07 +0100784 depends on VIDEO_VGA_VIA_LCD
785 default n
786 ---help---
787 Say Y here if you've a board which uses opendrain drivers for the vga
788 hsync and vsync signals. Opendrain drivers cannot generate steep enough
789 positive edges for a stable video output, so on boards with opendrain
790 drivers the sync signals must always be active high.
791
Chen-Yu Tsai9ed19522015-01-12 18:02:11 +0800792config VIDEO_VGA_EXTERNAL_DAC_EN
793 string "LCD panel power enable pin"
794 depends on VIDEO_VGA_VIA_LCD
795 default ""
796 ---help---
797 Set the enable pin for the external VGA DAC. This takes a string in the
798 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
799
Hans de Goedec06e00e2015-08-03 19:20:26 +0200800config VIDEO_COMPOSITE
Masahiro Yamada78cd22a2016-08-12 10:26:50 +0900801 bool "Composite video output support"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800802 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
Hans de Goedec06e00e2015-08-03 19:20:26 +0200803 default n
804 ---help---
805 Say Y here to add support for outputting composite video.
806
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100807config VIDEO_LCD_MODE
808 string "LCD panel timing details"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800809 depends on VIDEO_SUNXI
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100810 default ""
811 ---help---
812 LCD panel timing details string, leave empty if there is no LCD panel.
813 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
814 x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:0,vmode:0
Hans de Goede924c8932015-08-16 11:23:42 +0200815 Also see: http://linux-sunxi.org/LCD
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100816
Hans de Goede481b6642015-01-13 13:21:46 +0100817config VIDEO_LCD_DCLK_PHASE
818 int "LCD panel display clock phase"
Vasily Khoruzhick2f0b6e52017-10-26 21:51:52 -0700819 depends on VIDEO_SUNXI || DM_VIDEO
Hans de Goede481b6642015-01-13 13:21:46 +0100820 default 1
821 ---help---
822 Select LCD panel display clock phase shift, range 0-3.
823
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100824config VIDEO_LCD_POWER
825 string "LCD panel power enable pin"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800826 depends on VIDEO_SUNXI
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100827 default ""
828 ---help---
829 Set the power enable pin for the LCD panel. This takes a string in the
830 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
831
Hans de Goedece9e3322015-02-16 17:26:41 +0100832config VIDEO_LCD_RESET
833 string "LCD panel reset pin"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800834 depends on VIDEO_SUNXI
Hans de Goedece9e3322015-02-16 17:26:41 +0100835 default ""
836 ---help---
837 Set the reset pin for the LCD panel. This takes a string in the format
838 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
839
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100840config VIDEO_LCD_BL_EN
841 string "LCD panel backlight enable pin"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800842 depends on VIDEO_SUNXI
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100843 default ""
844 ---help---
845 Set the backlight enable pin for the LCD panel. This takes a string in the
846 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
847 port H.
848
849config VIDEO_LCD_BL_PWM
850 string "LCD panel backlight pwm pin"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800851 depends on VIDEO_SUNXI
Hans de Goede7e68a1b2014-12-21 16:28:32 +0100852 default ""
853 ---help---
854 Set the backlight pwm pin for the LCD panel. This takes a string in the
855 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegenb01df1e2014-08-13 07:55:06 +0200856
Hans de Goede2d5d3022015-01-22 21:02:42 +0100857config VIDEO_LCD_BL_PWM_ACTIVE_LOW
858 bool "LCD panel backlight pwm is inverted"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800859 depends on VIDEO_SUNXI
Hans de Goede2d5d3022015-01-22 21:02:42 +0100860 default y
861 ---help---
862 Set this if the backlight pwm output is active low.
863
Hans de Goedea5b4cfe2015-02-16 17:23:25 +0100864config VIDEO_LCD_PANEL_I2C
865 bool "LCD panel needs to be configured via i2c"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800866 depends on VIDEO_SUNXI
Hans de Goede6de9f762015-03-07 12:00:02 +0100867 default n
Hans de Goede2c526402016-05-15 13:51:58 +0200868 select CMD_I2C
Hans de Goedea5b4cfe2015-02-16 17:23:25 +0100869 ---help---
870 Say y here if the LCD panel needs to be configured via i2c. This
871 will add a bitbang i2c controller using gpios to talk to the LCD.
872
873config VIDEO_LCD_PANEL_I2C_SDA
874 string "LCD panel i2c interface SDA pin"
875 depends on VIDEO_LCD_PANEL_I2C
876 default "PG12"
877 ---help---
878 Set the SDA pin for the LCD i2c interface. This takes a string in the
879 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
880
881config VIDEO_LCD_PANEL_I2C_SCL
882 string "LCD panel i2c interface SCL pin"
883 depends on VIDEO_LCD_PANEL_I2C
884 default "PG10"
885 ---help---
886 Set the SCL pin for the LCD i2c interface. This takes a string in the
887 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
888
Hans de Goede797a0f52015-01-01 22:04:34 +0100889
890# Note only one of these may be selected at a time! But hidden choices are
891# not supported by Kconfig
892config VIDEO_LCD_IF_PARALLEL
893 bool
894
895config VIDEO_LCD_IF_LVDS
896 bool
897
Jernej Skrabec9b4ca922017-03-27 19:22:31 +0200898config SUNXI_DE2
899 bool
900 default n
901
Jernej Skrabec8d91b462017-03-27 19:22:32 +0200902config VIDEO_DE2
903 bool "Display Engine 2 video driver"
904 depends on SUNXI_DE2
905 select DM_VIDEO
906 select DISPLAY
Icenowy Zheng82576de2017-10-26 11:14:47 +0800907 imply VIDEO_DT_SIMPLEFB
Jernej Skrabec8d91b462017-03-27 19:22:32 +0200908 default y
909 ---help---
910 Say y here if you want to build DE2 video driver which is present on
911 newer SoCs. Currently only HDMI output is supported.
912
Hans de Goede797a0f52015-01-01 22:04:34 +0100913
914choice
915 prompt "LCD panel support"
Icenowy Zheng1fa956f2017-10-26 11:14:44 +0800916 depends on VIDEO_SUNXI
Hans de Goede797a0f52015-01-01 22:04:34 +0100917 ---help---
918 Select which type of LCD panel to support.
919
920config VIDEO_LCD_PANEL_PARALLEL
921 bool "Generic parallel interface LCD panel"
922 select VIDEO_LCD_IF_PARALLEL
923
924config VIDEO_LCD_PANEL_LVDS
925 bool "Generic lvds interface LCD panel"
926 select VIDEO_LCD_IF_LVDS
927
Siarhei Siamashkac02f0522015-01-19 05:23:33 +0200928config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
929 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
930 select VIDEO_LCD_SSD2828
931 select VIDEO_LCD_IF_PARALLEL
932 ---help---
Hans de Goede91f1b822015-08-08 16:13:53 +0200933 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
934
935config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
936 bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
937 select VIDEO_LCD_ANX9804
938 select VIDEO_LCD_IF_PARALLEL
939 select VIDEO_LCD_PANEL_I2C
940 ---help---
941 Select this for eDP LCD panels with 4 lanes running at 1.62G,
942 connected via an ANX9804 bridge chip.
Siarhei Siamashkac02f0522015-01-19 05:23:33 +0200943
Hans de Goede743fb9552015-01-20 09:23:36 +0100944config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
945 bool "Hitachi tx18d42vm LCD panel"
946 select VIDEO_LCD_HITACHI_TX18D42VM
947 select VIDEO_LCD_IF_LVDS
948 ---help---
949 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
950
Hans de Goede613dade2015-02-16 17:49:47 +0100951config VIDEO_LCD_TL059WV5C0
952 bool "tl059wv5c0 LCD panel"
953 select VIDEO_LCD_PANEL_I2C
954 select VIDEO_LCD_IF_PARALLEL
955 ---help---
956 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
957 Aigo M60/M608/M606 tablets.
958
Hans de Goede797a0f52015-01-01 22:04:34 +0100959endchoice
960
Mylène Josserand628426a2017-04-02 12:59:09 +0200961config SATAPWR
962 string "SATA power pin"
963 default ""
964 help
965 Set the pins used to power the SATA. This takes a string in the
966 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
967 port H.
Hans de Goede797a0f52015-01-01 22:04:34 +0100968
Hans de Goedebf880fe2015-01-25 12:10:48 +0100969config GMAC_TX_DELAY
970 int "GMAC Transmit Clock Delay Chain"
971 default 0
972 ---help---
973 Set the GMAC Transmit Clock Delay Chain value.
974
Hans de Goede66ab79d2015-09-13 13:02:48 +0200975config SPL_STACK_R_ADDR
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800976 default 0x4fe00000 if MACH_SUN4I
977 default 0x4fe00000 if MACH_SUN5I
978 default 0x4fe00000 if MACH_SUN6I
979 default 0x4fe00000 if MACH_SUN7I
980 default 0x4fe00000 if MACH_SUN8I
Hans de Goede66ab79d2015-09-13 13:02:48 +0200981 default 0x2fe00000 if MACH_SUN9I
Chen-Yu Tsaifa337462017-03-02 16:03:06 +0800982 default 0x4fe00000 if MACH_SUN50I
Icenowy Zheng0c01b962018-07-21 16:20:31 +0800983 default 0x4fe00000 if MACH_SUN50I_H6
Hans de Goede66ab79d2015-09-13 13:02:48 +0200984
Jagan Teki4e159f82018-02-06 22:42:56 +0530985config SPL_SPI_SUNXI
986 bool "Support for SPI Flash on Allwinner SoCs in SPL"
987 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I
988 help
989 Enable support for SPI Flash. This option allows SPL to read from
990 sunxi SPI Flash. It uses the same method as the boot ROM, so does
991 not need any extra configuration.
992
Icenowy Zheng2a269d32018-10-25 17:23:02 +0800993config PINE64_DT_SELECTION
994 bool "Enable Pine64 device tree selection code"
995 depends on MACH_SUN50I
996 help
997 The original Pine A64 and Pine A64+ are similar but different
998 boards and can be differed by the DRAM size. Pine A64 has
999 512MiB DRAM, and Pine A64+ has 1GiB or 2GiB. By selecting this
1000 option, the device tree selection code specific to Pine64 which
1001 utilizes the DRAM size will be enabled.
1002
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001003endif