fix(rockchip): fix comment and value about TZRAM_SIZETZRAM_SIZE is 0x100000 which is 1MB, not 512KB as the comment suggests.Additionally using the existing SZ_1M constant is way nicer.Signed-off
fix(rockchip): fix comment and value about TZRAM_SIZETZRAM_SIZE is 0x100000 which is 1MB, not 512KB as the comment suggests.Additionally using the existing SZ_1M constant is way nicer.Signed-off-by: Heiko Stuebner <heiko@sntech.de>Change-Id: I277347963b93f7ac69897cc1be252087521882e4
show more ...
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