mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
tcl/board: Add Renesas Falcon board
Add board configuration for Renesas Falcon board based on the R8A779A0 V3U SoC. Change-Id: If8369f2e2b97dfea9ccbee2c9b916ef7094f9b92 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/6315 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
7c8a068a40
commit
fb34fd60ca
10
tcl/board/renesas_falcon.cfg
Normal file
10
tcl/board/renesas_falcon.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Renesas R-Car V3U Falcon Board Config
|
||||
|
||||
# The Falcon board comes with either an V3U SOC.
|
||||
|
||||
echo "\nFalcon:"
|
||||
if { ![info exists SOC] } {
|
||||
set SOC V3U
|
||||
}
|
||||
source [find target/renesas_rcar_gen3.cfg]
|
||||
Reference in New Issue
Block a user