rockchip: add support for rk3288
The rk3288 is a 4-core Cortex-A12 SoC and shares a lot of features
with later SoCs.

Working features are general non-secure mode (the gic needs special
love for that), psci-based smp bringing cpu cores online and also
taking them offline again, psci-based suspend (the simpler variant
also included in the linux kernel, deeper suspend following later)
and I was also already able to test HYP-mode and was able to boot
a virtual kernel using kvm.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Change-Id: Ibaaa583b2e78197591a91d254339706fe732476a
1 parent 82e18f8 commit 780e3f24553ef4dd177b7278bbfef30053de1656
@Heiko Stuebner Heiko Stuebner authored on 14 Mar 2019
Showing 15 changed files
View
plat/rockchip/rk3288/drivers/pmu/plat_pmu_macros.S 0 → 100644
View
plat/rockchip/rk3288/drivers/pmu/pmu.c 0 → 100644
View
plat/rockchip/rk3288/drivers/pmu/pmu.h 0 → 100644
View
plat/rockchip/rk3288/drivers/secure/secure.c 0 → 100644
View
plat/rockchip/rk3288/drivers/secure/secure.h 0 → 100644
View
plat/rockchip/rk3288/drivers/soc/soc.c 0 → 100644
View
plat/rockchip/rk3288/drivers/soc/soc.h 0 → 100644
View
plat/rockchip/rk3288/include/plat_sip_calls.h 0 → 100644
View
plat/rockchip/rk3288/include/plat_sp_min.ld.S 0 → 100644
View
plat/rockchip/rk3288/include/platform_def.h 0 → 100644
View
plat/rockchip/rk3288/include/shared/bl32_param.h 0 → 100644
View
plat/rockchip/rk3288/plat_sip_calls.c 0 → 100644
View
plat/rockchip/rk3288/platform.mk 0 → 100644
View
plat/rockchip/rk3288/rk3288_def.h 0 → 100644
View
plat/rockchip/rk3288/sp_min/sp_min-rk3288.mk 0 → 100644