]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: highbank: add reset support for Calxeda Midway machine
authorMark Langsdorf <mark.langsdorf@gmail.com>
Thu, 4 Jun 2015 23:58:43 +0000 (00:58 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2015 17:02:07 +0000 (13:02 -0400)
commitf8973325d08c6d391ed37bb48b2cf2e1d2f8b444
treec11a00e73a28a5b6d34e213ae3eb0b29ab6e9030
parent083ffd65cb46e76a0db95403f894dbfcde2daca8
ARM: highbank: add reset support for Calxeda Midway machine

The Calxeda Midway part has A15 cores, which do not have the Highbank
A9's SCU used there for resetting the chip.
Add code to distinguish between the A9 and the A15 and invoke the
appropriate register writes to support the newer part.

Andre: rework detection of Highbank vs. Midway
Rob: fix Andre's reworked detection

Signed-off-by: Mark Langsdorf <mark.langsdorf@gmail.com>
Signed-off-by: Andre Przywara <osp@andrep.de>
Signed-off-by: Rob Herring <robh@kernel.org>
board/highbank/highbank.c