This is an automated email from Gerrit. Peter Mamonov ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5249
-- gerrit commit f6c1f1df4798eab1cd4ec076d5816dd74455cf5c Author: Peter Mamonov <[email protected]> Date: Wed Jun 26 18:43:16 2019 +0300 tcl/target: add support for Cavium Octeon II CN61xx Change-Id: Ia14854bc64f5a31b6591be69be4edee9cd1310c3 Signed-off-by: Peter Mamonov <[email protected]> diff --git a/tcl/target/cavium_cn61xx.cfg b/tcl/target/cavium_cn61xx.cfg new file mode 100644 index 0000000..5bce5d7 --- /dev/null +++ b/tcl/target/cavium_cn61xx.cfg @@ -0,0 +1,10 @@ +# Cavium Octeon II CN61xx (PrID 0x000D9301) + +jtag newtap cpu cpu0 -irlen 5 +jtag newtap cpu cpu1 -irlen 5 + +target create cpu.cpu0 mips_mips64 -chain-position cpu.cpu0 -endian big +target create cpu.cpu1 mips_mips64 -chain-position cpu.cpu1 -endian big +cpu.cpu0 configure -work-area-phys 0xffffffffa2000000 -work-area-size 0x20000 + +targets cpu.cpu0 -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
