This website requires JavaScript.
Explore
Help
Sign In
interesting
/
riscv-openocd
mirror of
https://github.com/riscv/riscv-openocd.git
Watch
1
Star
0
Fork
You've already forked riscv-openocd
0
Code
Issues
Projects
Releases
Wiki
Activity
8a522d96c7
riscv-openocd
/
tcl
/
board
/
renesas_silk.cfg
5 lines
91 B
INI
Raw
Normal View
History
Unescape
Escape
tcl/board: Add Renesas R-Car R8A7794 E2 Silk board Add configuration for the Renesas R-Car R8A7794 E2 based Silk evaluation board. Change-Id: I504b5630b1a2791ed6967c6c2af8851ceef9723f Signed-off-by: Marek Vasut <marek.vasut@gmail.com> --- NOTE: This requires SW7[1] in position 1 (default is 0) Reviewed-on: http://openocd.zylin.com/4532 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
2018-04-21 08:59:23 -05:00
# Renesas R-Car E2 Evaluation Board
tcl/target: Switch Renesas R-Car Gen2 boards to new config Switch Renesas R-Car Gen2 boards which are currently supported from the old ad-hoc SoC configuration to the new unified configuration. Change-Id: I8a67bceb3ae92d840ae4dbac20868c75e83f7d58 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/5398 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
2020-01-07 15:54:32 -06:00
set SOC E2
source [find target/renesas_rcar_gen2.cfg]