This is an automated email from Gerrit.

Leonard Crestez ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/5032

-- gerrit

commit bf4e0afc2face37cd03a1107e32dd31be38edb15
Author: Leonard Crestez <[email protected]>
Date:   Fri Aug 10 16:05:16 2018 +0300

    imx7.cfg: Add ahb mem_ap
    
    This allows bus access even when CPU is off.
    
    Change-Id: I2d5c5581cd0169aecb92ac7b610810988a8dcef4
    Signed-off-by: Leonard Crestez <[email protected]>

diff --git a/tcl/target/imx7.cfg b/tcl/target/imx7.cfg
index f47dd7d..d278ab3 100644
--- a/tcl/target/imx7.cfg
+++ b/tcl/target/imx7.cfg
@@ -37,4 +37,10 @@ set _TARGETNAME_2 $_CHIPNAME.cpu_m4
 target create $_TARGETNAME_2 cortex_m -dap $_CHIPNAME.dap -ap-num 4 \
         -defer-examine
 
+#
+# AHB mem-ap target
+#
+target create $_CHIPNAME.ahb mem_ap -dap $_CHIPNAME.dap -ap-num 0 \
+        -defer-examine
+
 targets $_TARGETNAME.0

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to