]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board/BuR/common: add br resetcontoller implementation
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>
Wed, 10 Apr 2019 12:13:14 +0000 (14:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000 (17:51 -0400)
commitf4b9f0bdbacec5da0e54f486e960fdd2da0f5c0b
tree7c5e0ee9fa7e62685d1ff9966c168808363ab778
parent2fac7a82945902c79a14357407e8b63fde1a96e8
board/BuR/common: add br resetcontoller implementation

On many B&R boards we have a reset-controller, responsible for very
early board-bringup (voltages, clocks, ...) and bootmode selection.

To be ready for adding more B&R boards to source tree while avoiding
duplicate code, we add the resetcontroller implementation to the common
part of B&R boards.

Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
board/BuR/common/br_resetc.c [new file with mode: 0644]
board/BuR/common/br_resetc.h [new file with mode: 0644]