blob: 25dd02c704987af3d976aa1c08bf63cd26db15ba [file] [log] [blame]
Max Filippovb25732c2016-08-07 08:53:00 +03001#
2# System reset devices
3#
4
5menu "System reset device drivers"
6
7config SYSRESET
8 bool "Enable support for system reset drivers"
9 depends on DM
10 help
11 Enable system reset drivers which can be used to reset the CPU or
12 board. Each driver can provide a reset method which will be called
13 to effect a reset. The uclass will try all available drivers when
14 reset_walk() is called.
15
Kever Yang09259fc2019-04-02 20:41:25 +080016config SPL_SYSRESET
17 bool "Enable support for system reset drivers in SPL mode"
18 depends on SYSRESET && SPL_DM
19 help
20 Enable system reset drivers which can be used to reset the CPU or
21 board. Each driver can provide a reset method which will be called
22 to effect a reset. The uclass will try all available drivers when
23 reset_walk() is called.
24
25config TPL_SYSRESET
26 bool "Enable support for system reset drivers in TPL mode"
27 depends on SYSRESET && TPL_DM
28 help
29 Enable system reset drivers which can be used to reset the CPU or
30 board. Each driver can provide a reset method which will be called
31 to effect a reset. The uclass will try all available drivers when
32 reset_walk() is called.
33
Masahiro Yamada573a3812017-04-14 11:10:24 +090034if SYSRESET
35
Bin Meng5f1a08b2021-02-25 17:22:52 +080036config SYSRESET_CMD_RESET
37 bool "sysreset implementation of the reset command"
38 default y
39 help
40 Enable sysreset implementation of the reset command.
41
Urja Rannikkob8050512019-05-16 21:48:42 +000042if CMD_POWEROFF
43
44config SYSRESET_CMD_POWEROFF
45 bool "sysreset implementation of the poweroff command"
46 help
47 This should be selected by the appropriate PMIC driver if
48 the poweroff command is enabled.
49
50endif
51
Sebastian Reichel8ccc6bf2020-09-02 19:31:42 +020052config POWEROFF_GPIO
53 bool "Enable support for GPIO poweroff driver"
54 select DM_GPIO
55 help
56 Support for system poweroff using a GPIO pin. This can be used
57 for systems having a single GPIO to trigger a system poweroff.
58
Michal Simek0d832b32018-07-13 11:04:56 +020059config SYSRESET_GPIO
60 bool "Enable support for GPIO reset driver"
Chris Packham26680b92019-04-13 20:35:23 +120061 select DM_GPIO
Michal Simek0d832b32018-07-13 11:04:56 +020062 help
63 Reset support via GPIO pin connected reset logic. This is used for
64 example on Microblaze where reset logic can be controlled via GPIO
65 pin which triggers cpu reset.
66
Michal Simekcae39ae2018-07-13 17:00:13 +020067config SYSRESET_MICROBLAZE
68 bool "Enable support for Microblaze soft reset"
69 depends on MICROBLAZE
70 help
71 This is soft reset on Microblaze which does jump to 0x0 address.
72
Stefan Roese59aea372020-06-30 12:08:55 +020073config SYSRESET_OCTEON
74 bool "Enable support for Marvell Octeon SoC family"
75 depends on ARCH_OCTEON
76 help
77 This enables the system reset driver support for Marvell Octeon
78 SoCs.
79
Sergiu Moga71d43932022-04-01 12:27:24 +030080config SYSRESET_AT91
81 bool "Enable support for Microchip/Atmel reset driver"
82 depends on ARCH_AT91
83 select SYSRESET_SPL_AT91 if SPL && SPL_SYSRESET
84 help
85 This enables the system reset driver support for Microchip/Atmel
86 SoCs.
87
88config SYSRESET_SPL_AT91
89 bool "Enable support for Microchip/Atmel reset driver in SPL"
90 depends on ARCH_AT91
91 help
92 This enables the system reset driver support for Microchip/Atmel
93 SoCs in SPL.
94
Masahiro Yamada573a3812017-04-14 11:10:24 +090095config SYSRESET_PSCI
96 bool "Enable support for PSCI System Reset"
97 depends on ARM_PSCI_FW
Simon Goldschmidta8b50312019-07-16 21:29:32 +020098 select SPL_ARM_PSCI_FW if SPL
Masahiro Yamada573a3812017-04-14 11:10:24 +090099 help
100 Enable PSCI SYSTEM_RESET function call. To use this, PSCI firmware
101 must be running on your system.
102
Heinrich Schuchardt24ed5312021-09-12 21:11:46 +0200103config SYSRESET_SBI
104 bool "Enable support for SBI System Reset"
105 depends on RISCV_SMODE && SBI_V02
106 select SYSRESET_CMD_POWEROFF if CMD_POWEROFF
107 help
108 Enable system reset and poweroff via the SBI system reset extension.
109 The extension was introduced in version 0.3 of the SBI specification.
110
111 If the SBI implementation provides the extension, is board specific.
112 The RISC-V platform specification mandates the extension for rich
113 operating system platforms.
114
Simon Goldschmidt1f166882019-07-15 21:47:53 +0200115config SYSRESET_SOCFPGA
116 bool "Enable support for Intel SOCFPGA family"
117 depends on ARCH_SOCFPGA && (TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10)
118 help
119 This enables the system reset driver support for Intel SOCFPGA SoCs
120 (Cyclone 5, Arria 5 and Arria 10).
121
Chee Hong Anga6510992020-08-05 20:11:25 +0800122config SYSRESET_SOCFPGA_SOC64
123 bool "Enable support for Intel SOCFPGA SoC64 family (Stratix10/Agilex)"
Siew Chin Lim9a5bbdf2021-03-01 20:04:10 +0800124 depends on ARCH_SOCFPGA && TARGET_SOCFPGA_SOC64
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200125 help
126 This enables the system reset driver support for Intel SOCFPGA
Chee Hong Anga6510992020-08-05 20:11:25 +0800127 SoC64 SoCs.
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200128
Andreas Dannenberg694b0522018-08-27 15:57:46 +0530129config SYSRESET_TI_SCI
130 bool "TI System Control Interface (TI SCI) system reset driver"
131 depends on TI_SCI_PROTOCOL
132 help
133 This enables the system reset driver support over TI System Control
134 Interface available on some new TI's SoCs.
135
Álvaro Fernández Rojase3889692017-04-25 00:39:14 +0200136config SYSRESET_SYSCON
137 bool "Enable support for mfd syscon reboot driver"
138 select REGMAP
139 select SYSCON
140 help
141 Reboot support for generic SYSCON mapped register reset.
142
Álvaro Fernández Rojas17a0c142017-05-16 18:29:13 +0200143config SYSRESET_WATCHDOG
144 bool "Enable support for watchdog reboot driver"
145 select WDT
146 help
147 Reboot support for generic watchdog reset.
148
Samuel Hollanda8f63d12021-11-03 22:55:14 -0500149config SYSRESET_WATCHDOG_AUTO
150 bool "Automatically register first watchdog with sysreset"
151 depends on SYSRESET_WATCHDOG
152 help
153 If enabled, the first watchdog (as selected by the watchdog uclass)
154 will automatically be registered with the watchdog reboot driver.
155
Weijie Gaocaf70922020-04-21 09:28:29 +0200156config SYSRESET_RESETCTL
157 bool "Enable support for reset controller reboot driver"
158 select DM_RESET
159 help
160 Reboot support using generic reset controller.
161
Bin Mengfabb2b42018-07-03 02:48:40 -0700162config SYSRESET_X86
163 bool "Enable support for x86 processor reboot driver"
164 depends on X86
165 help
166 Reboot support for generic x86 processor reset.
167
Simon Glassff7abb82019-09-25 08:11:24 -0600168config SYSRESET_SPL_X86
169 bool "Enable support for x86 processor reboot driver in SPL"
170 depends on X86
171 help
172 Reboot support for generic x86 processor reset in SPL.
173
174config SYSRESET_TPL_X86
175 bool "Enable support for x86 processor reboot driver in TPL"
176 depends on X86
177 help
178 Reboot support for generic x86 processor reset in TPL.
179
Rasmus Villemoes875669d2019-12-13 15:47:58 +0000180config SYSRESET_MPC83XX
Mario Six76fdad12018-08-06 10:23:35 +0200181 bool "Enable support MPC83xx SoC family reboot driver"
182 help
183 Reboot support for NXP MPC83xx SoCs.
184
Samuel Holland6b842172021-11-03 22:55:11 -0500185endif
186
Max Filippovb25732c2016-08-07 08:53:00 +0300187endmenu