Marcel Telka
d5b5b52ff3
2003-05-15 Marcel Telka <marcel@telka.sk>
...
* configure.ac (CPPFLAGS): Added path to the openwince include arm directory.
* include/bus.h (bus_width): Added new `adr' parameter for this macro.
All relevant functions and callers updated.
* src/bus/pxa2x0.c (bus_params_t): Added last_adr and MC_registers structure members.
(LAST_ADR, MC_pointer): New macros.
(pxa250_bus_read_start, pxa250_bus_read_next, pxa250_bus_read_end, pxa250_bus_write): Disabled
external bus cycles for addresses above 0x0400000.
(pxa250_bus_width): Removed some output messages. Implemented BOOT_DEF emulation.
(new_pxa250_bus): Implemented BOOT_DEF emulation.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@428 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
8d184b53c5
2003-05-14 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CONFIG_FILES): Added src/flash/Makefile.
* include/Makefile.am (noinst_HEADERS): Added flash.h.
* src/Makefile.am (SUBDIRS): Added flash.
(jtag_SOURCES): Removed flash.h, flash-intel.c, and flash-amd.c.
(jtag_LDADD): Added libflash.
* src/flash-amd.c: Moved this file ...
* src/flash/amd.c: ... here.
* src/flash-intel.c: Moved this file ...
* src/flash/intel.c: ... here.
* src/flash.h: Moved this file ...
* include/flash.h: ...here.
* src/flash/Makefile.am: New file.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@425 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
5bfec021ce
2003-04-02 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_INIT): Changed version number to 0.3.2.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@414 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
882094c9a3
2003-04-02 Marcel Telka <marcel@telka.sk>
...
* include/signal.h: Changed signal typedef to signal_t (thanks to Jachym Holecek).
All `signal' instances renamed to `signal_t'.
* src/tap/parport.c: Ported to NetBSD/i386 (Jachym Holecek).
* src/tap/parport/direct.c (parport_drivers): Conditionally removed direct_parport_driver.
* configure.ac: Added test for i386_set_ioperm() function. Defined HAVE_IOPERM
and HAVE_I386_SET_IOPERM.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@412 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
1e02cc6eac
2003-03-19 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CONFIG_FILES): Added doc/Makefile.
* Makefile.am (SUBDIRS): Added doc.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@405 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
2e6e74b04d
2003-03-18 Marcel Telka <marcel@telka.sk>
...
* src/jtag.c (jtag_parse_line) <script>: Added support for `quit' command in scripts.
(jtag_parse_rc): Ditto.
(jtag_parse_file): Added support for comments and `quit' command in scripts.
(main): Added command line parameter list execution as scripts.
* data/intel/pxa250/STEPPING: Added support for Intel PXA255 A0 (thanks to Mike Sprauve).
* configure.ac (AC_INIT): Changed version number to 0.3.1.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@401 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
d75952bec4
2003-03-18 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CHECK_HEADERS): Added test for linux/ppdev.h.
* src/tap/Makefile.am (libtap_a_SOURCES): Added parport/ppdev.c.
* src/tap/parport.c (parport_drivers): Added ppdev parport driver.
* src/tap/parport/ppdev.c: New file.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@399 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
584d2e57f1
2003-03-14 Marcel Telka <marcel@telka.sk>
...
* configure.ac (CPPFLAGS): Added common include paths.
* src/Makefile.am (INCLUDES): Removed common include paths.
* src/bus/Makefile.am (INCLUDES): Ditto.
* src/part/Makefile.am (INCLUDES): Ditto.
* src/tap/Makefile.am (INCLUDES): Ditto.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@394 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
1977dae043
2003-03-13 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CONFIG_HEADERS): Replaced this `new' macro ...
(AM_CONFIG_HEADER): ... with this `old' one to make build compatible with automake-1.6.
(AM_GNU_GETTEXT_VERSION): Relaxed version number from 0.11.5 to 0.11.4.
* src/Makefile.am (jtag_LDADD): Added LIBINTL.
(LIBS): Removed LIBINTL.
(DEFS): Removed whole content ...
(INCLUDE): ... and added it here.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@393 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
4e5939be6a
2003-03-11 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Improved openwince include package detection.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@390 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
7ea095b6e6
2003-03-06 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Added test for readline library.
* src/Makefile.am (jtag_LDADD): Removed readline and ncurses.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@388 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
307b9ff666
2003-02-20 Marcel Telka <marcel@telka.sk>
...
* Makefile.am (SUBDIRS): Removed intl.
* autogen.sh: Replaced subsequent call of auto* tools with autoreconf one.
* configure.ac (AC_CONFIG_FILES): Removed intl/Makefile.
(AM_GNU_GETTTEXT): Added 'external' parameter.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@376 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
b2c19838fa
2003-02-19 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CONFIG_HEADERS): Added new macro with config.h.
* autogen.sh: Added autoheader invocation.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@375 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
5f4dc04142
2003-02-18 Marcel Telka <marcel@telka.sk>
...
* autogen.sh: Added autopoint call. Added '-I m4' parameter for aclocal.
* Makefile.am (SUBDIRS): Added intl, include and po.
(DIST_SUBDIRS): Removed.
(ACLOCAL_AMFLAGS): Added '-I m4'.
* configure.ac (AC_INIT): Changed version number to 0.3.
(AC_CONFIG_FILES): Added intl/Makefile and po/Makefile.in.
(AM_GNU_GETTEXT): Added.
(AM_GNU_GETTEXT_VERSION): Added with version 0.11.5.
* include/gettext.h: Copied new file from gettext share.
* po/LINGUAS: Added new empty file.
* po/Makevars: Added new file.
* po/POTFILES.in: Added new empty file.
* src/Makefile.am (INCLUDES): Removed JTAG_DATA_DIR.
(localedir): Added path to locale directory.
(DEFS): Added JTAG_DATA_DIR and LOCALEDIR.
(LIBS): Added LIBINTL.
* src/help.c: Included gettext.h.
* src/jtag.c: Included gettext.h.
(main): Added l10n support.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@372 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
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
4e5cbded38
2003-02-17 Marcel Telka <marcel@telka.sk>
...
* configure.ac (AC_CHECK_FUNCS): Added getdelim and getline.
(AC_CONFIG_FILES): Added src/lib/Makefile.
* src/Makefile.am (SUBDIRS): Added lib.
(jtag_DEPENDENCIES): Added libjtaglib.a.
(jtag_LDADD): Ditto.
* src/jtag.c: Added portable getline() declaration.
* src/lib/Makefile.am: New file.
* src/lib/getdelim.c: Ditto.
* src/lib/getline.c: Ditto.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@361 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
76b689b62a
2003-02-04 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Changed version number to 0.2.2.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@329 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
6907416f14
2003-01-19 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Added AC_GNU_SOURCE.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@321 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
2d63f65d6a
2003-01-13 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Changed version number to 0.2.1.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@311 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
e57244e391
2003-01-08 Marcel Telka <marcel@telka.sk>
...
* configure.ac: Bumped version number to 0.2, added check-new and dist-bzip2
parameters to AM_INIT_AUTOMAKE() invocation.
* src/jtag.c: Updated year in initial banner.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@297 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
1a892e73b6
Changed version number to 0.1.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@276 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
cf13f20de3
Added data files into distribution and gets installed.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@259 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
37be9e93ee
Changed version number to 0.0.1.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@224 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
29c14582f4
Added openwince include module dependency.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@204 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
aa51506f99
Changed version to 0.1.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@193 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
439a7df23f
include/Makefile is generated too.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@187 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka
c084543867
Added test for library containing ioperm() function (required for cygwin).
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@97 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
23 years ago
Marcel Telka
248ed10446
Added part library (libpart).
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@74 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
23 years ago
Marcel Telka
e89c3f239e
Added build framework files.
...
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@68 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
23 years ago