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(rk3576): support rk3576rk3576 is an Octa-core soc with Cortex-a53/a72 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. suspend/resume cpus4
feat(rk3576): support rk3576rk3576 is an Octa-core soc with Cortex-a53/a72 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. suspend/resume cpus4. suspend/resume system5. reset system6. power off systemChange-Id: I67a019822bd4af13e4a3cdd09cf06202f4922cc4Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>