X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fopenrd.cfg;h=f6c8317700af639b40f6a6d9815ade86c04914bd;hb=4157732bd84c4e9e4b55357e1dc9a96078a35ee1;hp=db3cb0326e7055c23c0ce5759b2cb29731d8b0ec;hpb=c0881ba2d5752ce747a4f74daf7531662f9360a9;p=fw%2Fopenocd diff --git a/tcl/board/openrd.cfg b/tcl/board/openrd.cfg index db3cb0326..f6c831770 100644 --- a/tcl/board/openrd.cfg +++ b/tcl/board/openrd.cfg @@ -1,9 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # Marvell OpenRD source [find interface/ftdi/openrd.cfg] source [find target/feroceon.cfg] -adapter_khz 2000 +adapter speed 2000 $_TARGETNAME configure \ -work-area-phys 0x10000000 \ @@ -25,10 +27,10 @@ proc openrd_init { } { # possible that initial tap examination failed. So let's # re-examine the target again here when nSRST is asserted which # should then succeed. - jtag_reset 0 1 + adapter assert srst feroceon.cpu arp_examine halt 0 - jtag_reset 0 0 + adapter deassert srst wait_halt arm mcr 15 0 0 1 0 0x00052078 @@ -122,4 +124,3 @@ proc openrd_load_uboot { } { resume 0x00600000 } -