]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_a.c
armv7a: ARMv7-A MMU tools
[openocd] / src / target / cortex_a.c
index 73fb8e0f57ebb1ea34147702f995e13d8607347f..92ba54789dbb326d1f99fc709f7a31303c3f1d3c 100644 (file)
@@ -50,6 +50,7 @@
 #include "breakpoints.h"
 #include "cortex_a.h"
 #include "register.h"
+#include "armv7a_mmu.h"
 #include "target_request.h"
 #include "target_type.h"
 #include "arm_opcodes.h"
@@ -3121,6 +3122,9 @@ static const struct command_registration cortex_a_exec_command_handlers[] = {
                        "on memory access",
                .usage = "['on'|'off']",
        },
+       {
+               .chain = armv7a_mmu_command_handlers,
+       },
 
        COMMAND_REGISTRATION_DONE
 };