| /rk3399_ARM-atf/plat/rockchip/rk3288/include/ |
| H A D | plat_sip_calls.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | plat_sp_min.ld.S | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | platform_def.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/secure/ |
| H A D | secure.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | secure.c | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/soc/ |
| H A D | soc.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | soc.c | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/ |
| H A D | plat_sip_calls.c | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | rk3288_def.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | platform.mk | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/pmu/ |
| H A D | plat_pmu_macros.S | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | pmu.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| H A D | pmu.c | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/sp_min/ |
| H A D | sp_min-rk3288.mk | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/include/shared/ |
| H A D | bl32_param.h | 780e3f24553ef4dd177b7278bbfef30053de1656 Thu Mar 14 21:12:04 UTC 2019 Heiko Stuebner <heiko@sntech.de> 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
|