X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=4341acae414208435b32c980ea078642327714ed;hp=341114bcffee7b45060f264d107576c6bda37dac;hb=e519099ab7fac4517eaee7dde3275e7b839460ff;hpb=806872a34aa0db95ecef7ba9e0743b18d80842f6 diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 341114bcff..4341acae41 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -77,6 +77,7 @@ struct armv7a_cache_common { struct armv7a_mmu_common { /* following field mmu working way */ + int32_t ttbr0_used; int32_t ttbr1_used; /* -1 not initialized, 0 no ttbr1 1 ttbr1 used and */ uint32_t ttbr0_mask;/* masked to be used */ uint32_t os_border; @@ -105,6 +106,11 @@ struct armv7a_common { uint8_t cluster_id; uint8_t cpu_id; bool is_armv7r; + uint32_t rev; + uint32_t partnum; + uint32_t arch; + uint32_t variant; + uint32_t implementor; /* cache specific to V7 Memory Management Unit compatible with v4_5*/ struct armv7a_mmu_common armv7a_mmu;