a122e02883560a2af9801e430591ede76117b156
[fw/openocd] / tcl / board / ampere_emag8180.cfg
1 #
2 # OpenOCD Board Configuration for eMAG Development Platform
3 #
4 # Copyright (c) 2019-2021, Ampere Computing LLC
5 #
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation; either version 2 of
9 # the License, or (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program;
18 #
19 #
20
21 #
22 # Configure JTAG speed
23 #
24
25 adapter speed 2000
26
27 #
28 # Configure Resets
29 #
30
31 jtag_ntrst_delay 100
32 reset_config trst_only
33
34 #
35 # Configure Targets
36 #
37
38 source [find target/ampere_emag.cfg]