feat(rk3568): support SCMI for clock/reset domainrockchip scmi clock controls clocks which only available in secure mode.Change-Id: Ide3a8dac72512ce79331592c3cbb86577de7df70Signed-off-by: Shengf
feat(rk3568): support SCMI for clock/reset domainrockchip scmi clock controls clocks which only available in secure mode.Change-Id: Ide3a8dac72512ce79331592c3cbb86577de7df70Signed-off-by: Shengfei Xu <xsf@rock-chips.com>
show more ...
refactor(build): make it standard to request a custom linker scriptHoist the add_define to a global location so that platforms only have todeclare its usage. Fix up #ifdef to #if since we will now
refactor(build): make it standard to request a custom linker scriptHoist the add_define to a global location so that platforms only have todeclare its usage. Fix up #ifdef to #if since we will now always pass adefinition.Change-Id: Ia52ad5ed4dcbd157d139c8ca2fb3d35b32343b93Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
feat(rockchip): add RK3566/RK3568 Socs supportRK3566/RK3568 is a Quad-core soc and Cortex-a55 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. su
feat(rockchip): add RK3566/RK3568 Socs supportRK3566/RK3568 is a Quad-core soc and Cortex-a55 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. suspend/resume cpus4. suspend/resume system5. reset systemSigned-off-by: shengfei Xu <xsf@rock-chips.com>Change-Id: I8b98a4d07664de26bd6078f63664cbc3d9c1c68c