qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 0/2] target-arm: Add support for HSTR_EL2


From: Alistair Francis
Subject: [Qemu-devel] [PATCH v1 0/2] target-arm: Add support for HSTR_EL2
Date: Fri, 6 May 2016 11:10:57 -0700

Now that EL3 is enabled by default for the A53s and A57s I see this
error when booting Linux on the ZynqMP board:
"Synchronous Abort" handler, esr 0x02000000

By adding the HSTR_EL2 register (and EL2 support) the Linux boot
progresses much further.

Alistair Francis (2):
  target-arm: Add the HSTR_EL2 register
  target-arm: Enable EL2 for the A53s and A57s

 target-arm/cpu64.c  | 2 ++
 target-arm/helper.c | 7 +++++++
 2 files changed, 9 insertions(+)

-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]