]> git.sur5r.net Git - openocd/commit
TCL scripts: add support for ST SPEAr310
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 4 Nov 2010 08:53:28 +0000 (16:53 +0800)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sat, 6 Nov 2010 14:40:52 +0000 (15:40 +0100)
commit074498f836db2879d73c39615fa5dced8a6555c9
tree5874da1e6f81f4662edd1a57f49207b10af9edf1
parent8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731
TCL scripts: add support for ST SPEAr310

Initial support for ST SPEAr310 and for the evaluation
board EVALSPEAr310 Rev. 2.0.
Scripts are split in generic for SPEAr3xx family and
specific for SPEAr310. This should easily allow adding
new members of the family.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
tcl/board/spear310evb20.cfg [new file with mode: 0644]
tcl/board/spear310evb20_mod.cfg [new file with mode: 0644]
tcl/chip/st/spear/quirk_no_srst.tcl [new file with mode: 0644]
tcl/chip/st/spear/spear310.tcl [new file with mode: 0644]
tcl/chip/st/spear/spear3xx.tcl [new file with mode: 0644]
tcl/chip/st/spear/spear3xx_ddr.tcl [new file with mode: 0644]
tcl/target/spear3xx.cfg [new file with mode: 0644]