From c5b0b6fb85d239d3d063c3acb5346aa1f6ac1f74 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Tue, 4 Apr 2017 16:49:17 -0700 Subject: [PATCH] debug: bump openOCD version to pick up read_mem fix. Use MemTest64 instead because it's more likely to fail than SimpleS0Test --- regression/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression/Makefile b/regression/Makefile index 4b3a7dd4..4d4e7abf 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -218,7 +218,7 @@ stamps/%/emulator-torture-$(TORTURE_CONFIG).stamp: stamps/%/emulator-debug.stamp #OPENOCD_HEAD ?= riscv OPENOCD_INSTALL ?= $(abspath $(TOP))/openocd-install #OPENOCD_VERSION = $(shell git ls-remote http://github.com/sifive/openocd.git $(OPENOCD_HEAD) | awk '{print $$1}') -OPENOCD_VERSION = c7a204b93abbbc286486967588449e7773fe09ac +OPENOCD_VERSION = 02c83d1ef348ce237b72e157fa6df6c4e791feb3 OPENOCD_DIR = $(OPENOCD_INSTALL)_$(OPENOCD_VERSION)/ @@ -236,7 +236,7 @@ install_openocd: $(OPENOCD_DIR)/bin/openocd # If this is defined empty, then all tests would run. # Running a list of tests is not supported. -JTAG_DTM_TEST ?= SimpleS0Test +JTAG_DTM_TEST ?= MemTest64 ifdef DEBUG JTAG_STAMP_SUFFIX=-debug