From aaff3610116bab246906ad929b5f0179cbe09577 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 29 May 2015 16:06:09 -0700 Subject: flash_ec: split interface config from chip configs rename setup_openocd -> flash_openocd refactor so that flash_npcx and flash_lm4 set OCD_CMDS and call flash_openocd BRANCH=none BUG=chrome-os-partner:22990 TEST=run flash_ec before and after and compare the sequence of calls to dut-control and the command-line args to openocd tested with ryu (non-lm4), samus, link, npcx_evb, and peppy Change-Id: I7a05e3219d4b324bcf19a20f86b149f8e3377465 Signed-off-by: Myles Watson Reviewed-on: https://chromium-review.googlesource.com/273907 Reviewed-by: Randall Spangler --- util/openocd/lm4_chip.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util/openocd/lm4_chip.cfg (limited to 'util/openocd/lm4_chip.cfg') diff --git a/util/openocd/lm4_chip.cfg b/util/openocd/lm4_chip.cfg new file mode 100644 index 0000000000..ec3bb4143c --- /dev/null +++ b/util/openocd/lm4_chip.cfg @@ -0,0 +1,4 @@ + +source [find target/stellaris.cfg] +source [find lm4x_cmds.tcl] + -- cgit v1.2.1