]> git.baikalelectronics.ru Git - arm-tf.git/commit
rockchip: add support for rk3288
authorHeiko Stuebner <heiko@sntech.de>
Thu, 14 Mar 2019 21:12:04 +0000 (22:12 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 25 Apr 2019 11:37:56 +0000 (13:37 +0200)
commit780e3f24553ef4dd177b7278bbfef30053de1656
treebd28076c05f695f38e2cc2298bcb1b61f9cffb41
parent82e18f89982141f1f3a0f493d15f99bfc874ffd3
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
15 files changed:
plat/rockchip/rk3288/drivers/pmu/plat_pmu_macros.S [new file with mode: 0644]
plat/rockchip/rk3288/drivers/pmu/pmu.c [new file with mode: 0644]
plat/rockchip/rk3288/drivers/pmu/pmu.h [new file with mode: 0644]
plat/rockchip/rk3288/drivers/secure/secure.c [new file with mode: 0644]
plat/rockchip/rk3288/drivers/secure/secure.h [new file with mode: 0644]
plat/rockchip/rk3288/drivers/soc/soc.c [new file with mode: 0644]
plat/rockchip/rk3288/drivers/soc/soc.h [new file with mode: 0644]
plat/rockchip/rk3288/include/plat_sip_calls.h [new file with mode: 0644]
plat/rockchip/rk3288/include/plat_sp_min.ld.S [new file with mode: 0644]
plat/rockchip/rk3288/include/platform_def.h [new file with mode: 0644]
plat/rockchip/rk3288/include/shared/bl32_param.h [new file with mode: 0644]
plat/rockchip/rk3288/plat_sip_calls.c [new file with mode: 0644]
plat/rockchip/rk3288/platform.mk [new file with mode: 0644]
plat/rockchip/rk3288/rk3288_def.h [new file with mode: 0644]
plat/rockchip/rk3288/sp_min/sp_min-rk3288.mk [new file with mode: 0644]