tcl/board: add SPDX tag

For historical reasons, no license information was added to the
tcl files. This makes trivial adding the SPDX tag through script:
	fgrep -rL SPDX tcl/board | while read a;do \
	sed -i '1{i# SPDX-License-Identifier: GPL-2.0-or-later\n
	}' $a;done

With no specific license information from the author, let's extend
the OpenOCD project license GPL-2.0-or-later to the files.

Change-Id: Ibcf7da62e842aafd036a78db9ea2b9f11f79af16
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7028
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
This commit is contained in:
Antonio Borneo 2022-06-12 23:48:05 +02:00
parent e6505b0489
commit 4157732bd8
319 changed files with 636 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Product page: # Product page:
# https://www.8devices.com/products/lima # https://www.8devices.com/products/lima
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# board config file for AcTux3/XBA IXP42x board # board config file for AcTux3/XBA IXP42x board
# Date: 2010-12-16 # Date: 2010-12-16
# Author: Michael Schwingen <michael@schwingen.org> # Author: Michael Schwingen <michael@schwingen.org>

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Adapteva Parallella-I board (via Porcupine-1 adapter board) # Adapteva Parallella-I board (via Porcupine-1 adapter board)
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Analog Devices ADSP-SC584-EZBRD evaluation board # Analog Devices ADSP-SC584-EZBRD evaluation board
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/alphascale_asm9260t.cfg] source [find target/alphascale_asm9260t.cfg]
reset_config trst_and_srst reset_config trst_and_srst

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Cyclone V SocKit board # Cyclone V SocKit board
# http://www.altera.com/b/arrow-sockit.html # http://www.altera.com/b/arrow-sockit.html

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# DANGER!!!! early work in progress for this PCB/target. # DANGER!!!! early work in progress for this PCB/target.
# #
# The most basic operations work well enough that it is # The most basic operations work well enough that it is

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This board is from ARM and has an samsung s3c45101x01 chip # This board is from ARM and has an samsung s3c45101x01 chip
source [find target/samsung_s3c4510.cfg] source [find target/samsung_s3c4510.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Configuration script for ARM Musca-A development board # Configuration script for ARM Musca-A development board
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Arty S7: Spartan7 25/50 FPGA Board for Makers and Hobbyists # Arty S7: Spartan7 25/50 FPGA Board for Makers and Hobbyists
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# http://wikidevi.com/wiki/ASUS_RT-N16 # http://wikidevi.com/wiki/ASUS_RT-N16
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# http://wikidevi.com/wiki/Asus_RT-N66U # http://wikidevi.com/wiki/Asus_RT-N66U
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4394 # http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4394
# #
# use combined on interfaces or targets that can't set TRST/SRST separately # use combined on interfaces or targets that can't set TRST/SRST separately

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#Script for AT91EB40a #Script for AT91EB40a
# FIXME use some standard target config, maybe create one from this # FIXME use some standard target config, maybe create one from this

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# This is for the "at91rm9200-DK" (not the EK) eval board. # This is for the "at91rm9200-DK" (not the EK) eval board.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Copyright 2010 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> # Copyright 2010 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Atmel AT91SAM9261-EK eval board # Atmel AT91SAM9261-EK eval board
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Atmel AT91SAM9263-EK eval board # Atmel AT91SAM9263-EK eval board
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################################# #################################################################################################
# # # #
# Author: Gary Carlson (gcarlson@carlson-minot.com) # # Author: Gary Carlson (gcarlson@carlson-minot.com) #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Atmel AT91SAM7S-EK # Atmel AT91SAM7S-EK
# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3784 # http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3784

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Atmel AT91SAM9260-EK eval board # Atmel AT91SAM9260-EK eval board
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# #
# Generated for Atmel AT91SAM9RL-EK evaluation board using Atmel SAM-ICE (J-Link) V6 # Generated for Atmel AT91SAM9RL-EK evaluation board using Atmel SAM-ICE (J-Link) V6

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Board configuration for Atmel's SAM3N-EK # Board configuration for Atmel's SAM3N-EK

View File

@ -1 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/at91sam3sXX.cfg] source [find target/at91sam3sXX.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/at91sam3u4e.cfg] source [find target/at91sam3u4e.cfg]
reset_config srst_only reset_config srst_only

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/at91sam3ax_8x.cfg] source [find target/at91sam3ax_8x.cfg]
reset_config srst_only reset_config srst_only

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This is an SAM4E-EK board with a single SAM4E16 chip. # This is an SAM4E-EK board with a single SAM4E16 chip.
# http://www.atmel.com/tools/sam4e-ek.aspx # http://www.atmel.com/tools/sam4e-ek.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAM4L8 Xplained Pro evaluation kit. # Atmel SAM4L8 Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAM4L8-XPRO.aspx # http://www.atmel.com/tools/ATSAM4L8-XPRO.aspx

View File

@ -1 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/at91sam4sXX.cfg] source [find target/at91sam4sXX.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAM4S Xplained Pro evaluation kit. # Atmel SAM4S Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAM4S-XPRO.aspx # http://www.atmel.com/tools/ATSAM4S-XPRO.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMC20 Xplained Pro evaluation kit. # Atmel SAMC20 Xplained Pro evaluation kit.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMC21 Xplained Pro evaluation kit. # Atmel SAMC21 Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAMC21-XPRO.aspx # http://www.atmel.com/tools/ATSAMC21-XPRO.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMD10 Xplained mini evaluation kit. # Atmel SAMD10 Xplained mini evaluation kit.
# http://www.atmel.com/tools/atsamd10-xmini.aspx # http://www.atmel.com/tools/atsamd10-xmini.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMD11 Xplained Pro evaluation kit. # Atmel SAMD11 Xplained Pro evaluation kit.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMD20 Xplained Pro evaluation kit. # Atmel SAMD20 Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAMD20-XPRO.aspx # http://www.atmel.com/tools/ATSAMD20-XPRO.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMD21 Xplained Pro evaluation kit. # Atmel SAMD21 Xplained Pro evaluation kit.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAME70 Xplained evaluation kit. # Atmel SAME70 Xplained evaluation kit.
# http://www.atmel.com/tools/ATSAME70-XPLD.aspx # http://www.atmel.com/tools/ATSAME70-XPLD.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMG53 Xplained Pro evaluation kit. # Atmel SAMG53 Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAMG53-XPRO.aspx # http://www.atmel.com/tools/ATSAMG53-XPRO.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMG55 Xplained Pro evaluation kit. # Atmel SAMG55 Xplained Pro evaluation kit.
# http://www.atmel.com/tools/ATSAMG55-XPRO.aspx # http://www.atmel.com/tools/ATSAMG55-XPRO.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAML21 Xplained Pro evaluation kit. # Atmel SAML21 Xplained Pro evaluation kit.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMR21 Xplained Pro evaluation kit. # Atmel SAMR21 Xplained Pro evaluation kit.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Atmel SAMV71 Xplained Ultra evaluation kit. # Atmel SAMV71 Xplained Ultra evaluation kit.
# http://www.atmel.com/tools/ATSAMV71-XULT.aspx # http://www.atmel.com/tools/ATSAMV71-XULT.aspx

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# AVNET UltraZED EG StarterKit # AVNET UltraZED EG StarterKit
# ZynqMP UlraScale-EG plus IO Carrier with on-board digilent smt2 # ZynqMP UlraScale-EG plus IO Carrier with on-board digilent smt2

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Config for balloon3 board, cpu JTAG port. http://balloonboard.org/ # Config for balloon3 board, cpu JTAG port. http://balloonboard.org/
# The board has separate JTAG ports for cpu and CPLD/FPGA devices # The board has separate JTAG ports for cpu and CPLD/FPGA devices
# Chaining is done on IO interfaces if desired. # Chaining is done on IO interfaces if desired.

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# BCM28155_AP # BCM28155_AP
adapter speed 20000 adapter speed 20000

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Board configuration for BlueField SoC. # Board configuration for BlueField SoC.
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# BT HomeHub v1 # BT HomeHub v1
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Toradex Colibri PXA270 # Toradex Colibri PXA270
source [find target/pxa270.cfg] source [find target/pxa270.cfg]
reset_config trst_and_srst srst_push_pull reset_config trst_and_srst srst_push_pull

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Crossbow Technology iMote2 # Crossbow Technology iMote2
set CHIPNAME imote2 set CHIPNAME imote2

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Cogent CSB337 # Cogent CSB337
# http://cogcomp.com/csb_csb337.htm # http://cogcomp.com/csb_csb337.htm

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# The Cogent CSB732 board has a single i.MX35 chip # The Cogent CSB732 board has a single i.MX35 chip
source [find target/imx35.cfg] source [find target/imx35.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#DA850 EVM board #DA850 EVM board
# http://focus.ti.com/dsp/docs/thirdparty/catalog/devtoolsproductfolder.tsp?actionPerformed=productFolder&productId=5939 # http://focus.ti.com/dsp/docs/thirdparty/catalog/devtoolsproductfolder.tsp?actionPerformed=productFolder&productId=5939
# http://www.logicpd.com/products/development-kits/zoom-omap-l138-evm-development-kit # http://www.logicpd.com/products/development-kits/zoom-omap-l138-evm-development-kit

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
###################################### ######################################
# Target: DIGI ConnectCore Wi-9C # Target: DIGI ConnectCore Wi-9C
###################################### ######################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Digilent Analog Discovery # Digilent Analog Discovery
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# http://digilentinc.com/atlys/ # http://digilentinc.com/atlys/
# #
# The Digilent Atlys normally requires proprietary tools to program and will # The Digilent Atlys normally requires proprietary tools to program and will

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Digilent Zedboard Rev.C, Rev.D with Xilinx Zynq chip # Digilent Zedboard Rev.C, Rev.D with Xilinx Zynq chip
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Diolan LPC-4350-DB1 development board # Diolan LPC-4350-DB1 development board
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Diolan LPC-4357-DB1 development board # Diolan LPC-4357-DB1 development board
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg" echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg"
source [find board/ti_dk-tm4c129.cfg] source [find board/ti_dk-tm4c129.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# DM355 EVM board # DM355 EVM board
# http://focus.ti.com/docs/toolsw/folders/print/tmdsevm355.html # http://focus.ti.com/docs/toolsw/folders/print/tmdsevm355.html
# http://c6000.spectrumdigital.com/evmdm355/ # http://c6000.spectrumdigital.com/evmdm355/

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# DM365 EVM board -- Beta # DM365 EVM board -- Beta
# http://focus.ti.com/docs/toolsw/folders/print/tmdxevm365.html # http://focus.ti.com/docs/toolsw/folders/print/tmdxevm365.html
# http://support.spectrumdigital.com/boards/evmdm365 # http://support.spectrumdigital.com/boards/evmdm365

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# DM6446 EVM board # DM6446 EVM board
# http://focus.ti.com/docs/toolsw/folders/print/tmdsevm6446.html # http://focus.ti.com/docs/toolsw/folders/print/tmdsevm6446.html
# http://c6000.spectrumdigital.com/davincievm/ # http://c6000.spectrumdigital.com/davincievm/

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Dangerous Prototypes - Bus Blaster # Dangerous Prototypes - Bus Blaster
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Product page: # Product page:
# https://www.dptechnics.com/en/products/dpt-board-v1.html # https://www.dptechnics.com/en/products/dpt-board-v1.html
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Genesi USA EfikaMX # Genesi USA EfikaMX
# http://www.genesi-usa.com/products/efika # http://www.genesi-usa.com/products/efika

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Configuration for EFM32 boards with on-board SEGGER J-Link # Configuration for EFM32 boards with on-board SEGGER J-Link
# #
# Tested with Tiny, Giant and Zero Gecko Starter Kit. # Tested with Tiny, Giant and Zero Gecko Starter Kit.

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Elector Internet Radio board # Elector Internet Radio board
# http://www.ethernut.de/en/hardware/eir/index.html # http://www.ethernut.de/en/hardware/eir/index.html

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S1968 Evaluation Kits # TI/Luminary Stellaris LM3S1968 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris lm3s3748 Evaluation Kits # TI/Luminary Stellaris lm3s3748 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S6965 Evaluation Kits # TI/Luminary Stellaris LM3S6965 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier) # TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier)
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S811 Evaluation Kits # TI/Luminary Stellaris LM3S811 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S8962 Evaluation Kits # TI/Luminary Stellaris LM3S8962 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S9B9x Evaluation Kits # TI/Luminary Stellaris LM3S9B9x Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI/Luminary Stellaris LM3S9D92 Evaluation Kits # TI/Luminary Stellaris LM3S9D92 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI Stellaris Launchpad ek-lm4f120xl Evaluation Kits # TI Stellaris Launchpad ek-lm4f120xl Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# TI Stellaris LM4F232 Evaluation Kits # TI Stellaris LM4F232 Evaluation Kits
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
echo "WARNING: board/ek-tm4c123gxl.cfg is deprecated, please switch to board/ti_ek-tm4c123gxl.cfg" echo "WARNING: board/ek-tm4c123gxl.cfg is deprecated, please switch to board/ti_ek-tm4c123gxl.cfg"
source [find board/ti_ek-tm4c123gxl.cfg] source [find board/ti_ek-tm4c123gxl.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
echo "WARNING: board/ek-tm4c1294xl.cfg is deprecated, please switch to board/ti_ek-tm4c1294xl.cfg" echo "WARNING: board/ek-tm4c1294xl.cfg is deprecated, please switch to board/ti_ek-tm4c1294xl.cfg"
source [find board/ti_ek-tm4c1294xl.cfg] source [find board/ti_ek-tm4c1294xl.cfg]

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Embedded Artists eval board for LPC2478 # Embedded Artists eval board for LPC2478
# http://www.embeddedartists.com/ # http://www.embeddedartists.com/

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# configuration file for Emcraft IMX8M-SOM-BSB # configuration file for Emcraft IMX8M-SOM-BSB
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# EmCraft Systems TWR-VF6-SOM-BSB # EmCraft Systems TWR-VF6-SOM-BSB
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# EmCraft Systems Vybrid VF6 SOM # EmCraft Systems Vybrid VF6 SOM
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Ethernut 3 board configuration file # Ethernut 3 board configuration file
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip. # This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip. # This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Board configuration file for the Freescale IMX6Q Sabre SD EVM # Board configuration file for the Freescale IMX6Q Sabre SD EVM
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# #
# Glyn Tonga2 SO-DIMM CPU module (Toshiba TMPA900CMXBG, ARM9) # Glyn Tonga2 SO-DIMM CPU module (Toshiba TMPA900CMXBG, ARM9)
# #

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# config for ESPRESSObin from # config for ESPRESSObin from
# Globalscale Technologies Inc. # Globalscale Technologies Inc.

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on # JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on
# the first interface of a Quad FTDI chip. nTRST is bit 4. # the first interface of a Quad FTDI chip. nTRST is bit 4.
adapter driver ftdi adapter driver ftdi

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Target Configuration for the TinCanTools S3C2410 Based Hammer Module # Target Configuration for the TinCanTools S3C2410 Based Hammer Module
# http://www.tincantools.com # http://www.tincantools.com

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################ ################################################################################
# Author: Michael Trensch (MTrensch@googlemail.com) # Author: Michael Trensch (MTrensch@googlemail.com)
################################################################################ ################################################################################

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Hitex LPC1768 Stick # Hitex LPC1768 Stick
# #
# http://www.hitex.com/?id=1602 # http://www.hitex.com/?id=1602

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Hitex eval board for LPC2929/LPC2939 # Hitex eval board for LPC2929/LPC2939
# http://www.hitex.com/ # http://www.hitex.com/

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Hitex stm32 performance stick # Hitex stm32 performance stick
reset_config trst_and_srst reset_config trst_and_srst

Some files were not shown because too many files have changed in this diff Show More