commit | 5eb85e4e8c2c40a12fb6b90da6be5c7b18f3c90a | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Oct 24 01:09:52 2017 +0200 |
committer | Etienne Carriere <etienne.carriere@linaro.org> | Tue Oct 24 13:57:36 2017 +0200 |
tree | bbf4f4b3db9545478a5002d101c06c4f39c36e78 | |
parent | 52b8f603b48608425116fe0a9ae3a743195135a8 [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>