summaryrefslogtreecommitdiff
path: root/lib/psci/psci_on.c
diff options
context:
space:
mode:
authorRemi Pommarel <repk@triplefau.lt>2019-07-30 18:04:38 +0200
committerRemi Pommarel <repk@triplefau.lt>2019-08-02 13:54:16 +0200
commitb4694a8677a58546a078c38b9a841c67653b3ca9 (patch)
tree5cca9e8b2040182c13914a8f6a35874c429e1bde /lib/psci/psci_on.c
parent43d4a2910dd7b1ed46719b31a03a3d860d4875b1 (diff)
meson: gxl: Fix CPU hotplug
The CPU[1-3] are reset to initial/cold boot state (with their reset address set to 0x0). In this state the cpus are waiting for another one to set the reset address to bl31_warm_entrypoint and wake them up. The CPU0 needs a bit of a workaround as changing the reset address either through PSCI mailbox or the mmio mapped RVBAR (at 0xda834650) does not seem to have any effect. Thus the workaround consists in emulating the other CPUs' behavior with a WFE loop and manually jumping to bl31_warm_entrypoint when woken back up by another one. Change-Id: I11265620b5fd0619285e3993253a3f9a3ff6a7a4 Signed-off-by: Remi Pommarel <repk@triplefau.lt>
Diffstat (limited to 'lib/psci/psci_on.c')
0 files changed, 0 insertions, 0 deletions