This is an automated email from Gerrit.

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

-- gerrit

commit e5a5ecfb76b5d6f03764d697f5c1835bbc0686dd
Author: Matthias Welwarsky <[email protected]>
Date:   Mon Oct 8 11:06:20 2018 +0200

    target/am335x: adjust to new reset framework
    
    - beaglebone-black can not handle srst_nogate
    - wkup_m3 must be set to deferred examination for reset-halt
    
    Change-Id: I2040aadf8a9db6e163072f65b7aef1d71716b36b
    Signed-off-by: Matthias Welwarsky <[email protected]>

diff --git a/tcl/board/ti_beaglebone_black.cfg 
b/tcl/board/ti_beaglebone_black.cfg
index 79fc1e8..39c53c5 100644
--- a/tcl/board/ti_beaglebone_black.cfg
+++ b/tcl/board/ti_beaglebone_black.cfg
@@ -3,6 +3,6 @@
 
 adapter_khz 1000
 
-reset_config trst_and_srst
+reset_config trst_and_srst srst_nogate
 
 source [find board/ti_beaglebone-base.cfg]
diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg
index 02d8c7e..9de25e0 100644
--- a/tcl/target/am335x.cfg
+++ b/tcl/target/am335x.cfg
@@ -68,7 +68,7 @@ proc enable_default_taps { taps } {
 # Cortex-M3 target
 #
 set _TARGETNAME_2 $_CHIPNAME.m3
-target create $_TARGETNAME_2 cortex_m -dap $_CHIPNAME.m3_dap
+target create $_TARGETNAME_2 cortex_m -dap $_CHIPNAME.m3_dap -defer-examine
 
 #
 # Cortex-A8 target

-- 


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

Reply via email to