Last-minute updates to documentation, NEWS

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@884 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent 44028e46e8
commit e84262bb98

@ -1,3 +1,8 @@
2007-12-23 Kolja Waschk <kawk>
* NEWS: Summarized changes since fork from openwince CVS.
* configure.ac: Updated copyright information.
2007-12-19 Kolja Waschk <kawk>
* tap/cable/*, tap/parport/xpcu_common.c, cmd/part.c, cmd/cable.c,
@ -6,8 +11,8 @@
2007-12-18 Kolja Waschk <kawk
* configure.ac, src/tap/parport/*.c: include stropts.h only if
it's available (needed for uClinux and others; thanks Hartley)
* configure.ac, src/tap/parport/*.c: include stropts.h only if
it's available (needed for uClinux and others; thanks Hartley)
* doc/UrJTAG.txt, src/jtag.txt: Cosmetics, Copyright
* src/tap/Makefile.am: include cable driver for USB Blaster and
FT2232-based cables if any of libftdi or ftd2xx is present
@ -2295,7 +2300,6 @@
Version 0.2.1 released.
2003-01-13 Marcel Telka <marcel@telka.sk>
* include/state.h: Added new function tap_state_reset().

@ -1,7 +1,60 @@
$Id$
See libbrux/NEWS for more news.
See libbrux/NEWS for more news especially regarding the flash support.
* Integrated SVF player (Arnim Laeuger)
* Updates to the jtag command shell
* New writemem command to write to SRAM (Kent Palmkvist)
* New debug, test and shell commands, aliasing for parts
* Version output includes subversion revision number
* New command line options "version","help","norc"
* Improved diagnostics for bsdl2jtag, SVF player (Hein Roehrig)
* More error messages added to cmd/bit.c (Jerome Debard)
* More verbose output during flashmem (Jerome Debard)
* DR can be loaded interactively (Martin Buck)
* JTAG commands now parsed case insensitive (Andrew Dyer)
* New and updated bus drivers
* Added optional 'init' function to every bus driver
* Analog Devices Blackfin BF533 (Robin Getz)
* Analog Devices SHARC ADSP-21065L (Girish G.Pai,Lesly A.M,T.Nadackal,S.Abraham)
* Freescale MPC5200 (Asier Llano Palacios)
* IBM PPC405EP (Wojtek Kaniewski)
* Intel PXA2x0 (Cliff Brake, F.Rysanek)
* JOP.design Cyclone boards (Arnim Laeuger)
* Magnachip H7202 (Arnim Laeuger)
* Updated Samsung S3C4510 bus driver (Krysztof Blaszkowski)
* SLS Corp. UP3 (Kent Palmkvist)
* Zefant XS3 (Arnim Laeuger)
* New and updated cable drivers
* Cable command syntax changed to allow better integration of
non-parport-based cables (Laurent Pinchart)
* Added support for FreeBSD ppi interface
* Altera USB-Blaster and ixo.de usb_jtag (Kolja Waschk)
* EJTAG driver (Oleg)
* FT2232-based USB cables (Arnim Laeuger)
* IGLOO cable (Robin Getz)
* Xilinx Platform Cable USB (experimental) (Kolja Waschk)
* Fix for certain Wiggler cables (David Vrabel)
* Better diagnostics when opening ppdev (Hein Roehrig)
* Improved documentation:
* New doc/UrJTAG.txt
* Added man pages for jtag and bsdl2jtag
* Miscellaneous enhancements and fixes
* Improved timing and busy-loop waiting (Hein Roehrig)
* bidir support in bsdl2jtag (Wojtek Kaniewski)
* GCC4 Compilation fix (Asier Llano Palacios)
* Moved "libbrux" and "include" into jtag directory.
* Added new JTAG declarations for
jtag-0.6 (2007-11-02, never released officially; many derivatives in the wild)
* Created UrJTAG fork at http://www.urjtag.org
* Added new JTAG declarations for
- Hitachi HD64465
- Hitachi SH7729 (Beregnyei Balazs)

@ -54,6 +54,7 @@ Marcel Telka
Mike Tesch
Benedikt Sauter
Holger Schurig
Hartley Sweeten
David Vrabel
Alan Wallace
Zhang Wei

@ -1,7 +1,8 @@
#
# $Id$
#
# Copyright (C) 2002, 2003 ETC s.r.o.
# Copyright (C) 2007, 2008 Kolja Waschk and other
# UrJTAG.org developers, (C) 2002, 2003 ETC s.r.o.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -18,13 +19,14 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#
# Written by Marcel Telka <marcel@telka.sk>, 2002, 2003.
# Written by Marcel Telka <marcel@telka.sk>, 2002, 2003,
# and other UrJTAG authors, 2007, 2008, ...
#
AC_INIT(UrJTAG,0.6,http://www.urjtag.org,urjtag)
AC_PREREQ(2.54)
AC_COPYRIGHT([Copyright (C) 2002, 2003 ETC s.r.o.])
AC_COPYRIGHT([Copyright (C) 2007/08 Kolja Waschk and other UrJTAG authors; 2002/03 ETC s.r.o.])
AC_REVISION($Revision$)
# Get SVN Revision - idea from xfce-power-manager (C) 2007 by B.Tarricone

@ -1,5 +1,17 @@
$Id$
2007-11-18: Fix missing base offset in amd_flash (A. Laeuger)
2007-11-13: Set interface geometry from JEDEC flash info (A. Laeuger)
2007-11-13: Fixes and cleanup after previous patches (Arnim Laeuger)
2007-11-08: More amd_flash support (patch 1605981, Girish G.Pai, Lesly A.M, ...)
2007-11-06: Prevent segfault in "no flash" case (patch 1427597, G. Liakhovetski)
2007-11-06: Add support for AM29LV040B (patch 1281666, Arnim Laeuger)
2007-11-06: Fix missing CFI base address in amd.c (patch 1281277, A. Laeuger)
2007-11-06: Support for ST/Samsung M29W/320D (patch 1173996, Wojtek Kaniewski)
2007-11-06: Updated suppor for Intel flash (patch 1112022, Cliff Brake)
2007-11-06: Added support for AMD29LV065D (patch 1079526, Asier Llano Palacios)
2007-11-06: Update for jedec.c (patch 1281432, Arnim Laeuger)
2007-11-06: Forked libbrux into UrJTAG/jtag
2004-11-18: Fixed segfault in jedec_detect() (patch 970946, Ian Campbell).
2004-11-15: Added support for Intel 28F256J3A (patch 1012140, Jerome Debard).
2003-11-03: Fixed compile error in jedec_detect (bug 828313, Márton Németh).

@ -1,3 +1,7 @@
2007-12-23 Kolja Waschk <kawk>
* rw/fr/sk.po: Committed machine-updated files.
2007-11-02 Kolja Waschk <kawk>
* created "UrJTAG" project as fork of openwince jtag tools. All older

Loading…
Cancel
Save