u-boot-2016/arch/arm
maxims@google.com 858d497629 aspeed: Reset Driver
Add Reset Driver for ast2500 SoC. This driver uses Watchdog Timer to
perform resets and thus depends on it. The actual Watchdog device used
needs to be configured in Device Tree using "aspeed,wdt" property, which
must be WDT phandle, for example:

rst: reset-controller {
    compatible = "aspeed,ast2500-reset";
    aspeed,wdt = <&wdt1>;
}

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-08 11:57:32 -04:00
..
cpu fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
dts aspeed: Update ast2500 Device Tree 2017-05-08 11:57:30 -04:00
imx-common Convert CONFIG_CMD_DEKBLOB to Kconfig 2017-04-30 13:41:00 -04:00
include aspeed: Reset Driver 2017-05-08 11:57:32 -04:00
lib spl: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
mach-aspeed aspeed: Make SCU lock/unlock functions part of SCU API 2017-05-08 11:57:31 -04:00
mach-at91 ARM: at91: lds: use "_image_binary_end" for DT location 2017-04-13 14:44:52 -06:00
mach-bcm283x ARM: bcm283x: Implement EFI RTS reset_system 2016-11-28 20:15:19 -05:00
mach-davinci Remove various unused interrupt related code 2017-04-06 20:42:18 -04:00
mach-exynos ARM: Migrate errata to Kconfig 2017-03-09 19:52:50 -05:00
mach-highbank
mach-integrator
mach-keystone ARM: Keystone2: Build secure images for K2 2017-04-08 21:35:05 -04:00
mach-kirkwood Convert CONFIG_CMD_DIAG to Kconfig 2017-04-30 13:41:01 -04:00
mach-meson board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
mach-mvebu arm64: mvebu: incorrect check of fdt address cells 2017-05-05 16:45:56 -04:00
mach-omap2 igep003x: Add support for IGEP SMARC AM335x 2017-05-08 11:57:27 -04:00
mach-orion5x board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
mach-rmobile armv8: aarch64: Fix the warning about x1-x3 nonzero issue 2017-01-18 09:29:33 -08:00
mach-rockchip rockchip: Print a message when returning to the bootrom 2017-04-18 10:29:26 -04:00
mach-s5pc1xx
mach-snapdragon drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
mach-socfpga arm: socfpga: add cyclone5 based de10-nano board 2017-04-25 12:46:44 +02:00
mach-sti board: Add STMicroelectronics STiH410-B2260 support 2017-03-14 20:40:21 -04:00
mach-stm32 stm32f7: enable instruction & data cache 2017-04-08 09:26:51 -04:00
mach-sunxi sunxi: add basic V3s support 2017-04-21 09:23:17 +02:00
mach-tegra power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722 2017-04-30 10:29:47 -04:00
mach-uniphier ARM: uniphier: show STM (SCP) status on boot and pinmon command 2017-04-20 23:49:56 +09:00
mach-versatile
mach-zynq zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
thumb1/include/asm/proc-armv
config.mk ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig 2017-04-27 16:49:08 -04:00
Kconfig igep0033: Rename to igep003x 2017-05-08 11:57:26 -04:00
Kconfig.debug
Makefile ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig 2017-04-27 16:49:08 -04:00