quark_x10xx: add new target quark_x10xx

Intel Quark X10xx SoC debug support added
Lakemont version 1 (LMT1) is the x86 core in Quark X10xx SoC
Generic x86 32-bit code is in x86_32_common.c/h

Change-Id: If2bf77275cd0277a82558cd9895b4c66155cf368
Signed-off-by: adrian.burns@intel.com
Reviewed-on: http://openocd.zylin.com/1829
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Adrian Burns
2014-02-06 17:11:15 +00:00
committed by Andreas Fritiofson
parent 005d85d56c
commit 1338cf60b9
11 changed files with 3193 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ extern struct target_type nds32_v2_target;
extern struct target_type nds32_v3_target;
extern struct target_type nds32_v3m_target;
extern struct target_type or1k_target;
extern struct target_type quark_x10xx_target;
static struct target_type *target_types[] = {
&arm7tdmi_target,
@@ -130,6 +131,7 @@ static struct target_type *target_types[] = {
&nds32_v3_target,
&nds32_v3m_target,
&or1k_target,
&quark_x10xx_target,
NULL,
};