tcl: fix typo and spelling 15/5615/2
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Apr 2020 23:25:32 +0000 (01:25 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 May 2020 13:37:35 +0000 (14:37 +0100)
Identified by checkpatch script from Linux kernel v5.7-rc1 using
the command
find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types TYPO_SPELLING --strict -f {} \;

Change-Id: I7b523f0ab5ec047ff167742a44c29984ac672cf4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5615
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
31 files changed:
tcl/board/alphascale_asm9260_ek.cfg
tcl/board/at91sam9g20-ek.cfg
tcl/board/icnova_imx53_sodimm.cfg
tcl/board/imx35pdk.cfg
tcl/board/imx53-m53evk.cfg
tcl/board/imx53loco.cfg
tcl/board/kindle2.cfg
tcl/board/phone_se_j100i.cfg
tcl/board/snps_em_sk.cfg
tcl/board/snps_em_sk_v1.cfg
tcl/board/snps_em_sk_v2.1.cfg
tcl/board/snps_em_sk_v2.2.cfg
tcl/board/steval_pcc010.cfg
tcl/board/telo.cfg
tcl/board/topas910.cfg
tcl/board/topasa900.cfg
tcl/board/twr-k60f120m.cfg
tcl/board/twr-k60n512.cfg
tcl/fpga/xilinx-xadc.cfg
tcl/interface/ftdi/ft232h-module-swd.cfg
tcl/mmr_helpers.tcl
tcl/target/aducm360.cfg
tcl/target/at91rm9200.cfg
tcl/target/c100config.tcl
tcl/target/c100helper.tcl
tcl/target/dsp568013.cfg
tcl/target/lpc2900.cfg
tcl/target/lpc3131.cfg
tcl/target/stellaris.cfg
tcl/target/ti_cc3220sf.cfg
tcl/tools/firmware-recovery.tcl

index 46e8a5b5b8c725033804eab256509d01b594326d..1c126827f5762a6d7fbacda7b829fd1d5f023771 100644 (file)
@@ -23,7 +23,7 @@ $_TARGETNAME configure -event reset-init {
 
        # select PLL as main source
        mww 0x80040120 0x1
 
        # select PLL as main source
        mww 0x80040120 0x1
-       # disable and enble main clk to update changes?
+       # disable and enable main clk to update changes?
        mww 0x80040124 0x0
        mww 0x80040124 0x1
 
        mww 0x80040124 0x0
        mww 0x80040124 0x1
 
index e8018766a9672bdc3858231beefa8056200d1b7f..9e0413a1963d4f22ca2827c1959dd2acbf1a3fcd 100644 (file)
@@ -169,7 +169,7 @@ proc at91sam9g20_reset_init { } {
        #       TRC = 9 cycles
        #       TWR = 2 cycles
        #       9 column, 13 row, 4 banks
        #       TRC = 9 cycles
        #       TWR = 2 cycles
        #       9 column, 13 row, 4 banks
-       #       refresh equal to or less then 7.8 us for commerical/industrial rated devices
+       #       refresh equal to or less then 7.8 us for commercial/industrial rated devices
        #
        #       Thus SDRAM_CR = 0xa6339279
 
        #
        #       Thus SDRAM_CR = 0xa6339279
 
index 2345ef1202fa87b06522ac87924c947399503966..dce9c470e1507c46f2144c854c304e63c1a2f0c9 100644 (file)
@@ -22,7 +22,7 @@ jtag_rclk 1000
 $_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
 
 $_TARGETNAME configure -event "reset-assert" {
 $_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
 
 $_TARGETNAME configure -event "reset-assert" {
-       echo "Reseting ...."
+       echo "Resetting ...."
        #cortex_a dbginit
 }
 
        #cortex_a dbginit
 }
 
index b5aa752fa248ec86bd30f9a56a5a785bb2d428fd..b81c0b01cc2a3a715e0ea7af0e8e56eed1cd71ea 100644 (file)
@@ -170,11 +170,11 @@ proc imx35pdk_init { } {
        mww 0xB8001010 0x00000304
        
        #--------------------------------------------
        mww 0xB8001010 0x00000304
        
        #--------------------------------------------
-       # Init 32-bit DDR2 memeory on CSD0
+       # Init 32-bit DDR2 memory on CSD0
        # COL=10-bit, ROW=13-bit, BA[1:0]=Addr[26:25]
        #--------------------------------------------
        
        # COL=10-bit, ROW=13-bit, BA[1:0]=Addr[26:25]
        #--------------------------------------------
        
-       # ESD_ESDCFG0 : set timing paramters
+       # ESD_ESDCFG0 : set timing parameters
        mww 0xB8001004 0x007ffC2f       
        
        # ESD_ESDCTL0 : select Prechare-All mode
        mww 0xB8001004 0x007ffC2f       
        
        # ESD_ESDCTL0 : select Prechare-All mode
index d18afc73a1fc8b4b57bc3dcf313a012c7dfb106f..baeb3cd9d14765582f59b976c1d07a68166d9982 100644 (file)
@@ -21,7 +21,7 @@ reset_config trst_and_srst separate trst_open_drain srst_open_drain
 adapter speed 6000
 
 $_TARGETNAME configure -event "reset-assert" {
 adapter speed 6000
 
 $_TARGETNAME configure -event "reset-assert" {
-       echo "Reseting ...."
+       echo "Resetting ...."
        #cortex_a dbginit
 }
 
        #cortex_a dbginit
 }
 
index 57473ead25a624baed1af27debae1b7015b9b2ce..18caca5749c0b6cf65235950f4555521f0802793 100644 (file)
@@ -23,7 +23,7 @@ $_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
 #jtag_ntrst_delay 200
 
 $_TARGETNAME configure -event "reset-assert" {
 #jtag_ntrst_delay 200
 
 $_TARGETNAME configure -event "reset-assert" {
-       echo "Reseting ...."
+       echo "Resetting ...."
        #cortex_a dbginit
 }
 
        #cortex_a dbginit
 }
 
index fbb1022fd4da8d60ebf7b89082311bb1e0efd1c4..a39f15c672567627b0883569952ed65d7bc9f363 100644 (file)
@@ -162,7 +162,7 @@ proc kindle2_sdram_init {} {
        # LPDDR1 Initialization script
        mww 0xb8001010 0x00000002
        mww 0xb8001010 0x00000004
        # LPDDR1 Initialization script
        mww 0xb8001010 0x00000002
        mww 0xb8001010 0x00000004
-       # ESDCFG0: set timing paramters
+       # ESDCFG0: set timing parameters
        mww 0xb8001004 0x007fff7f
        # ESDCTL0: select Prechare-All mode
        mww 0xb8001000 0x92100000
        mww 0xb8001004 0x007fff7f
        # ESDCTL0: select Prechare-All mode
        mww 0xb8001000 0x92100000
index 6326590273b8ae8fc1a165f27cf6a2042233d622..ec61425ac226f1a111e3768f90641938fc78dc58 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Sony Ericsson J100I Phone
 #
 #
 # Sony Ericsson J100I Phone
 #
-# more informations can be found on
+# more information can be found on
 # http://bb.osmocom.org/trac/wiki/SonyEricssonJ100i
 #
 source [find target/ti_calypso.cfg]
 # http://bb.osmocom.org/trac/wiki/SonyEricssonJ100i
 #
 source [find target/ti_calypso.cfg]
index 63c39a4d44a22d6f2293db59b6cc627a561e910f..3d934073507ac7e0dcf0d05d8819ecdc711b4e0b 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 # Configure JTAG cable
 #
 
 # Configure JTAG cable
-# EM Starter Kit has built-in FT2232 chip, which is similiar to Digilent HS-1.
+# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # 5MHz seems to work good with all cores that might happen in 2.x
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # 5MHz seems to work good with all cores that might happen in 2.x
index 2e9d6025e8fcb26561879c0fca5fa0728dd1715c..0c1539ee52639404bb0a900abcbbecea082b2c3f 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 # Configure JTAG cable
 #
 
 # Configure JTAG cable
-# EM Starter Kit has built-in FT2232 chip, which is similiar to Digilent HS-1.
+# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
 source [find interface/ftdi/digilent-hs1.cfg]
 adapter speed 10000
 
 source [find interface/ftdi/digilent-hs1.cfg]
 adapter speed 10000
 
index 5df8de571685de63fb42e737a93984b13dd9df88..c1fb232d5360a0e2b1a9d9782f2ea544aa14bfa0 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 # Configure JTAG cable
 #
 
 # Configure JTAG cable
-# EM Starter Kit has built-in FT2232 chip, which is similiar to Digilent HS-1.
+# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # JTAG 10MHz is too fast for EM7D FPU in EM SK 2.1 which has core frequency
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # JTAG 10MHz is too fast for EM7D FPU in EM SK 2.1 which has core frequency
index 7f3708e5c12682f8360fae0833e7d27bb1c0dbaf..674d9f65c8c129440e001120ac002e765a60022e 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 # Configure JTAG cable
 #
 
 # Configure JTAG cable
-# EM Starter Kit has built-in FT2232 chip, which is similiar to Digilent HS-1.
+# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # EM11D reportedly requires 5 MHz. Other cores and board can work faster.
 source [find interface/ftdi/digilent-hs1.cfg]
 
 # EM11D reportedly requires 5 MHz. Other cores and board can work faster.
index ddfdbb36fde907ff23a990e695a5034484ddde84..94108d1ca2dcdcc38e761b3afa4557c9a6570677 100644 (file)
@@ -1,5 +1,5 @@
 # Use for the STM207VG plug-in board (1 MiB Flash and 112+16 KiB Ram
 # Use for the STM207VG plug-in board (1 MiB Flash and 112+16 KiB Ram
-# comming with the STEVAL-PCC010 board
+# coming with the STEVAL-PCC010 board
 # http://www.st.com/internet/evalboard/product/251530.jsp
 # or any other board with only a STM32F2x in the JTAG chain
 
 # http://www.st.com/internet/evalboard/product/251530.jsp
 # or any other board with only a STM32F2x in the JTAG chain
 
index 05644f6587bcf9bc237eeb5e2e521f2061c37d88..2c98ca3bd2a55ad7f50bf721a7c9280e3f460a2f 100644 (file)
@@ -1,5 +1,5 @@
 source [find target/c100.cfg]
 source [find target/c100.cfg]
-# basic register defintion for C100
+# basic register definition for C100
 source [find target/c100regs.tcl]
 # board-config info
 source [find target/c100config.tcl]
 source [find target/c100regs.tcl]
 # board-config info
 source [find target/c100config.tcl]
index 77084a96d600f02c5b03f1633290c505fde56b7e..9f994c8ea61ee7601381d4b9c4819165234c1a00 100644 (file)
@@ -30,7 +30,7 @@ proc topas910_init { } {
 # Init SDRAM
 #  _PMCDRV          = 0x00000071;
 #  //
 # Init SDRAM
 #  _PMCDRV          = 0x00000071;
 #  //
-#  // Initialize SDRAM timing paramater
+#  // Initialize SDRAM timing parameter
 #  //
 #  _DMC_CAS_LATENCY = 0x00000006;
 #  _DMC_T_DQSS      = 0x00000000;
 #  //
 #  _DMC_CAS_LATENCY = 0x00000006;
 #  _DMC_T_DQSS      = 0x00000000;
index 5bd0e5e023c17e70ab6a420b6c5b7b0ba827148e..4fa63831bcc5a182815d7656c8fb82c3e3bb3d33 100644 (file)
@@ -37,7 +37,7 @@ proc topasa900_init { } {
 # Init SDRAM
 #  _PMCDRV          = 0x00000071;
 #  //
 # Init SDRAM
 #  _PMCDRV          = 0x00000071;
 #  //
-#  // Initialize SDRAM timing paramater
+#  // Initialize SDRAM timing parameter
 #  //
 #  _DMC_CAS_LATENCY = 0x00000006;
 #  _DMC_T_DQSS      = 0x00000000;
 #  //
 #  _DMC_CAS_LATENCY = 0x00000006;
 #  _DMC_T_DQSS      = 0x00000000;
index e96d045262a4b307e1ed7de6dc3ae0bc43ca5571..c4d87db26234e1a914fd575d004584dfd731ead5 100644 (file)
@@ -5,7 +5,7 @@
 source [find target/k60.cfg]
 
 $_TARGETNAME configure -event reset-init {
 source [find target/k60.cfg]
 
 $_TARGETNAME configure -event reset-init {
-       puts "-event reset-init occured"
+       puts "-event reset-init occurred"
 }
 
 #
 }
 
 #
index d2312cf146946e5812f52a3414d888b4745aa9cf..5babeb8c13f14527c468e5f14f8b93e5691fbe40 100644 (file)
@@ -5,7 +5,7 @@
 source [find target/k60.cfg]
 
 $_TARGETNAME configure -event reset-init {
 source [find target/k60.cfg]
 
 $_TARGETNAME configure -event reset-init {
-       puts "-event reset-init occured"
+       puts "-event reset-init occurred"
 }
 
 #
 }
 
 #
index 38691045c9dace4c25b44f5c91e8d408e6b4cadd..d4be4f5414fd2ef29e8fc1b97ccf837a9a74922e 100644 (file)
@@ -5,7 +5,7 @@
 # voltages. The XADC is available both from fabric as well as through the
 # JTAG TAP.
 #
 # voltages. The XADC is available both from fabric as well as through the
 # JTAG TAP.
 #
-# This code implements access throught the JTAG TAP.
+# This code implements access through the JTAG TAP.
 #
 # https://www.xilinx.com/support/documentation/user_guides/ug480_7Series_XADC.pdf
 
 #
 # https://www.xilinx.com/support/documentation/user_guides/ug480_7Series_XADC.pdf
 
index e85640bc6ea7e710070d699e0257d77e48355947..98a8c844fd2b98d259ea409977e0263f28c83858 100644 (file)
@@ -15,7 +15,7 @@ ftdi_vid_pid 0x0403 0x6014
 ftdi_layout_init 0x0030 0x003b
 # 0xfff8 0xfffb
 # Those signal are only required on some platforms or may required to be
 ftdi_layout_init 0x0030 0x003b
 # 0xfff8 0xfffb
 # Those signal are only required on some platforms or may required to be
-# enabled explicitely (e.g. nrf5x chips).
+# enabled explicitly (e.g. nrf5x chips).
 ftdi_layout_signal nSRST -data 0x0010 -oe 0x0010
 ftdi_layout_signal nTRST -data 0x0020 -oe 0x0020
 
 ftdi_layout_signal nSRST -data 0x0010 -oe 0x0010
 ftdi_layout_signal nTRST -data 0x0020 -oe 0x0020
 
index ce116e4598fb5cc1c33b5552849faa6ca75c0cf9..e6b1c67042343a8c5773af5b0a78ee5591e19bd3 100644 (file)
@@ -28,7 +28,7 @@ proc show_mmr32_reg { NAME } {
 }
 
 
 }
 
 
-# Give: NAMES - an array of names accessable
+# Give: NAMES - an array of names accessible
 #               in the callers symbol-scope.
 #       VAL - the bits to display.
 
 #               in the callers symbol-scope.
 #       VAL - the bits to display.
 
index caee9654eb5bf5a9ccd2630eb14706cad5dbfa87..b381728f1c1082bb6d8df58b40b9ea80dbc4fecb 100644 (file)
@@ -10,7 +10,7 @@ if { [info exists CHIPNAME] } {
    set _CHIPNAME aducm360
 }
 
    set _CHIPNAME aducm360
 }
 
-# Endianess
+# Endianness
 if { [info exists ENDIAN] } {
    set _ENDIAN $ENDIAN
 } else {
 if { [info exists ENDIAN] } {
    set _ENDIAN $ENDIAN
 } else {
index 2e8c1e091f7788dfa2abdda61ec61cae7888f2aa..3d9a8d9b5827d29df25f3ac9d1b0ad30a7f7e62b 100644 (file)
@@ -28,7 +28,7 @@ if { $_CPUTAPID == 0x15b0203f } {
    echo "- ERROR:                                              -"
    echo "- ERROR: In one position (0x05b0203f) it selects the  -"
    echo "- ERROR: ARM CPU, in the other position (0x1b0203f)   -"
    echo "- ERROR:                                              -"
    echo "- ERROR: In one position (0x05b0203f) it selects the  -"
    echo "- ERROR: ARM CPU, in the other position (0x1b0203f)   -"
-   echo "- ERROR: it selects boundry-scan not the ARM          -"
+   echo "- ERROR: it selects boundary-scan not the ARM         -"
    echo "- ERROR:                                              -"
    echo "-------------------------------------------------------"
 }
    echo "- ERROR:                                              -"
    echo "-------------------------------------------------------"
 }
index a72a2fa844f3ce1509b1f2032d0bcfc581cbcc11..53b2c5d4808152e2d8971fa890d695fdf159f2fa 100644 (file)
@@ -1,5 +1,5 @@
 
 
-# board(-config) specfic parameters file.
+# board(-config) specific parameters file.
 
 # set CFG_REFCLKFREQ [configC100 CFG_REFCLKFREQ]
 proc config {label} {
 
 # set CFG_REFCLKFREQ [configC100 CFG_REFCLKFREQ]
 proc config {label} {
index 9da3730b4ae0396c58cab45d821e47809c507199..725ba709c93aaa35c1784f65f2aa936291c8c60d 100644 (file)
@@ -15,7 +15,7 @@ proc helpC100 {} {
     echo "12) ooma_board_detect: will show which version of Telo you have"
     echo "13) setupDDR2:         will configure DDR2 controller, you must have PLLs configureg"
     echo "14) showDDR2:          will show DDR2 config registers"
     echo "12) ooma_board_detect: will show which version of Telo you have"
     echo "13) setupDDR2:         will configure DDR2 controller, you must have PLLs configureg"
     echo "14) showDDR2:          will show DDR2 config registers"
-    echo "15) showWatchdog:      will show current regster config for watchdog"
+    echo "15) showWatchdog:      will show current register config for watchdog"
     echo "16) reboot:            will trigger watchdog and reboot Telo (hw reset)"
     echo "17) bootNOR:           will boot Telo from NOR"
     echo "18) setupUART0:        will configure UART0 for 115200 8N1, PLLs have to be confiured"
     echo "16) reboot:            will trigger watchdog and reboot Telo (hw reset)"
     echo "17) bootNOR:           will boot Telo from NOR"
     echo "18) setupUART0:        will configure UART0 for 115200 8N1, PLLs have to be confiured"
@@ -176,7 +176,7 @@ proc setupAmbaClk {} {
     mmw $CLKCORE_AHB_CLK_CNTRL 0x0 0xFFFFFF
     mmw $CLKCORE_AHB_CLK_CNTRL [expr (($x << 16) + ($w << 8) + $y)] 0x0
     # wait for PLL to lock
     mmw $CLKCORE_AHB_CLK_CNTRL 0x0 0xFFFFFF
     mmw $CLKCORE_AHB_CLK_CNTRL [expr (($x << 16) + ($w << 8) + $y)] 0x0
     # wait for PLL to lock
-    echo "Wating for Amba PLL to lock"
+    echo "Waiting for Amba PLL to lock"
     while {[expr [mrw $CLKCORE_PLL_STATUS] & $AHBCLK_PLL_LOCK] == 0} { sleep 1 }
     # remove the internal PLL bypass
     mmw $CLKCORE_AHB_CLK_CNTRL 0x0 $AHB_PLL_BY_CTRL
     while {[expr [mrw $CLKCORE_PLL_STATUS] & $AHBCLK_PLL_LOCK] == 0} { sleep 1 }
     # remove the internal PLL bypass
     mmw $CLKCORE_AHB_CLK_CNTRL 0x0 $AHB_PLL_BY_CTRL
@@ -250,7 +250,7 @@ proc setupArmClk {} {
     mmw $CLKCORE_ARM_CLK_CNTRL 0x0 0xFFFFFF
     mmw $CLKCORE_ARM_CLK_CNTRL [expr (($x << 16) + ($w << 8) + $y)] 0x0
     # wait for PLL to lock
     mmw $CLKCORE_ARM_CLK_CNTRL 0x0 0xFFFFFF
     mmw $CLKCORE_ARM_CLK_CNTRL [expr (($x << 16) + ($w << 8) + $y)] 0x0
     # wait for PLL to lock
-    echo "Wating for Amba PLL to lock"
+    echo "Waiting for Amba PLL to lock"
     while {[expr [mrw $CLKCORE_PLL_STATUS] & $FCLK_PLL_LOCK] == 0} { sleep 1 }
     # remove the internal PLL bypass
     mmw $CLKCORE_ARM_CLK_CNTRL 0x0 $ARM_PLL_BY_CTRL
     while {[expr [mrw $CLKCORE_PLL_STATUS] & $FCLK_PLL_LOCK] == 0} { sleep 1 }
     # remove the internal PLL bypass
     mmw $CLKCORE_ARM_CLK_CNTRL 0x0 $ARM_PLL_BY_CTRL
@@ -300,7 +300,7 @@ proc setupDDR2 {} {
 
     # Memory setup register
     mww $MEMORY_MAX_ADDR  [expr ($ddr_size - 1) + $MEMORY_BASE_ADDR]
 
     # Memory setup register
     mww $MEMORY_MAX_ADDR  [expr ($ddr_size - 1) + $MEMORY_BASE_ADDR]
-    # disbale ROM remap
+    # disable ROM remap
     mww $MEMORY_CR 0x0
     # Take DDR controller out of reset
     mmw $BLOCK_RESET_REG $DDR_RST 0x0
     mww $MEMORY_CR 0x0
     # Take DDR controller out of reset
     mmw $BLOCK_RESET_REG $DDR_RST 0x0
@@ -486,7 +486,7 @@ proc reboot {} {
     set TIMER_WDT_CURRENT_COUNT        [regs TIMER_WDT_CURRENT_COUNT]
 
     # allow the counter to count to high value  before triggering
     set TIMER_WDT_CURRENT_COUNT        [regs TIMER_WDT_CURRENT_COUNT]
 
     # allow the counter to count to high value  before triggering
-    # this is because regsiter writes are slow over JTAG and
+    # this is because register writes are slow over JTAG and
     # I don't want to miss the high_bound==curr_count condition
     mww $TIMER_WDT_HIGH_BOUND  0xffffff
     mww $TIMER_WDT_CURRENT_COUNT 0x0
     # I don't want to miss the high_bound==curr_count condition
     mww $TIMER_WDT_HIGH_BOUND  0xffffff
     mww $TIMER_WDT_CURRENT_COUNT 0x0
@@ -494,7 +494,7 @@ proc reboot {} {
     adapter speed 100
     mww $TIMER_WDT_CONTROL 0x1
     # wait until the reset
     adapter speed 100
     mww $TIMER_WDT_CONTROL 0x1
     # wait until the reset
-    echo -n "Wating for watchdog to trigger..."
+    echo -n "Waiting for watchdog to trigger..."
     #while {[mrw $TIMER_WDT_CONTROL] == 1} {
     #    echo [format "TIMER_WDT_CURRENT_COUNT (0x%x): 0x%x" $TIMER_WDT_CURRENT_COUNT [mrw $TIMER_WDT_CURRENT_COUNT]]
     #    sleep 1
     #while {[mrw $TIMER_WDT_CONTROL] == 1} {
     #    echo [format "TIMER_WDT_CURRENT_COUNT (0x%x): 0x%x" $TIMER_WDT_CURRENT_COUNT [mrw $TIMER_WDT_CURRENT_COUNT]]
     #    sleep 1
index c0c1df2bcd5554e09fa57fa5944f8412a39a3d70..40fa3c2b0ce88e52e9ecee7de171b3ae1d78de8b 100644 (file)
@@ -35,7 +35,7 @@ set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME dsp5680xx -endian $_ENDIAN -chain-position $_TARGETNAME
 
 # Setup the interesting tap
 target create $_TARGETNAME dsp5680xx -endian $_ENDIAN -chain-position $_TARGETNAME
 
 # Setup the interesting tap
-# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations requiere certain instruction to be in the IR register during reset, and polling would change this)
+# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations require certain instruction to be in the IR register during reset, and polling would change this)
 jtag configure $_CHIPNAME.chp -event setup "
      jtag tapenable $_TARGETNAME
      poll off
 jtag configure $_CHIPNAME.chp -event setup "
      jtag tapenable $_TARGETNAME
      poll off
index 53677873abd8785187f1b4fd1c918dd5ea8af793..523bc211f6d4ea107cfbc1cce3c1d6b621b982c4 100644 (file)
@@ -14,7 +14,7 @@ if { [info exists CPUTAPID] } {
 if { [info exists HAS_ETB] } {
 } else {
     # Set default (no ETB).
 if { [info exists HAS_ETB] } {
 } else {
     # Set default (no ETB).
-    # Show a warning, because this should have been configured explicitely.
+    # Show a warning, because this should have been configured explicitly.
     set HAS_ETB 0
     # TODO: warning?
 }
     set HAS_ETB 0
     # TODO: warning?
 }
index 185c0aad828e7b6d2d5f28450d21014303c781cb..d6f2cdbda9b5d9ee60431dc370dc6e01cc702056 100644 (file)
@@ -22,7 +22,7 @@ if { [info exists CPUTAPID] } {
 }
 
 # Scan Tap
 }
 
 # Scan Tap
-# Wired to seperate STDO pin on the lpc3131, externally muxed to TDO on ea3131 module 
+# Wired to separate STDO pin on the lpc3131, externally muxed to TDO on ea3131 module
 # JTAGSEL pin must be 0 to activate, which reassigns arm tdo to a pass through.
 if { [info exists SJCTAPID] } {
    set _SJCTAPID $SJCTAPID
 # JTAGSEL pin must be 0 to activate, which reassigns arm tdo to a pass through.
 if { [info exists SJCTAPID] } {
    set _SJCTAPID $SJCTAPID
index fb591c2bf23ba7c87983f9108643306b9a4b1b29..3cab4d1406eaf761950ff8c1fb19001cd0d54312 100644 (file)
@@ -164,7 +164,7 @@ $_TARGETNAME configure -event reset-start {
        } else {
                if {![using_hla]} {
                   # Tempest and Firestorm default to using NVIC VECTRESET
        } else {
                if {![using_hla]} {
                   # Tempest and Firestorm default to using NVIC VECTRESET
-                  # peripherals will need reseting manually, see proc reset_peripherals
+                  # peripherals will need resetting manually, see proc reset_peripherals
                   cortex_m reset_config vectreset
                }
                # reset peripherals, based on code in
                   cortex_m reset_config vectreset
                }
                # reset peripherals, based on code in
index 3e758e6ab2adc8006944a9850188455b295342c0..74269aa66ca494f1d9756293b130009e4d3c6b33 100644 (file)
@@ -25,7 +25,7 @@ proc ocd_process_reset_inner { MODE } {
 
        soft_reset_halt
 
 
        soft_reset_halt
 
-       # Intialize MSP, PSP, and PC from vector table at flash 0x01000800
+       # Initialize MSP, PSP, and PC from vector table at flash 0x01000800
        mem2array boot 32 0x01000800 2
 
        reg msp $boot(0)
        mem2array boot 32 0x01000800 2
 
        reg msp $boot(0)
index 8b28656aaeeb8dd661aa2a78c1ea8c1b5bc576c3..9d7e0fce848dca903340ddff1e3c96ca3e3f9f9a 100644 (file)
@@ -38,7 +38,7 @@ openocd -f interface/ftdi/tumpa.cfg -f tools/firmware-recovery.tcl \\
     shutdown
 }
 
     shutdown
 }
 
-# set default, can be overriden later
+# set default, can be overridden later
 adapter speed 1000
 
 proc get_partition { name } {
 adapter speed 1000
 
 proc get_partition { name } {

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)