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>
This commit is contained in:
committed by
Andreas Fritiofson
parent
3e07e1cdfa
commit
a4ce9a2c71
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user