]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: bcm283x: Implement EFI RTS reset_system
authorAlexander Graf <agraf@suse.de>
Wed, 2 Nov 2016 09:36:18 +0000 (10:36 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 29 Nov 2016 01:15:19 +0000 (20:15 -0500)
commit6129bdcf7e042c02c4627a3fc1ea2a8cbea81a4e
treecaec60357e57920eaae03e0072332f1e95409d5a
parentc91bf9f89b3703a0d0867f766057aac6c8a97a52
ARM: bcm283x: Implement EFI RTS reset_system

The rpi has a pretty simple way of resetting the whole system. All it takes
is to poke a few registers at a well defined location in MMIO space.

This patch adds support for the EFI loader implementation to allow an OS to
reset and power off the system when we're outside of boot time.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/mach-bcm283x/include/mach/wdog.h
arch/arm/mach-bcm283x/reset.c