All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-arm: Implement DBGDTRRX_EL0/DBGDTRTX_EL0 MSR
@ 2016-02-09 20:59 Dirk Müller
  2016-02-10 13:40 ` Andreas Färber
  2016-02-15 17:51 ` Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Dirk Müller @ 2016-02-09 20:59 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Peter Maydell, Andreas Schwab

This is used by the ARM JTAG DCC console in the Linux kernel,
but can be ignored in order to continue booting.

Co-Authored-By: Andreas Schwab <schwab@suse.de>
Signed-off-by: Dirk Mueller <dmueller@suse.com>
---
 target-arm/helper.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target-arm/helper.c b/target-arm/helper.c
index 954e6e8..abce416 100644
--- a/target-arm/helper.c
+++ b/target-arm/helper.c
@@ -3704,6 +3704,9 @@ static const ARMCPRegInfo debug_cp_reginfo[] = {
     { .name = "DBGVCR",
       .cp = 14, .opc1 = 0, .crn = 0, .crm = 7, .opc2 = 0,
       .access = PL1_RW, .type = ARM_CP_NOP },
+    { .name = "DBGDTRxX_EL0", .state = ARM_CP_STATE_BOTH,
+      .cp = 14, .opc0 = 2, .opc1 = 3, .crn = 0, .crm = 5, .opc2 = 0,
+      .access = PL0_RW, .type = ARM_CP_NOP },
     REGINFO_SENTINEL
 };
 
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-15 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 20:59 [Qemu-devel] [PATCH] target-arm: Implement DBGDTRRX_EL0/DBGDTRTX_EL0 MSR Dirk Müller
2016-02-10 13:40 ` Andreas Färber
2016-02-15 17:51 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.