Marcel Telka
|
2b799c36b9
|
2003-02-18 Marcel Telka <marcel@telka.sk>
* configure.ac (AC_CONFIG_FILES): Added src/bus/Makefile.
* src/bus.h: Moved this file...
* include/bus.h: ...here.
* include/Makefile.am (noinst_HEADERS): Added bus.h.
* src/ixp425.c: Moved this file...
* src/bus/ixp425.c: ...here.
* src/pxa250.c: Moved this file...
* src/bus/pxa2x0.c: ...here.
* src/sa1110.c: Moved this file...
* src/bus/sa1110.c: ...here.
* src/bus/Makefile.am: New file.
* src/Makefile.am (SUBDIRS): Added bus.
(jtag_SOURCES): Removed bus.h, ixp425.c, pxa250.c, sa1110.c.
(jtag_DEPENDENCIES): Added libbus.a.
(jtag_LDADD): Ditto.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@368 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
|
22 years ago |
Marcel Telka
|
dfd76356a2
|
2003-01-08 Marcel Telka <marcel@telka.sk>
* include/Makefile.am: Removed ctrl.h, added cable.h.
* include/ctrl.h: Removed obsolete file.
* include/cable.h: Added common declarations for JTAG cable drivers.
* src/detect.c: Replaced ctrl.h include with cable.h (JTAG cable driver support).
* src/discovery.c: Ditto.
* src/tap/tap.c: Ditto.
* src/help.c: Added help for new command 'cable'.
* src/jtag.c: Added support for JTAG cable drivers, added new command 'cable'.
* src/tap/Makefile.am: Removed ctrl.c, added cable/ea253.c, updated includes.
* src/tap/ctrl.c: Removed obsolete file.
* src/tap/state.c: Changed default TRST state to 1.
* src/tap/cable/ea253.c: Added driver for EA253 JTAG cable.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@294 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
|
22 years ago |