riscv-openocd/src
Eric Wetzel 36dec1b319 stellaris: device IDs
I added the remaining devices and device IDs to stellaris.c, and
removed several devices that don't exist on the Stellaris web page.

Additionally, I found a few devices with duplicate IDs ... the DID1
Version Number for LM3Sxxx parts have DID1 Version = 0x0, and for
LM3Sxxxx have DID1 Version = 0x1. So I extended the comparison to
use the VER and FAM fields from DID1 also.

ID=0x33: LM3S812 (DID1v0) and LM3S2616 (DID1v1)
ID=0x39: LM3S808 (DID1v0) and LM3S2276 (DID1v1)

These are the parts I removed from the file for lack of documentation
(no data sheet to confirm part ID):

  LM3S318,
  LM3S1101, LM3S1108,
  LM3S1615, LM3S1616,
  LM3S2016,
  LM3S2101, LM3S2108,
  LM3S3759, LM3S3768,
  LM3S5757, LM3S5767, LM3S5768, LM3S5769,
  LM3S6815, LM3S6816,
  LM3S6915, LM3S6916,
  LM3S6111, LM3S6118.

Also, sort devices according to part number.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-14 15:59:01 -08:00
..
flash stellaris: device IDs 2009-12-14 15:59:01 -08:00
helper build: add build/src to include path 2009-12-08 10:16:10 +01:00
jtag jtag: add '-ignore-version' option 2009-12-14 15:55:51 -08:00
pld build: add build/src to include path 2009-12-08 10:16:10 +01:00
server server: add server_preinit which is called before config file is parsed. 2009-12-11 10:26:15 +00:00
svf build: add build/src to include path 2009-12-08 10:16:10 +01:00
target target files shouldn't #include <target/...h> 2009-12-13 12:52:23 -08:00
xsvf build: add build/src to include path 2009-12-08 10:16:10 +01:00
Makefile.am build: add build/src to include path 2009-12-08 10:16:10 +01:00
ecosboard.c zy1000: remove unecessary include 2009-12-08 10:16:25 +01:00
hello.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c server: add server_preinit which is called before config file is parsed. 2009-12-11 10:26:15 +00:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00