zephyr/arch/riscv32
Marti Bolivar 449170548b arch: riscv32: support CONFIG_WDOG_INIT
Borrow from an Arm Cortex-M convention where each Kconfig.soc can
define a 'config WDOG_INIT' that does watchdog initialization early in
the boot process if that SoC needs it.

Some SoCs have watchdogs that are enabled by default and need to be
turned off during reset handling (to be re-enabled if necessary by a
Zephyr watchdog driver).

Signed-off-by: Marti Bolivar <marti@foundries.io>
2019-01-25 11:59:46 -05:00
..
core arch: riscv32: support CONFIG_WDOG_INIT 2019-01-25 11:59:46 -05:00
include kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
CMakeLists.txt
Kconfig arch: riscv32: follow-on tweaks 2019-01-25 11:59:46 -05:00
defconfig