X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tcl%2Fboard%2Fstr910-eval.cfg;h=b6e9837720cff005c12b94e5a9c05e99d3bbfb62;hb=97f47e8c9486377affac7af3c3d260613c6d06f2;hp=9e3f88108fb86a2a69493dabbf7452dfaf15ab31;hpb=215a5f7442773693045613cff9e3ce3c7f7e9678;p=fw%2Fopenocd diff --git a/tcl/board/str910-eval.cfg b/tcl/board/str910-eval.cfg index 9e3f88108..b6e983772 100644 --- a/tcl/board/str910-eval.cfg +++ b/tcl/board/str910-eval.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # str910-eval eval board # # Need reset scripts @@ -19,7 +21,7 @@ if { [info exists ENDIAN] } { set _ENDIAN little } -if { [info exists FLASHTAPID ] } { +if { [info exists FLASHTAPID] } { set _FLASHTAPID $FLASHTAPID } else { set _FLASHTAPID 0x04570041 @@ -27,14 +29,14 @@ if { [info exists FLASHTAPID ] } { jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0x1 -expected-id $_FLASHTAPID -if { [info exists CPUTAPID ] } { +if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else { set _CPUTAPID 0x25966041 } jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID -if { [info exists BSTAPID ] } { +if { [info exists BSTAPID] } { set _BSTAPID $BSTAPID } else { set _BSTAPID 0x1457f041 @@ -62,6 +64,3 @@ set _FLASHNAME $_CHIPNAME.flash0 flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 0 set _FLASHNAME $_CHIPNAME.flash1 flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 0 - -# For more information about the configuration files, take a look at: -# openocd.texi