forked from auracaster/openocd
coding style: tcl: remove empty lines at end of text files
Empty lines at end of text files are useless. Remove them. Change-Id: I503cb0a96c7ccb132f4486c206a48831121d7abd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5171 Tested-by: jenkins
This commit is contained in:
@@ -50,4 +50,3 @@ proc sc58x_enabledebug {} {
|
||||
# it is not possible to halt the target unless these bits have been set
|
||||
ap0.mem mww 0x31131000 0xFFFF
|
||||
}
|
||||
|
||||
|
||||
@@ -209,4 +209,3 @@ proc amdm37x_dbginit {target} {
|
||||
# at this address and this bit.
|
||||
$target mww phys 0x5401d030 0x00002000
|
||||
}
|
||||
|
||||
|
||||
@@ -54,4 +54,3 @@ $_TARGETNAME configure -work-area-phys 0xa0600000 -work-area-size 0x20000
|
||||
|
||||
# serial SPI capable flash
|
||||
# flash bank <driver> <base> <size> <chip_width> <bus_width>
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ $_TARGETNAME configure -event reset-assert-post "armada370_dbginit $_TARGETNAME"
|
||||
# We need to init now, so we can run the apsel command.
|
||||
init
|
||||
dap apsel 1
|
||||
|
||||
|
||||
@@ -7,5 +7,3 @@ flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
# This is a 512K chip - it has the 2nd bank
|
||||
set _FLASHNAME $_CHIPNAME.flash1
|
||||
flash bank $_FLASHNAME at91sam3 0x0000C0000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
# at91sam3X8E
|
||||
# at91sam3X8H
|
||||
source [find target/at91sam3XXX.cfg]
|
||||
|
||||
|
||||
@@ -4,5 +4,3 @@ source [find target/at91sam3uxx.cfg]
|
||||
# size is automatically "calculated" by probing
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -4,5 +4,3 @@ source [find target/at91sam3uxx.cfg]
|
||||
# size is automatically "calculated" by probing
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -4,5 +4,3 @@ source [find target/at91sam3uxx.cfg]
|
||||
# size is automatically "calculated" by probing
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -4,5 +4,3 @@ source [find target/at91sam3uxx.cfg]
|
||||
# size is automatically "calculated" by probing
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -7,5 +7,3 @@ flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
# This is a 256K chip, it has the 2nd bank
|
||||
set _FLASHNAME $_CHIPNAME.flash1
|
||||
flash bank $_FLASHNAME at91sam3 0x000100000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -7,5 +7,3 @@ flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
|
||||
# This is a 256K chip - it has the 2nd bank
|
||||
set _FLASHNAME $_CHIPNAME.flash1
|
||||
flash bank $_FLASHNAME at91sam3 0x000100000 0 1 1 $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
# at91sam3u1c
|
||||
|
||||
source [find target/at91sam3XXX.cfg]
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-a
|
||||
#flash bank <driver> <base_addr> <size> <chip_width> <bus_width> <target_number> [<target_name> <banks> <sectors_per_bank> <pages_per_sector> <page_size> <num_nvmbits> <ext_freq_khz>]
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME at91sam7 0 0 0 0 $_TARGETNAME 0 0 0 0 0 0 0 18432
|
||||
|
||||
|
||||
@@ -57,4 +57,3 @@ if {![using_hla]} {
|
||||
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME atsamv 0x00400000 0 0 0 $_TARGETNAME
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_CP
|
||||
|
||||
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
|
||||
target create $_TARGETNAME avr32_ap7k -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ target create $_TARGETNAME fa526 -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
# This chip has a DCC ... use it
|
||||
arm7_9 dcc_downloads enable
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ target create $_TARGETNAME dragonite -endian $_ENDIAN -chain-position $_TARGETNA
|
||||
reset_config trst_and_srst
|
||||
adapter srst delay 200
|
||||
jtag_ntrst_delay 200
|
||||
|
||||
|
||||
@@ -73,4 +73,3 @@ $_TARGETNAME configure -work-area-virt 0
|
||||
#setup flash
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME
|
||||
|
||||
|
||||
@@ -69,4 +69,3 @@ $_TARGETNAME configure -work-area-virt 0
|
||||
#setup flash
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ target create $_TARGETNAME feroceon -endian $_ENDIAN -chain-position $_TARGETNAM
|
||||
reset_config trst_and_srst
|
||||
adapter srst delay 200
|
||||
jtag_ntrst_delay 200
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
|
||||
# that TAP is associated with a target
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm966e -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
|
||||
@@ -140,4 +140,3 @@ proc icepick_c_wreset {jrc} {
|
||||
# send a router write, block is 0, register is 1, value is 0x2100
|
||||
icepick_c_router $jrc 1 0x0 0x1 0x002101
|
||||
}
|
||||
|
||||
|
||||
@@ -104,4 +104,3 @@ proc ixp42x_init_sdram { SDRAM_CFG REFRESH CASLAT } {
|
||||
proc ixp42x_set_bigendian { } {
|
||||
reg XSCALE_CTRL 0xF8
|
||||
}
|
||||
|
||||
|
||||
@@ -79,4 +79,3 @@ if {[using_hla]} {
|
||||
$_TARGETNAME configure -event reset-init {
|
||||
kinetis disable_wdog
|
||||
}
|
||||
|
||||
|
||||
@@ -38,4 +38,3 @@ Note that a target/xxx.cfg file can invoke another target/yyy.cfg file,
|
||||
so one can create target subtype configurations where e.g. only
|
||||
amount of DRAM, oscillator speeds differ and having a single
|
||||
config file for the default/common settings.
|
||||
|
||||
|
||||
@@ -32,4 +32,3 @@ $_TARGETNAME configure -work-area-phys 0x200000 -work-area-size 0x4000 -work-are
|
||||
|
||||
#reset configuration
|
||||
reset_config trst_and_srst
|
||||
|
||||
|
||||
@@ -21,4 +21,3 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
|
||||
@@ -22,5 +22,3 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ $_TARGETNAME configure -event reset-assert "arc_em_reset $_TARGETNAME"
|
||||
arc_em_init_regs
|
||||
|
||||
# vim:ft=tcl
|
||||
|
||||
|
||||
@@ -170,4 +170,3 @@ $_TARGETNAME configure -event reset-start {
|
||||
# Reduce speed since CPU speed will slow down to 16MHz with the reset
|
||||
adapter speed 2000
|
||||
}
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ $_TARGETNAME configure -work-area-phys 0xA0000000 -work-area-size 0x4000 -work-a
|
||||
#flash bank <driver> <base> <size> <chip_width> <bus_width>
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME str7x 0x80000000 0x00040000 0 0 $_TARGETNAME STR73x
|
||||
|
||||
|
||||
@@ -322,5 +322,3 @@ set mem inaccessible-by-default-off
|
||||
|
||||
jtag_ntrst_delay 100
|
||||
reset_config trst_and_srst combined
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user