openocd/tcl/board
Andreas Färber 43ff5acd45 flash: New Spansion FM4 flash driver
The Spansion FM4 family of microcontrollers does not offer a way to
identify the chip model nor the flash size, except for Dual Flash vs.
regular layout. Therefore the family is passed as argument and
wildcard-matched - MB9BFx6x and S6E2CC families are supported.

Iterations showed that ...
1) Just doing the flash command sequence from SRAM loader code for each
half-word took 20 minutes for an 8 KB block.
2) Doing the busy-wait in the loader merely reduced the time to 19 minutes.
3) Significant performance gains were achieved by looping in loader code
rather than in OpenOCD and by maximizing the batch size across sectors,
getting us down to ~2 seconds for 8 KB and ~2.5 minutes for 1.1 MB.
(Tested with SK-FM4-176L-S6E2CC-ETH v11, CMSIS-DAP v23.)

gcc, objcopy -Obinary and bin2char.sh are used for automating the
integration of hand-written assembler snippets.

Change-Id: I092c81074662534f50b71b91d54eb8e0098fec76
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2190
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2016-02-29 19:40:20 +00:00
..
actux3.cfg actux3.cfg: add function to setup for u-boot debugging 2011-01-02 21:17:57 +01:00
adapteva_parallella1.cfg tcl/board: Add Parallella-I board config 2015-09-30 22:10:55 +01:00
alphascale_asm9260_ek.cfg tcl/target|board: add configs for Alphascale asm9260t 2015-02-22 17:57:02 +00:00
altera_sockit.cfg Add tcl configurations for Altera Soc devices 2013-08-15 14:50:22 +00:00
am3517evm.cfg AM/DM37x: Unify configuration scripts and add support for TI Beagleboard xM. 2010-09-20 09:17:28 +02:00
arm_evaluator7t.cfg Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00
asus-rt-n16.cfg tcl: add bcm47xx config and Asus RT-N16 board using it 2014-01-08 22:18:18 +00:00
asus-rt-n66u.cfg tcl: add ASUS RT-N66U config 2014-06-01 18:27:09 +00:00
at91cap7a-stk-sdram.cfg target: Remove "-variant" argument 2014-09-22 19:39:24 +00:00
at91eb40a.cfg flash: retire unused eCos flash driver 2012-03-11 21:14:21 +00:00
at91rm9200-dk.cfg at91rm9200 : reset_config should go to the board config file 2010-05-18 11:48:47 +02:00
at91rm9200-ek.cfg at91rm9200-ek: add low default communication speed 2011-05-05 15:43:37 +02:00
at91sam9g20-ek.cfg at91sam9: factorise cpu support 2011-03-03 22:49:46 +01:00
at91sam9261-ek.cfg add at91sam9261-ek support 2011-04-09 10:14:46 +02:00
at91sam9263-ek.cfg add at91sam9263-ek support 2011-04-09 10:16:28 +02:00
atmel_at91sam7s-ek.cfg native line endings 2009-08-21 09:01:00 +00:00
atmel_at91sam9rl-ek.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
atmel_at91sam9260-ek.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
atmel_sam3n_ek.cfg Add configuration for ATMEL SAM3N-EK board. 2011-10-26 20:31:45 +00:00
atmel_sam3s_ek.cfg at91sam3s* support 2010-06-25 21:37:53 +02:00
atmel_sam3u_ek.cfg target.cfg: (re)move some bogus reset_config lines 2009-11-10 09:25:26 -08:00
atmel_sam3x_ek.cfg Added tcl config scripts for SAM3A/X targets and devboard 2012-03-30 15:56:19 +00:00
atmel_sam4e_ek.cfg tcl/board: add Atmel SAM4E-EK 2014-06-18 20:27:10 +00:00
atmel_sam4l8_xplained_pro.cfg cfg: add initial Atmel xplained kit support 2014-01-09 15:22:56 +00:00
atmel_sam4s_ek.cfg topic: Added support for the SAM4S variants 2012-04-26 10:58:14 +00:00
atmel_sam4s_xplained_pro.cfg cfg: add initial Atmel xplained kit support 2014-01-09 15:22:56 +00:00
atmel_samc20_xplained_pro.cfg at91samd: add chip IDs for SAMC20 and SAMC21 families 2015-08-06 13:15:19 +01:00
atmel_samc21_xplained_pro.cfg at91samd: add chip IDs for SAMC20 and SAMC21 families 2015-08-06 13:15:19 +01:00
atmel_samd20_xplained_pro.cfg cfg: add initial Atmel xplained kit support 2014-01-09 15:22:56 +00:00
atmel_samd21_xplained_pro.cfg Atmel samd: add support for SAMD21 2014-01-15 11:38:25 +00:00
atmel_same70_xplained.cfg tlc/board: Add ATMEL SAM E70 Xplained config 2016-02-03 22:10:32 +00:00
atmel_samg53_xplained_pro.cfg Add support for the Atmel SAMG53 2014-03-04 20:18:37 +00:00
atmel_saml21_xplained_pro.cfg flash: at91samd: add SAML21 support, fix part ID issue 2015-04-16 20:30:34 +01:00
atmel_samr21_xplained_pro.cfg Adding support for the Atmel SAMR21. 2014-07-10 21:18:30 +00:00
atmel_samv71_xplained_ultra.cfg tcl/board: add Atmel SAM V71 Xplained Ultra 2015-11-10 20:27:00 +00:00
balloon3-cpu.cfg TCL scripts: update to current "flash bank" syntax 2010-03-26 08:42:58 +01:00
bcm28155_ap.cfg bcm281xx: Add bcm281xx SoC and bcm28155_ap board 2014-03-09 22:33:32 +00:00
bt-homehubv1.cfg tcl: bcm6348 target config, BT HomeHub v1 board config 2014-04-14 18:15:24 +00:00
colibri.cfg board scripts: Marvell PXA270M processor has a new TAPID: 0x89265013 2010-09-14 11:15:35 +02:00
crossbow_tech_imote2.cfg rename jtag_nsrst_delay as adapter_nsrst_delay 2010-03-15 08:41:30 -07:00
csb337.cfg rename jtag_khz as adapter_khz 2010-03-15 08:37:43 -07:00
csb732.cfg rename jtag_nsrst_delay as adapter_nsrst_delay 2010-03-15 08:41:30 -07:00
da850evm.cfg cfg: add omapl138 support and da850evm preliminary support 2010-08-10 09:43:30 +02:00
digi_connectcore_wi-9c.cfg target config files: Fix whitespace issues. 2011-11-07 16:16:33 +00:00
digilent_analog_discovery.cfg tcl/board: Add Digilent Analog Discovery config 2015-10-30 11:53:05 +00:00
digilent_atlys.cfg tcl: Adding the Digilent Atlys board. 2015-10-21 09:11:09 +01:00
digilent_zedboard.cfg tcl: add Zynq-7000 target and Zedboard board configs 2014-03-29 07:16:00 +00:00
diolan_lpc4350-db1.cfg tcl/board: Add Diolan LPC4357-DB1 config 2015-10-30 13:15:31 +00:00
diolan_lpc4357-db1.cfg tcl/board: Add Diolan LPC4357-DB1 config 2015-10-30 13:15:31 +00:00
dk-tm4c129.cfg cfg: TI Tiva C dk-tm4c129x Evaluation Kits 2015-02-11 15:09:49 +00:00
dm355evm.cfg TCL scripts: replace "puts" with "echo" 2010-11-09 08:12:51 +01:00
dm365evm.cfg rename jtag_khz as adapter_khz 2010-03-15 08:37:43 -07:00
dm6446evm.cfg TCL scripts: replace "puts" with "echo" 2010-11-09 08:12:51 +01:00
dp_busblaster_v3.cfg tcl/board: add config for DP Bus Blaster reconfiguration 2014-03-17 12:44:19 +00:00
efikamx.cfg target: Pull out the jtag_rtck from iMX5x files 2013-07-15 10:02:32 +00:00
efm32.cfg Add configuration for EFM32 Gecko boards with Segger J-Link. 2015-03-25 21:40:57 +00:00
eir.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
ek-lm3s9b9x.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s9d92.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s811-revb.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s811.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s1968.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s3748.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s6965.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm3s8962.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
ek-lm4f120xl.cfg Allow transports to override the selected target (hla configs unification) 2014-08-11 21:25:56 +00:00
ek-lm4f232.cfg Allow transports to override the selected target (hla configs unification) 2014-08-11 21:25:56 +00:00
ek-tm4c123gxl.cfg Allow transports to override the selected target (hla configs unification) 2014-08-11 21:25:56 +00:00
ek-tm4c1294xl.cfg tcl/board: add TI Tiva C ek-tm4c1294xl config 2014-09-29 20:04:30 +00:00
embedded-artists_lpc2478-32.cfg Create a init_board procedure for the ea dev board. 2012-03-30 15:53:06 +00:00
emcraft_twr-vf6-som-bsb.cfg tcl/board: Add EmCraft VF6 SOM and baseboard configs 2015-08-06 13:08:40 +01:00
emcraft_vf6-som.cfg tcl/board: Add EmCraft VF6 SOM and baseboard configs 2015-08-06 13:08:40 +01:00
ethernut3.cfg TCL scripts: replace "puts" with "echo" 2010-11-09 08:12:51 +01:00
frdm-kl25z.cfg tcl/board: frdm kinetis boards have SRST connected 2015-01-26 20:58:06 +00:00
frdm-kl46z.cfg tcl/board: frdm kinetis boards have SRST connected 2015-01-26 20:58:06 +00:00
glyn_tonga2.cfg Glyn Tonga2: Faster JTAG speed after CPU/RAM init. 2012-04-13 08:57:29 +00:00
gumstix-aerocore.cfg Add support for Gumstix AeroCore device 2014-05-05 20:14:30 +00:00
hammer.cfg TCL scripts: update to current "flash bank" syntax 2010-03-26 08:42:58 +01:00
hilscher_nxdb500sys.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hilscher_nxeb500hmi.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hilscher_nxhx10.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hilscher_nxhx50.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hilscher_nxhx500.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hilscher_nxsb100.cfg scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay 2012-03-30 16:01:51 +00:00
hitex_lpc1768stick.cfg cfg: fix lpc17xx regression 2015-01-09 08:47:20 +00:00
hitex_lpc2929.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
hitex_stm32-performancestick.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
hitex_str9-comstick.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
iar_lpc1768.cfg cfg: fix lpc17xx regression 2015-01-09 08:47:20 +00:00
iar_str912_sk.cfg Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
icnova_imx53_sodimm.cfg target: Pull out the jtag_rtck from iMX5x files 2013-07-15 10:02:32 +00:00
icnova_sam9g45_sodimm.cfg add icnova_sam9g45_sodimm support 2012-02-13 12:04:00 +00:00
imx27ads.cfg TCL SCRIPTS: fix command name 2010-04-15 19:10:36 +02:00
imx27lnst.cfg rename jtag_khz as adapter_khz 2010-03-15 08:37:43 -07:00
imx28evk.cfg topic: Add support for i.MX28EVK 2012-02-13 12:03:26 +00:00
imx31pdk.cfg imx31pdk: use rclk w/1MHz fallback 2010-10-28 08:43:04 +02:00
imx35pdk.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
imx53-m53evk.cfg ftdi/board: Add support for DENX M53EVK 2013-07-15 10:02:37 +00:00
imx53loco.cfg target: Pull out the jtag_rtck from iMX5x files 2013-07-15 10:02:32 +00:00
insignal_arndale.cfg tcl/board: Add Arndale config 2015-10-30 12:43:07 +00:00
kc705.cfg kc705: digilent-jtag/kintex7/jtagspi board 2015-08-06 13:14:21 +01:00
keil_mcb1700.cfg cfg: fix lpc17xx regression 2015-01-09 08:47:20 +00:00
keil_mcb2140.cfg Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
kwikstik.cfg cfg: Fix Kinetis kwikstik/kx config 2015-02-22 16:23:48 +00:00
la_fonera-fon2200.cfg tcl/target|board: add config Atheros ar2315 2015-11-03 22:18:30 +00:00
linksys_nslu2.cfg target.cfg: remove "-work-area-virt 0" 2009-11-08 08:52:40 -08:00
linksys-wrt54gl.cfg tcl/board: add Linksys WRT54GL v1.1 board config 2014-01-08 22:18:25 +00:00
lisa-l.cfg config: do not use deprecated stm32.cfg 2011-11-17 17:30:03 +00:00
logicpd_imx27.cfg TCL SCRIPTS: fix command name 2010-04-15 19:10:36 +02:00
lpc1850_spifi_generic.cfg Generic LPC1850 board w/ SPIFI flash. 2012-11-06 14:34:16 +00:00
lpc4350_spifi_generic.cfg lpc4350_spifi_generic: Clean up work area size 2015-11-03 22:09:17 +00:00
lubbock.cfg TCL scripts: replace "puts" with "echo" 2010-11-09 08:12:51 +01:00
mbed-lpc11u24.cfg cfg: refactor lpc1xxx targets onto one base config 2014-09-08 23:05:08 +00:00
mbed-lpc1768.cfg cfg: fix lpc17xx regression 2015-01-09 08:47:20 +00:00
mcb1700.cfg cfg: fix lpc17xx regression 2015-01-09 08:47:20 +00:00
microchip_explorer16.cfg config scripts: remove useless reference to OpenOCD docs 2010-08-11 10:53:54 +02:00
mini2440.cfg target config files: Fix whitespace issues. 2011-11-07 16:16:33 +00:00
mini6410.cfg Board definition for mini6410/tiny6410 (ARM1176) 2011-05-29 23:42:09 +02:00
minispartan6.cfg tcl: Support for the miniSpartan6+ board. 2016-02-03 22:11:33 +00:00
nds32_xc5.cfg nds32: add new target type nds32_v2, nds32_v3, nds32_v3m 2013-06-05 19:27:35 +00:00
netgear-dg834v3.cfg tcl/netgear-dg834v3.cfg: add to easy firmware recovery list 2014-01-08 22:18:39 +00:00
netgear-wg102.cfg tcl/target|board: add config Atheros ar2313 2015-11-03 22:18:27 +00:00
nordic_nrf51822_mkit.cfg tcl/board: Add board configuration for nRF51822-mKIT 2014-08-11 22:37:11 +00:00
numato_opsis.cfg tcl: Adding the Numato Opsis board. 2015-10-21 09:11:13 +01:00
nxp_lpc-link2.cfg tcl/board: Add LPC-Link2 config 2015-11-05 22:26:31 +00:00
olimex_lpc_h2148.cfg Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
olimex_LPC2378STK.cfg Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
olimex_sam7_ex256.cfg Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
olimex_sam7_la2.cfg target & board: AT91SAM7A2 and Olimex SAM7-LA2 2015-03-09 06:25:03 +00:00
olimex_sam9_l9260.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
olimex_stm32_h103.cfg cfg: update scripts to use new stm32 driver names 2011-07-28 11:45:09 +01:00
olimex_stm32_h107.cfg Split olimex_stm32_h107.cfg. 2012-04-20 15:33:24 +00:00
olimex_stm32_p107.cfg Split olimex_stm32_h107.cfg. 2012-04-20 15:33:24 +00:00
omap2420_h4.cfg board configs -- unique names for flash chips 2010-01-20 10:46:53 -08:00
open-bldc.cfg Added Open-BLDC board config file. 2009-12-29 12:41:43 +01:00
openrd.cfg tcl/board: fix all the remaining boards that were sourcing ft2232 configs 2014-08-02 09:04:19 +00:00
or1k_generic.cfg openrisc: add support for JTAG Serial Port 2014-06-22 08:39:08 +00:00
osk5912.cfg board configs -- unique names for flash chips 2010-01-20 10:46:53 -08:00
phone_se_j100i.cfg board: Add Sony Ericsson J100I Phone 2012-05-25 12:06:41 +00:00
phytec_lpc3250.cfg rename jtag_nsrst_delay as adapter_nsrst_delay 2010-03-15 08:41:30 -07:00
pic-p32mx.cfg PIC32: add Microchip Explorer16 cfg 2010-03-16 10:10:20 +00:00
pipistrello.cfg pipistrello: ftdi-jtag/spartan6/jtagspi board 2015-08-06 13:14:13 +01:00
propox_mmnet1001.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
pxa255_sst.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
quark_d2000_refboard.cfg quark: add Intel Quark mcu D2000 support 2016-02-13 22:55:41 +00:00
quark_x10xx_board.cfg quark_x10xx: add new target quark_x10xx 2014-02-11 13:07:29 +00:00
redbee.cfg Fix redbee config files 2011-08-24 11:13:26 +02:00
renesas_dk-s7g2.cfg tcl/board: Add Renesas DK-S7G2 config 2015-12-29 20:38:12 +00:00
rsc-w910.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
sheevaplug.cfg tcl/board/sheevaplug: add adapter_khz setting 2014-09-15 08:20:05 +00:00
smdk6410.cfg SMDK6410 is not target, move file to board 2011-05-29 20:05:01 +02:00
spansion_sk-fm4-176l-s6e2cc.cfg flash: New Spansion FM4 flash driver 2016-02-29 19:40:20 +00:00
spansion_sk-fm4-u120-9b560.cfg flash: New Spansion FM4 flash driver 2016-02-29 19:40:20 +00:00
spear300evb_mod.cfg TCL: Add board file for EVALSPEAr300 2011-11-21 22:09:09 +00:00
spear300evb.cfg TCL: Add board file for EVALSPEAr300 2011-11-21 22:09:09 +00:00
spear310evb20_mod.cfg TCL/SPEAr: Add reference to ST Application Note 2011-11-21 22:03:17 +00:00
spear310evb20.cfg TCL/SPEAr: Join two initialization files. 2011-11-21 22:07:19 +00:00
spear320cpu_mod.cfg TCL/SPEAr: fix name of included file 2011-11-22 21:02:55 +00:00
spear320cpu.cfg TCL/SPEAr: default one DDR chip 2011-12-06 21:06:15 +00:00
st_nucleo_f3.cfg Provide genuine F3 nucleo config and source it for STM32F334 Discovery board. 2015-02-22 17:59:55 +00:00
st_nucleo_f4.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
st_nucleo_f103rb.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
st_nucleo_f0.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
st_nucleo_l1.cfg tcl/board: Add ST NUCLEO L152RE configuration 2015-01-26 20:55:03 +00:00
st_nucleo_l476rg.cfg Add board config for ST NUCLEO L476RG board 2016-02-14 19:58:42 +00:00
steval_pcc010.cfg Add definition for the STEVAL-PCC010 board with the STM32F207 2011-09-09 10:29:11 +02:00
stm32f3discovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32f4discovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32f7discovery.cfg Add config files for STM32F7-DISCO and STM327[4|5]6G-EVAL. 2015-11-12 15:03:18 +00:00
stm32f334discovery.cfg Provide genuine F3 nucleo config and source it for STM32F334 Discovery board. 2015-02-22 17:59:55 +00:00
stm32f429discovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32f469discovery.cfg tcl: add STM32F469 discovery board config 2015-11-03 21:38:02 +00:00
stm32f0discovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32l4discovery.cfg stm32l4: Add cpu and stm32l4discovery board configuration. 2015-11-12 20:21:06 +00:00
stm32l0discovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32ldiscovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32vldiscovery.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm327x6g_eval.cfg Add config files for STM32F7-DISCO and STM327[4|5]6G-EVAL. 2015-11-12 15:03:18 +00:00
stm3210b_eval.cfg cfg: update scripts to use new stm32 driver names 2011-07-28 11:45:09 +01:00
stm3210c_eval.cfg cfg: update scripts to use new stm32 driver names 2011-07-28 11:45:09 +01:00
stm3210e_eval.cfg cfg: update scripts to use new stm32 driver names 2011-07-28 11:45:09 +01:00
stm3220g_eval_stlink.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm3220g_eval.cfg stm3220g_eval.cfg: fix CHIPNAME. 2011-10-25 20:08:58 +00:00
stm3241g_eval_stlink.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm3241g_eval.cfg cfg: add STM32F4x and STM3241G-EVAL config files 2012-03-30 16:02:14 +00:00
stm32100b_eval.cfg cfg: update scripts to use new stm32 driver names 2011-07-28 11:45:09 +01:00
stm32429i_eval_stlink.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32429i_eval.cfg tcl/board: add STM32429I-EVAL and STM32439I-EVAL dev boards from ST. 2014-07-10 21:19:35 +00:00
stm32439i_eval_stlink.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm32439i_eval.cfg tcl/board: add STM32429I-EVAL and STM32439I-EVAL dev boards from ST. 2014-07-10 21:19:35 +00:00
stm320518_eval_stlink.cfg cfg: add srst_nogate to the supported targets, remove from board configs 2015-01-26 20:54:51 +00:00
stm320518_eval.cfg cfg: add stm32 cmsis-dap compliant config 2014-01-09 15:22:42 +00:00
str910-eval.cfg target config files: Fix whitespace issues. 2011-11-07 16:16:33 +00:00
telo.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
ti_am43xx_evm.cfg board: ti_am43xx_evm: remove xds100v2 interface 2015-04-16 20:24:37 +01:00
ti_am335xevm.cfg board: Add TI AM335x Evaluation Module 2012-07-19 18:48:06 +00:00
ti_am437x_idk.cfg am437x: always use highest possible JTAG clock. 2016-01-22 13:03:39 +00:00
ti_beagleboard_xm.cfg AM/DM37x: Unify configuration scripts and add support for TI Beagleboard xM. 2010-09-20 09:17:28 +02:00
ti_beagleboard.cfg Dirk Behme <dirk.behme@googlemail.com> Add default fall back freqency. 2009-09-04 08:27:08 +00:00
ti_beaglebone.cfg Revert "board: don't hardcode interface for ti_beaglebone" 2015-11-04 12:19:55 +00:00
ti_blaze.cfg omap4430: add Blaze config 2011-03-13 14:59:39 +01:00
ti_pandaboard_es.cfg pandaboard: add initial TCL support for pandaboard-es 2012-04-18 20:32:08 +00:00
ti_pandaboard.cfg TCL configs for OMAP4430 and Pandaboard 2011-01-31 08:57:50 +01:00
ti_tmdx570ls20susb.cfg TI TMS570 USB Kit board config 2015-04-24 14:55:16 +01:00
ti_tmdx570ls31usb.cfg add TI TMS570 support scripts 2013-11-06 13:06:41 +00:00
ti-cc3200-launchxl.cfg cfg: add board and target configs for TI SimpleLink Wi-Fi CC3200 LaunchPad 2015-02-22 19:00:34 +00:00
topas910.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
topasa900.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
tp-link_tl-mr3020.cfg tcl: replace $TARGETNAME with $_TARGETNAME 2015-08-06 13:07:49 +01:00
twr-k60f120m.cfg tcl/board/twr-k60f120m: remove useless flash bank 0 definition 2015-03-25 20:48:11 +00:00
twr-k60n512.cfg tcl/board: Remove pflash.0 bank from twr-k60n512.cfg 2015-11-20 18:27:54 +00:00
tx25_stk5.cfg Support for KaRo TX25 CPU Module on a StarterkitV base board 2012-04-10 12:15:16 +00:00
tx27_stk5.cfg Made BI-swap optional in mxc. 2011-12-23 09:39:48 +00:00
unknown_at91sam9260.cfg TCL: fix non TCL comments 2010-12-18 21:04:22 +01:00
uptech_2410.cfg uptech2410 2011-06-02 12:17:28 +02:00
verdex.cfg Verdex: Add support for Gumstix Verdex boards. 2011-10-01 13:11:02 +02:00
voipac.cfg Add Voipac PXA270 module support 2010-04-26 07:08:55 +02:00
voltcraft_dso-3062c.cfg Initial config for the Voltcraft DSO-3062C. 2012-04-02 00:02:56 +00:00
x300t.cfg TCL scripts: update to current "flash bank" syntax 2010-03-26 08:42:58 +01:00
xmc-2go.cfg tcl/board: Add Infineon XMC 2Go config 2015-04-14 11:53:20 +01:00
xmc1100-boot-kit.cfg tcl/board: Add Infineon XMC1100 Boot Kit config 2015-04-14 11:52:35 +01:00
xmc4200-application-kit-actuator.cfg tcl/board: Add Infineon XMC4200 Application Kit config 2015-04-14 11:37:40 +01:00
xmc4500-application-kit-general.cfg xmc4500-application-kit-general: Drop srst_nogate 2015-04-24 15:13:03 +01:00
xmc4500-application-kit-sdram.cfg tcl/board: Add Infineon XMC4500 Application Kit configs 2015-04-14 11:36:58 +01:00
xmc4500-relax.cfg tcl/board: Add Infineon XMC4500 Relax Kit config 2015-04-14 11:38:19 +01:00
xmc4700-relax.cfg tcl/board: Add Infineon XMC4700 Relax Kit Series config 2015-12-29 20:37:39 +00:00
xmc4800-relax.cfg tcl/board: Add Infineon XMC4800 Relax EtherCAT Kit config 2015-12-18 18:25:45 +00:00
xmos_xk-xac-xa8_arm.cfg tcl/board: Add config for XMOS xCORE-XA Core Module ARM debugging 2015-10-30 12:40:40 +00:00
zy1000.cfg target config files: Fix whitespace issues. 2011-11-07 16:16:33 +00:00