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>
show more ...
refactor(platforms): remove usage of psci_power_down_wfiThe callers in PSCI will now call wfi() after calling thepwr_domain_pwr_down() platform hook (previously they were mutuallyexclusive). As s
refactor(platforms): remove usage of psci_power_down_wfiThe callers in PSCI will now call wfi() after calling thepwr_domain_pwr_down() platform hook (previously they were mutuallyexclusive). As such, there is no need for platforms to do thisthemselves. In fact, it is strongly advisable for platforms not to dothis themselves so that the PSCI can apply any relevant erratamitigations.Change-Id: Ic9702edef7503996be24d984e29dfcc13bc3fcbaSigned-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
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>