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:
committed by
Andreas Fritiofson
parent
005d85d56c
commit
1338cf60b9
@@ -35,6 +35,7 @@ libtarget_la_SOURCES = \
|
||||
$(AVR32_SRC) \
|
||||
$(MIPS32_SRC) \
|
||||
$(NDS32_SRC) \
|
||||
$(INTEL_IA32_SRC) \
|
||||
avrt.c \
|
||||
dsp563xx.c \
|
||||
dsp563xx_once.c \
|
||||
@@ -124,6 +125,10 @@ NDS32_SRC = \
|
||||
nds32_v3m.c \
|
||||
nds32_aice.c
|
||||
|
||||
INTEL_IA32_SRC = \
|
||||
quark_x10xx.c \
|
||||
lakemont.c \
|
||||
x86_32_common.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
algorithm.h \
|
||||
@@ -191,7 +196,9 @@ noinst_HEADERS = \
|
||||
nds32_v3_common.h \
|
||||
nds32_v3.h \
|
||||
nds32_v3m.h \
|
||||
nds32_aice.h
|
||||
nds32_aice.h \
|
||||
lakemont.h \
|
||||
x86_32_common.h
|
||||
|
||||
ocddatadir = $(pkglibdir)
|
||||
nobase_dist_ocddata_DATA =
|
||||
|
||||
Reference in New Issue
Block a user