u-boot/board/renesas/spider
Marek Vasut a4fc6ee9e7 ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu()
The reset_cpu() implementation is basically the same across Gen3
SoCs and identical across Gen4 SoCs. Introduce weak default for
reset_cpu(), so that it does not have to be duplicated in every
board file again.

There is a slight difference for CA53 only systems, like E3 and D3,
which now check MIDR for CPU ID first just like the other systems,
but this is OK since the MIDR always returns CA53 core type and the
correct reset register is written.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2023-06-08 22:26:51 +02:00
..
Kconfig ARM: renesas: Add R8A779F0 S4 Spider board code 2023-04-07 17:13:28 +02:00
Makefile ARM: renesas: Add R8A779F0 S4 Spider board code 2023-04-07 17:13:28 +02:00
spider.c ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu() 2023-06-08 22:26:51 +02:00