aboutsummaryrefslogtreecommitdiff
path: root/src/target/quark_x10xx.c
diff options
context:
space:
mode:
authorIvan De Cesaris <ivan.de.cesaris@intel.com>2016-01-12 16:30:18 +0100
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-13 22:55:41 +0000
commita4ce9a2c719b1f7536ada1c9fa8f1eb672b04897 (patch)
tree3e57cd84810f6bb309d29202c40a26af67567cb9 /src/target/quark_x10xx.c
parent3e07e1cdfac63d5fb93260803d16e79f292dae73 (diff)
downloadriscv-openocd-a4ce9a2c719b1f7536ada1c9fa8f1eb672b04897.zip
riscv-openocd-a4ce9a2c719b1f7536ada1c9fa8f1eb672b04897.tar.gz
riscv-openocd-a4ce9a2c719b1f7536ada1c9fa8f1eb672b04897.tar.bz2
quark: add Intel Quark mcu D2000 support
Add support for the Intel Quark mcu D2000 using the new quark_d2xx target. Changes to the lakemont part are needed for the D2000 core and backwards compatible with the X1000 one. Change-Id: I6e1ef5a5d116344942f08e413965abd3945235fa Signed-off-by: Ivan De Cesaris <ivan.de.cesaris@intel.com> Reviewed-on: http://openocd.zylin.com/3199 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/target/quark_x10xx.c')
-rw-r--r--src/target/quark_x10xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/quark_x10xx.c b/src/target/quark_x10xx.c
index 9a1ccb6..a3b8a26 100644
--- a/src/target/quark_x10xx.c
+++ b/src/target/quark_x10xx.c
@@ -1,5 +1,5 @@
/*
- * Copyright(c) 2013 Intel Corporation.
+ * Copyright(c) 2013-2016 Intel Corporation.
*
* Adrian Burns (adrian.burns@intel.com)
* Thomas Faust (thomas.faust@intel.com)
@@ -61,6 +61,7 @@ int quark_x10xx_target_create(struct target *t, Jim_Interp *interp)
}
x86_32_common_init_arch_info(t, x86_32);
lakemont_init_arch_info(t, x86_32);
+ x86_32->core_type = LMT1;
return ERROR_OK;
}