>From 88e2c564e8a17c0494024d773db4b6c4a0646342 Mon Sep 17 00:00:00 2001 From: Aleksandar Ristovski Date: Thu, 29 May 2014 13:20:45 -0400 Subject: [PATCH] Author: Aleksandar Ristovski Date: Thu May 29 13:03:28 2014 -0400 * target-arm/helper.c: Define DBGAUTHSTATUS register as RAZ. --- target-arm/helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target-arm/helper.c b/target-arm/helper.c index ec031f5..ce1f0aa 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -395,6 +395,8 @@ static const ARMCPRegInfo cp_reginfo[] = { */ { .name = "DBGDIDR", .cp = 14, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 0, .access = PL0_R, .type = ARM_CP_CONST, .resetvalue = 0 }, + { .name = "DBGAUTHSTATUS", .cp = 14, .crn = 7, .crm = 14, .opc1 = 0, + .opc2 = 6, .access = PL0_R, .type = ARM_CP_CONST, .resetvalue = 0 }, { .name = "FCSEIDR", .cp = 15, .crn = 13, .crm = 0, .opc1 = 0, .opc2 = 0, .access = PL1_RW, .fieldoffset = offsetof(CPUARMState, cp15.c13_fcse), .resetvalue = 0, .writefn = fcse_write, .raw_writefn = raw_write, }, -- 1.9.1