1. 24 Oct, 2017 1 commit
    • Etienne Carriere's avatar
      qemu: fix holding pen mailbox sequence · 33dd33f8
      Etienne Carriere authored
      
      
      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: default avatarEtienne Carriere <etienne.carriere@linaro.org>
      33dd33f8
  2. 23 Oct, 2017 4 commits
  3. 21 Oct, 2017 3 commits
  4. 20 Oct, 2017 1 commit
  5. 19 Oct, 2017 1 commit
  6. 18 Oct, 2017 6 commits
  7. 17 Oct, 2017 11 commits
  8. 16 Oct, 2017 13 commits