]> git.baikalelectronics.ru Git - arm-tf.git/commit
rockchip: add common aarch32 support
authorHeiko Stuebner <heiko@sntech.de>
Thu, 14 Mar 2019 21:11:34 +0000 (22:11 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 25 Apr 2019 11:37:56 +0000 (13:37 +0200)
commit82e18f89982141f1f3a0f493d15f99bfc874ffd3
tree406d029512585835982f9c52782417c093a9c1d3
parent48bea0f3bc1aceadea4f9c311d34a0ae5c828369
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
plat/rockchip/common/aarch32/plat_helpers.S [new file with mode: 0644]
plat/rockchip/common/aarch32/platform_common.c [new file with mode: 0644]
plat/rockchip/common/aarch32/pmu_sram_cpus_on.S [new file with mode: 0644]
plat/rockchip/common/include/plat_private.h
plat/rockchip/common/plat_topology.c
plat/rockchip/common/sp_min_plat_setup.c [new file with mode: 0644]