Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
4fe0f4be
Commit
4fe0f4be
authored
Feb 18, 2016
by
Soren Brinkmann
Browse files
zynqmp: Initialize GIC on suspend_finish
Signed-off-by:
Soren Brinkmann
<
soren.brinkmann@xilinx.com
>
parent
b516b7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/plat_psci.c
View file @
4fe0f4be
...
...
@@ -242,6 +242,13 @@ static void zynqmp_pwr_domain_suspend_finish(const psci_power_state_t *target_st
/* enable coherency */
plat_arm_interconnect_enter_coherency
();
/* APU was turned off */
if
(
target_state
->
pwr_domain_state
[
1
]
>
PLAT_MAX_RET_STATE
)
{
plat_arm_gic_init
();
}
else
{
gicv2_cpuif_enable
();
gicv2_pcpu_distif_init
();
}
}
/*******************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment