From e84262bb98604059be3e810587c322628eceb9a0 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Sun, 23 Dec 2007 14:16:04 +0000 Subject: [PATCH] Last-minute updates to documentation, NEWS git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@884 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/ChangeLog | 10 ++++++--- jtag/NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++-- jtag/THANKS | 1 + jtag/configure.ac | 8 ++++--- jtag/libbrux/NEWS | 12 ++++++++++ jtag/po/ChangeLog | 4 ++++ 6 files changed, 84 insertions(+), 8 deletions(-) diff --git a/jtag/ChangeLog b/jtag/ChangeLog index b48a9a3f..67ab4e14 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,8 @@ +2007-12-23 Kolja Waschk + + * NEWS: Summarized changes since fork from openwince CVS. + * configure.ac: Updated copyright information. + 2007-12-19 Kolja Waschk * tap/cable/*, tap/parport/xpcu_common.c, cmd/part.c, cmd/cable.c, @@ -6,8 +11,8 @@ 2007-12-18 Kolja Waschk * include/state.h: Added new function tap_state_reset(). diff --git a/jtag/NEWS b/jtag/NEWS index 7244dd6e..fded4ac4 100644 --- a/jtag/NEWS +++ b/jtag/NEWS @@ -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) diff --git a/jtag/THANKS b/jtag/THANKS index fcb98248..70c4109b 100644 --- a/jtag/THANKS +++ b/jtag/THANKS @@ -54,6 +54,7 @@ Marcel Telka Mike Tesch Benedikt Sauter Holger Schurig +Hartley Sweeten David Vrabel Alan Wallace Zhang Wei diff --git a/jtag/configure.ac b/jtag/configure.ac index 966fddfc..30a6ddac 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -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 , 2002, 2003. +# Written by Marcel Telka , 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 diff --git a/jtag/libbrux/NEWS b/jtag/libbrux/NEWS index 2fb06464..5713c48f 100644 --- a/jtag/libbrux/NEWS +++ b/jtag/libbrux/NEWS @@ -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). diff --git a/jtag/po/ChangeLog b/jtag/po/ChangeLog index 92623ac3..95b9d179 100644 --- a/jtag/po/ChangeLog +++ b/jtag/po/ChangeLog @@ -1,3 +1,7 @@ +2007-12-23 Kolja Waschk + + * rw/fr/sk.po: Committed machine-updated files. + 2007-11-02 Kolja Waschk * created "UrJTAG" project as fork of openwince jtag tools. All older