Lines Matching +full:serial +full:- +full:target

1 #  Copyright (C) 2019-2023 Synopsys, Inc.
2 # SPDX-License-Identifier: Apache-2.0
6 # SDP has built-in FT2232 chip, which is similar to Digilent HS-1, except that
10 # Only specify FTDI serial number if it is specified via
13 adapter serial $_ZEPHYR_BOARD_SERIAL
30 # Contains quad-core ARC HS4x.
40 set _CHIPNAME arc-em
45 jtag newtap $_CHIPNAME cpu4 -irlen 4 -ircapture 0x1 -expected-id 0x100c54b1
47 jtag newtap $_CHIPNAME cpu3 -irlen 4 -ircapture 0x1 -expected-id 0x100854b1
49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x100454b1
51 jtag newtap $_CHIPNAME cpu1 -irlen 4 -ircapture 0x1 -expected-id 0x100054b1
57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2
58 $_TARGETNAME2 configure -coreid $_coreid
59 $_TARGETNAME2 configure -dbgbase $_dbgbase
60 $_TARGETNAME2 configure -event reset-assert "arc_common_reset $_TARGETNAME2"
72 target create $_TARGETNAME3 arcv2 -chain-position $_TARGETNAME3
73 $_TARGETNAME3 configure -coreid $_coreid
74 $_TARGETNAME3 configure -dbgbase $_dbgbase
75 $_TARGETNAME3 configure -event reset-assert "arc_common_reset $_TARGETNAME3"
87 target create $_TARGETNAME4 arcv2 -chain-position $_TARGETNAME4
88 $_TARGETNAME4 configure -coreid $_coreid
89 $_TARGETNAME4 configure -dbgbase $_dbgbase
91 $_TARGETNAME4 configure -event reset-assert "arc_hs_reset $_TARGETNAME4"
103 target create $_TARGETNAME1 arcv2 -chain-position $_TARGETNAME1
104 $_TARGETNAME1 configure -coreid $_coreid
105 $_TARGETNAME1 configure -dbgbase $_dbgbase
106 $_TARGETNAME1 configure -event reset-assert "arc_common_reset $_TARGETNAME1"
114 target smp $_TARGETNAME1 $_TARGETNAME2 $_TARGETNAME3 $_TARGETNAME4