X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fcsb337.cfg;h=f75abbe0e8343b99ebd365f97c5f9e2f2b51e247;hb=35b20195b86ceeda1300e0cc405cbbcbefc1f0fd;hp=de196604812b59ddace7d955aceb468f508d7b29;hpb=2dfa5e9c844a5a3f8aaca146c874f13570b8f667;p=fw%2Fopenocd diff --git a/tcl/board/csb337.cfg b/tcl/board/csb337.cfg index de1966048..f75abbe0e 100644 --- a/tcl/board/csb337.cfg +++ b/tcl/board/csb337.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # Cogent CSB337 # http://cogcomp.com/csb_csb337.htm @@ -19,7 +21,7 @@ if { [info exists ETM_DRIVER] } { proc csb337_clk_init { } { # CPU is in Slow Clock Mode (32KiHz) ... needs slow JTAG clock - jtag_khz 8 + adapter speed 8 # CKGR_MOR: start main oscillator (3.6864 MHz) mww 0xfffffc20 0xff01 @@ -37,7 +39,7 @@ proc csb337_clk_init { } { sleep 20 # CPU is in Normal Mode ... allows faster JTAG clock speed - jtag_khz 40000 + adapter speed 40000 } proc csb337_nor_init { } { @@ -113,3 +115,5 @@ proc csb337_reset_init { } { } $_TARGETNAME configure -event reset-init {csb337_reset_init} + +arm7_9 fast_memory_access enable