refactor(plat/synquacer): update PSCI system_off handlingSynQuacer SoC contains a Cortex-M3 System Control Processor(SCP)which manages system power.This commit modifies the PSCI system_off handli
refactor(plat/synquacer): update PSCI system_off handlingSynQuacer SoC contains a Cortex-M3 System Control Processor(SCP)which manages system power.This commit modifies the PSCI system_off handling to call SCMI,same as other PSCI calls. System power-off is done by turing offthe ATX power supply through GPIO, this operation is transferredto SCP.Note that this commit modifies only the SCMI case, obsolete SCPIimplementation is not updated.Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>Change-Id: I6c1009e67cccd1eb5d14c338c3df9103d63709dd
show more ...
plat/synquacer: enable SCMI supportEnable the SCMI protocol support in SynQuacer platform.Aside from power domain, system power and apcore management protocol,this commit adds the vendor specific
plat/synquacer: enable SCMI supportEnable the SCMI protocol support in SynQuacer platform.Aside from power domain, system power and apcore management protocol,this commit adds the vendor specific protocol(0x80).This vendor specific protocol is used to get the dram mapping informationfrom SCP.Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>