diff options
author | Etienne Carriere <etienne.carriere@linaro.org> | 2017-10-24 01:09:52 +0200 |
---|---|---|
committer | Etienne Carriere <etienne.carriere@linaro.org> | 2017-10-24 13:57:36 +0200 |
commit | 33dd33f8f0ce347209adae1044291e037ab2a0e1 (patch) | |
tree | bbf4f4b3db9545478a5002d101c06c4f39c36e78 /lib/psci/psci_on.c | |
parent | 3b39efa49d9949c80b6e76b99829f84619b46110 (diff) |
qemu: fix holding pen mailbox sequence
Before this change, plat_secondary_cold_boot_setup reads wake up mailbox
as a byte array but through 64bit accesses on unaligned 64bit addresses.
In the other hand qemu_pwr_domain_on wakes secondary cores by writing
into a 64bit array.
This change forces the 64bit mailbox format as PLAT_QEMU_HOLD_ENTRY_SIZE
explicitly specifies it.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'lib/psci/psci_on.c')
0 files changed, 0 insertions, 0 deletions