This is an automated email from Gerrit.

"Daniel Golle <dan...@makrotopia.org>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/8150

-- gerrit

commit 340915a8f2a3666dc48a630a6968373ec9c190aa
Author: Weijie Gao <weijie....@mediatek.com>
Date:   Wed Mar 8 10:16:52 2023 +0800

    armv8: disable reading pauth_dmask/pauth_cmask
    
    The commit "armv8: Add support of pointer authentication"
    (d0436b0cdabb2106701222628d78932c973a1e62) introduced reading
    pauth_dmask/pauth_cmask fails on MediaTek chips.
    
    Just disable them temporarily.
    
    Change-Id: I4d8e39f350fde174e1458efda8b45084382e88ef
    Signed-off-by: Weijie Gao <weijie....@mediatek.com>

diff --git a/src/target/armv8.c b/src/target/armv8.c
index bf582ff801..6eb31d7623 100644
--- a/src/target/armv8.c
+++ b/src/target/armv8.c
@@ -1522,8 +1522,6 @@ static const struct {
                                                                                
                                NULL},
        { ARMV8_SPSR_EL3, "SPSR_EL3", 32, ARMV8_64_EL3H, REG_TYPE_UINT32, 
"banked", "net.sourceforge.openocd.banked",
                                                                                
                                NULL},
-       { ARMV8_PAUTH_DMASK, "pauth_dmask", 64, ARM_MODE_ANY, REG_TYPE_UINT64, 
NULL, "org.gnu.gdb.aarch64.pauth", NULL},
-       { ARMV8_PAUTH_CMASK, "pauth_cmask", 64, ARM_MODE_ANY, REG_TYPE_UINT64, 
NULL, "org.gnu.gdb.aarch64.pauth", NULL},
 };
 
 static const struct {

-- 

Reply via email to