From: OpenOCD-Gerrit <ope...@us...> - 2020-06-06 17:02:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via fe13f61539b5ee27e14e8675c9ebe36a6ca034d4 (commit) via 3076fc601d9b4f8adf8aa080f550cb96290af60f (commit) from 4c364b453488fb5d30c32dfb4f294c30d255d7bf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fe13f61539b5ee27e14e8675c9ebe36a6ca034d4 Author: Marc Schink <de...@za...> Date: Wed Feb 26 12:56:33 2020 +0100 tcl/boards: Rename 'ek-tm4c123gxl.cfg' to 'ti_ek-tm4c123gxl.cfg' The new filename has a proper vendor prefix. Keep the old configuration file for now but show a "deprecated" warning at runtime. Change-Id: I13871ec13709055843e23b1b6da90694fd60505e Signed-off-by: Marc Schink <de...@za...> Reviewed-on: http://openocd.zylin.com/5477 Tested-by: jenkins Reviewed-by: Karl Palsson <ka...@tw...> Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/board/ek-tm4c123gxl.cfg b/tcl/board/ek-tm4c123gxl.cfg index 4fc1050c7..3e497ba19 100644 --- a/tcl/board/ek-tm4c123gxl.cfg +++ b/tcl/board/ek-tm4c123gxl.cfg @@ -1,13 +1,3 @@ -# -# TI Tiva C Series ek-tm4c123gxl Launchpad Evaluation Kit -# -# http://www.ti.com/tool/ek-tm4c123gxl -# +echo "WARNING: board/ek-tm4c123gxl.cfg is deprecated, please switch to board/ti_ek-tm4c123gxl.cfg" -source [find interface/ti-icdi.cfg] - -transport select hla_jtag - -set WORKAREASIZE 0x8000 -set CHIPNAME tm4c123gh6pm -source [find target/stellaris.cfg] +source [find board/ti_ek-tm4c123gxl.cfg] diff --git a/tcl/board/ek-tm4c123gxl.cfg b/tcl/board/ti_ek-tm4c123gxl.cfg similarity index 100% copy from tcl/board/ek-tm4c123gxl.cfg copy to tcl/board/ti_ek-tm4c123gxl.cfg commit 3076fc601d9b4f8adf8aa080f550cb96290af60f Author: Marc Schink <de...@za...> Date: Wed Feb 26 12:51:35 2020 +0100 tcl/boards: Rename 'dk-tm4c129.cfg' to 'ti_dk-tm4c129.cfg' The new filename has a proper vendor prefix. Keep the old configuration file for now but show a "deprecated" warning at runtime. Change-Id: I30fcb8f291d401acaa1fe665db0eeabc250d24b6 Signed-off-by: Marc Schink <de...@za...> Reviewed-on: http://openocd.zylin.com/5476 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tar...@gm...> Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/board/dk-tm4c129.cfg b/tcl/board/dk-tm4c129.cfg index f1171af12..2c7de290d 100644 --- a/tcl/board/dk-tm4c129.cfg +++ b/tcl/board/dk-tm4c129.cfg @@ -1,14 +1,3 @@ -# -# TI Tiva C DK-TM4C129X Connected Development Kit -# -# http://www.ti.com/tool/dk-tm4c129x -# +echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg" -source [find interface/ti-icdi.cfg] - -transport select hla_jtag - -set WORKAREASIZE 0x8000 -set CHIPNAME tm4c129xnczad - -source [find target/stellaris.cfg] +source [find board/ti_dk-tm4c129.cfg] diff --git a/tcl/board/dk-tm4c129.cfg b/tcl/board/ti_dk-tm4c129.cfg similarity index 100% copy from tcl/board/dk-tm4c129.cfg copy to tcl/board/ti_dk-tm4c129.cfg ----------------------------------------------------------------------- Summary of changes: tcl/board/dk-tm4c129.cfg | 15 ++------------- tcl/board/ek-tm4c123gxl.cfg | 14 ++------------ tcl/board/{dk-tm4c129.cfg => ti_dk-tm4c129.cfg} | 0 tcl/board/{ek-tm4c123gxl.cfg => ti_ek-tm4c123gxl.cfg} | 0 4 files changed, 4 insertions(+), 25 deletions(-) copy tcl/board/{dk-tm4c129.cfg => ti_dk-tm4c129.cfg} (100%) copy tcl/board/{ek-tm4c123gxl.cfg => ti_ek-tm4c123gxl.cfg} (100%) hooks/post-receive -- Main OpenOCD repository |