]> git.baikalelectronics.ru Git - arm-tf.git/commit
drivers/arm/scmi: allow use of multiple SCMI channels
authorAditya Angadi <aditya.angadi@arm.com>
Tue, 31 Dec 2019 08:53:53 +0000 (14:23 +0530)
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Fri, 7 Feb 2020 13:54:17 +0000 (19:24 +0530)
commit31e703f99574a5a1edeadde611b031c422d5987c
tree366e92c86fcd8c75717fccbd01cb8873492129db
parentf893160690725fe79c8eb63fd90a945cc0374d90
drivers/arm/scmi: allow use of multiple SCMI channels

On systems that have multiple platform components that can interpret the
SCMI messages, there is a need to support multiple SCMI channels (one
each to those platform components). Extend the existing SCMI interface
that currently supports only a single SCMI channel to support multiple
SCMI channels.

Change-Id: Ice4062475b903aef3b5e5bc37df364c9778a62c5
Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>
drivers/arm/css/scp/css_pm_scmi.c
include/drivers/arm/css/scmi.h
include/plat/arm/css/common/css_pm.h
plat/arm/board/juno/include/platform_def.h
plat/arm/board/juno/juno_topology.c
plat/arm/board/n1sdp/include/platform_def.h
plat/arm/board/n1sdp/n1sdp_bl31_setup.c
plat/arm/css/sgi/include/sgi_base_platform_def.h
plat/arm/css/sgi/sgi_bl31_setup.c
plat/arm/css/sgm/include/sgm_base_platform_def.h
plat/arm/css/sgm/sgm_bl31_setup.c