X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=341114bcffee7b45060f264d107576c6bda37dac;hb=f8a6a07149d88737f3d466e7ce620cc1f0874c6a;hp=176de53e8563f04e00aea57062f90fea8fec263e;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=openocd.git diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 176de53e85..341114bcff 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef ARMV7A_H @@ -99,10 +99,12 @@ struct armv7a_common { uint32_t debug_base; uint8_t debug_ap; uint8_t memory_ap; + bool memory_ap_available; /* mdir */ uint8_t multi_processor_system; uint8_t cluster_id; uint8_t cpu_id; + bool is_armv7r; /* cache specific to V7 Memory Management Unit compatible with v4_5*/ struct armv7a_mmu_common armv7a_mmu;