rockchip: add common aarch32 support
There are a number or ARMv7 Rockchip SoCs that are very similar in their
bringup routines to the existing arm64 SoCs, so there is quite a high
commonality possible here.

Things like virtualization also need psci and hyp-mode and instead of
trying to cram this into bootloaders like u-boot, barebox or coreboot
(all used in the field), re-use the existing infrastructure in TF-A
for this (both Rockchip plat support and armv7 support in general).

So add core support for aarch32 Rockchip SoCs, with actual soc support
following in a separate patch.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Change-Id: I298453985b5d8434934fc0c742fda719e994ba0b
1 parent 48bea0f commit 82e18f89982141f1f3a0f493d15f99bfc874ffd3
@Heiko Stuebner Heiko Stuebner authored on 14 Mar 2019
Showing 6 changed files
View
plat/rockchip/common/aarch32/plat_helpers.S 0 → 100644
View
plat/rockchip/common/aarch32/platform_common.c 0 → 100644
View
plat/rockchip/common/aarch32/pmu_sram_cpus_on.S 0 → 100644
View
plat/rockchip/common/include/plat_private.h
View
plat/rockchip/common/plat_topology.c
View
plat/rockchip/common/sp_min_plat_setup.c 0 → 100644