]> git.baikalelectronics.ru Git - arm-tf.git/commit
CSS: Implement topology support for System power domain
authorSoby Mathew <soby.mathew@arm.com>
Fri, 8 May 2015 09:18:59 +0000 (10:18 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Fri, 30 Oct 2015 09:07:17 +0000 (09:07 +0000)
commit5f3a60301ef7a455f1c74e71e286b89cb0c97f7d
treea16ecc3072bb650386312f4470c9074011cd5456
parentf57e2db6ef4b86a6af57891a2d7a90266ad6c033
CSS: Implement topology support for System power domain

This patch implements the necessary topology changes for supporting
system power domain on CSS platforms. The definition of PLAT_MAX_PWR_LVL and
PLAT_NUM_PWR_DOMAINS macros are removed from arm_def.h and are made platform
specific. In addition, the `arm_power_domain_tree_desc[]` and
`arm_pm_idle_states[]` are modified to support the system power domain
at level 2. With this patch, even though the power management operations
involving the system power domain will not return any error, the platform
layer will silently ignore any operations to the power domain. The actual
power management support for the system power domain will be added later.

Change-Id: I791867eded5156754fe898f9cdc6bba361e5a379
include/plat/arm/common/arm_def.h
include/plat/arm/common/plat_arm.h
plat/arm/board/fvp/include/platform_def.h
plat/arm/board/juno/include/platform_def.h
plat/arm/css/common/css_pm.c
plat/arm/css/common/css_topology.c