commit | cb88add07daff59486f850be6b4cd4750f94d97c | [log] [tgz] |
---|---|---|
author | Wing Li <wingers@google.com> | Sat Oct 29 02:32:06 2022 +0100 |
committer | Wing Li <wingers@google.com> | Thu Mar 23 19:37:52 2023 -0700 |
tree | 3737ad2a8a2aa4c4d9e8d4eea54720009ca4e94a | |
parent | e0400c6d2b0372d742cd2cda9aaa7c5cf4741c4a [diff] [blame] |
test(psci): add tests for OS-initiated mode Change-Id: I33e135f659aea600f71e053ac3db57eb0172e22b Signed-off-by: Wing Li <wingers@google.com>
diff --git a/include/plat/common/plat_topology.h b/include/plat/common/plat_topology.h index 0ca5eff..fbae878 100644 --- a/include/plat/common/plat_topology.h +++ b/include/plat/common/plat_topology.h
@@ -86,6 +86,8 @@ unsigned char is_present; } tftf_pwr_domain_node_t; +extern tftf_pwr_domain_node_t tftf_pd_nodes[PLATFORM_NUM_AFFS]; + /* * Detect and store the platform topology so that test cases can query it later. */