]> git.baikalelectronics.ru Git - uboot.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)
commit457c88263fcdc11d3f067e761d5054c39c23c755
tree7c5e0ee9fa7e62685d1ff9966c168808363ab778
parent7b9ceec9bb30411d423642fb36d346f0e43f2a44
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]