]> git.sur5r.net Git - openocd/commit
quark_x10xx: add new target quark_x10xx
authorAdrian Burns <adrian.burns@intel.com>
Thu, 6 Feb 2014 17:11:15 +0000 (17:11 +0000)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Tue, 11 Feb 2014 13:07:29 +0000 (13:07 +0000)
commit1338cf60b91c582fa4b27d5226ab4374117be415
tree1dbf81001fe7a650372b88c7c979c62b121d47f5
parent005d85d56cfed72326f73e93eae105840b21645d
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>
README
doc/openocd.texi
src/target/Makefile.am
src/target/lakemont.c [new file with mode: 0644]
src/target/lakemont.h [new file with mode: 0644]
src/target/quark_x10xx.c [new file with mode: 0644]
src/target/target.c
src/target/x86_32_common.c [new file with mode: 0644]
src/target/x86_32_common.h [new file with mode: 0644]
tcl/board/quark_x10xx_board.cfg [new file with mode: 0644]
tcl/target/quark_x10xx.cfg [new file with mode: 0644]