summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-06-21 01:11:11 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-26 08:57:31 +0200
commite024dc9cc69ae50c27eb2b943c784ef7aeda7994 (patch)
treecbbf378f5c17c5664ec8f7a166aef5746d6f0a5b /Documentation/boards/imx/zii-vf610-dev/openocd.cfg
parent928a3cd8f8f05628b2ab38a2c6e839077956b3c7 (diff)
downloadbarebox-e024dc9cc69ae50c27eb2b943c784ef7aeda7994.tar.gz
barebox-e024dc9cc69ae50c27eb2b943c784ef7aeda7994.tar.xz
Documentation: zii-vf610-dev: Add necessary post reset delay
As observed on CFU1 board, without this delay we interrupt mask ROM code execution even before it sets up any PLLs correctly preventing Barebox from correctly starting up. Fixing this by adding PLL setup code to OpenOCD script helps somewhat and Barebox starts, howerver CPU started this way ends up being unstable crashing randomly during further Barebox use. Adding a simple 100 ms post reset delay resolves all of the described issues. This is also consistent with how other ZII boards are set up. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx/zii-vf610-dev/openocd.cfg')
-rw-r--r--Documentation/boards/imx/zii-vf610-dev/openocd.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
index 509f9e33c2..0d0e0d5787 100644
--- a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
+++ b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
@@ -19,6 +19,8 @@ reset_config srst_only srst_push_pull connect_deassert_srst
# set a slow default JTAG clock, can be overridden later
adapter_khz 1000
+adapter_nsrst_delay 100
+
# Source generic VF6xx target configuration
source [find target/vybrid_vf6xx.cfg]
source [find mem_helper.tcl]
@@ -186,8 +188,7 @@ proc clock_init { } {
#
# This code assumes that debugger would be unable to prevent
# MaskROM initialization code from running before halting the
- # processor. TODO: Port the initial clock settings as
- # specified in TRM
+ # processor.
#
# Ungate all of the peripheral clocks
#