2001-12-04 Tuesday 18:36  npat

	* doc/ianjtag.html (1.7):
	
	R1_2 (support for PCI1149) announcement

2001-12-04 Tuesday 18:35  npat

	* Makefile (1.5):
	
	Added comments for compiling with PCI1149 support

2001-12-04 Tuesday 13:18  npat

	* ChangeLog (1.3):
	
	New release 1.1a

2001-12-04 Tuesday 13:09  npat

	* CONTRIBUTORS (1.1), Makefile (1.4), jtag1149.c (1.1):
	
	Incorporated the Corelis PCI1149 code contributed by Peter Smith of
	InfiniCon Systems

2001-11-20 Tuesday 15:45  npat

	* ChangeLog (1.2):
	
	New release 1.1

2001-11-20 Tuesday 15:44  npat

	* doc/ChangeLog (1.2):
	
	Removed doc/ChangeLog

2001-11-20 Tuesday 15:40  npat

	* doc/ianjtag.html (1.6):
	
	Documentation update

2001-11-20 Tuesday 14:57  npat

	* pjtag.h (1.4):
	
	Changed definitions of std. command codes from "unsigned long" to
	"long" to allow for negative "sentinel" values. 31 bits for command
	codes will more than enough.

2001-11-20 Tuesday 14:41  npat

	* jtag.c (1.3), jtag.h (1.2), pjtag.h (1.3), pjtag_sa1110.c (1.5):
	
	Moved std JTAG command codes form the low-level module (jtag.[ch])
	to the processor support module(s) (pjtag_*.[ch]). Also added
	fields in the PSM interface structure, to keep the std. command
	codes.

2001-11-19 Monday 20:40  npat

	* jtag.c (1.2):
	
	Made timings more conformant to the JTAG standard

2001-11-19 Monday 20:30  npat

	* fjtag_isf2x16.c (1.8):
	
	Removed leftover debuging printf

2001-11-19 Monday 20:26  npat

	* fjtag_isf2x16.c (1.7):
	
	Fixed silly bug manifesting when searching idcodes.

2001-11-19 Monday 20:13  npat

	* .cvsignore (1.2), Makefile (1.3), ianjflash.c (1.5),
	ianjflash.txt (1.1), txt2c.sh (1.1):
	
	Added several bells and whistles to the "ianjflash" front-end.	See
	new usage screen for details. Also fixed several minor bugs.

2001-11-19 Monday 20:08  npat

	* fjtag_isf2x16.c (1.6):
	
	Added mask fields in fl_idcodes table. One for man_id and one for
	dev_id

2001-11-19 Monday 14:11  npat

	* fjtag.h (1.2), fjtag_isf2x16.c (1.5), ianjflash.c (1.4), pjtag.h
	(1.2), pjtag_sa1110.c (1.4):
	
	Made "ianjflash" report the processor-id or flash-id (numerically)
	incase the devices are not identified.

2001-11-19 Monday 13:30  npat

	* pjtag_sa1110.c (1.3):
	
	Added a "mask" field in the "idcodes" table, so that certain fields
	of the processor's id code (i.e. its sepping revision) can be
	ignored.

2001-11-19 Monday 13:25  npat

	* ianjflash.c (1.3):
	
	Fixed bug that caused ianjtag to crash when no flash support module
	was detected

2001-11-16 Friday 16:05  npat

	* .cvsignore (1.1):
	
	Added ".cvsignore" to ignore the build products

2001-11-08 Thursday 13:12  npat

	* Makefile (1.2), doc/ianjtag.html (1.5),
	doc/jtag-intro/jtag-intro.html (1.3):
	
	Added distclean target in Makefile Fixed several typos in docs

2001-10-30 Tuesday 12:25  tharvan

	* pjtag_sa1110.c (1.2):
	
	Added new idcode.

2001-08-27 Monday 19:19  npat

	* doc/ianjtag.html (1.4):
	
	Minor documentation changes

2001-07-02 Monday 14:25  npat

	* doc/ianjtag.html (1.3):
	
	Yet another doc typo fix

2001-07-02 Monday 14:15  npat

	* doc/: ianjtag.html (1.2), jtag-intro/jtag-intro.html (1.2):
	
	Fixed misc typos in doc

2001-07-02 Monday 13:59  npat

	* ChangeLog (1.1), GPL.txt (1.1), doc/ChangeLog (1.1), doc/GPL.txt
	(1.1), doc/ian-logo.png (1.1), doc/ianjtag.html (1.1),
	doc/jtag-intro/ian-logo.png (1.1),
	doc/jtag-intro/jtag-arch-large.png (1.1),
	doc/jtag-intro/jtag-arch-small.png (1.1),
	doc/jtag-intro/jtag-arch.fig (1.1), doc/jtag-intro/jtag-intro.html
	(1.1), doc/jtag-intro/jtag-state-machine-large.png (1.1),
	doc/jtag-intro/jtag-state-machine-small.png (1.1),
	doc/jtag-intro/jtag-state-machine.fig (1.1):
	
	HTML-ized documentation and moved it in the "doc" subdirectory.

2001-06-29 Friday 00:29  npat

	* fjtag_isf2x16.c (1.4):
	
	Fixed nasty bug in fl_do_eraseblock(). Actually there was an error
	in Intel's documentation!

2001-06-28 Thursday 23:30  npat

	* fjtag_isf2x16.c (1.3):
	
	Removed left-over debugging prontf form 'fl_do_wirte()'

2001-06-28 Thursday 23:28  npat

	* README (1.2), fjtag_isf2x16.c (1.2):
	
	Fixed nasty allignment bug on clalulation of 'bs' in
	'fl_do_write()', file 'fjtag_isf2x16.c'.  Write tones of
	documentation

2001-06-26 Tuesday 18:55  npat

	* ianjflash.c (1.2):
	
	Made ianjtag_init set the base_addr and mem_size conf. options to
	the respective defaults if they are not given by the user.

2001-06-26 Tuesday 17:11  npat

	* Makefile (1.1.1.1), README (1.1.1.1), fjtag.h (1.1.1.1),
	fjtag_isf2x16.c (1.1.1.1), fjtag_isf2x16.h (1.1.1.1), gnu_getopt.c
	(1.1.1.1), gnu_getopt.h (1.1.1.1), gnu_getopt_long.c (1.1.1.1),
	gnu_getoptdis.h (1.1.1.1), ianjflash.c (1.1.1.1), jtag.c (1.1.1.1),
	jtag.h (1.1.1.1), pjtag.h (1.1.1.1), pjtag_sa1110.c (1.1.1.1),
	pjtag_sa1110.h (1.1.1.1):
	
	Imported sources

2001-06-26 Tuesday 17:11  npat

	* Makefile (1.1), README (1.1), fjtag.h (1.1), fjtag_isf2x16.c
	(1.1), fjtag_isf2x16.h (1.1), gnu_getopt.c (1.1), gnu_getopt.h
	(1.1), gnu_getopt_long.c (1.1), gnu_getoptdis.h (1.1), ianjflash.c
	(1.1), jtag.c (1.1), jtag.h (1.1), pjtag.h (1.1), pjtag_sa1110.c
	(1.1), pjtag_sa1110.h (1.1):
	
	Initial revision

