You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
4.6 KiB
Plaintext
113 lines
4.6 KiB
Plaintext
$Id$
|
|
|
|
See libbrux/NEWS for more news.
|
|
|
|
jtag-0.5:
|
|
|
|
* Fixed bug with SELECT, AUTOFD, and STROBE signals handling (bug 745824).
|
|
* Added new commands 'peek' and 'poke' (patch 747447, Matan Ziv-Av).
|
|
* Fixed bugs in SH7727 bus driver (thanks to Rainer Dörken).
|
|
* Added bus drivers for Hitachi SH7750R and Broadcom BCM1250 (patch 753300, Matan Ziv-Av).
|
|
* Added bus width detection using MD3 and MD4 signals in SH7727 bus driver
|
|
(thanks to Rainer Dörken).
|
|
* Changes in 'discovery' command:
|
|
- removed explicit JTAG chain length detection (patch 753298, Matan Ziv-Av)
|
|
- simplified output messages
|
|
- removed support for report results to file
|
|
* Added new command 'part', syntax changes for 'set', 'get', 'dr', 'instruction', and
|
|
'print' commands.
|
|
* Added support for multiple buses, added new 'bus' command to change active bus.
|
|
* Added 1 x 8 bit AMD Flash driver (patch 772499, Matan Ziv-Av).
|
|
* Added initial JTAG declarations for Broadcom BCM3310 (see support request 770145 for
|
|
more info, thanks to Ramses VI).
|
|
* Fixed invalid memory allocation size (core dump) in jtag_parse_line() function.
|
|
* Added new 'include' command.
|
|
* Added new commands 'signal', 'register', 'bit', and enhanced 'instruction' command
|
|
to allow create JTAG declarations from command line (or script).
|
|
* JTAG declarations are now executed as scripts.
|
|
* Added support for "downto" in bit vectors and "observe_only" into bsdl2jtag
|
|
(patch 787346, Brad Parker).
|
|
* Minor bugs fixed.
|
|
|
|
jtag-0.4 (2003-05-29):
|
|
|
|
* Added support for executing scripts directly from stdin (parameter '-').
|
|
* Disabled external bus cycles for PXA250 for addresses above 0x04000000.
|
|
* Fixed bug in BUSY signal handling in Linux ppdev driver.
|
|
* Optimized bus drivers to increase bus access speed (readmem, flashmem, ...).
|
|
* Added new command 'endian' to configure access mode to external files.
|
|
* Added JTAG declarations for
|
|
- Broadcom BCM5421S (patch 743129, Matan Ziv-Av)
|
|
- DEC SA1100 (thanks to Jachym Holecek)
|
|
* Added bus driver for Hitachi SH7727 (based on patch 743140, Matan Ziv-Av).
|
|
* Added support for printing current JTAG frequency.
|
|
* Added support for 'signal' keyword (as alias for 'pin') into JTAG declarations.
|
|
* Minor bugs fixed.
|
|
|
|
jtag-0.3.2 (2003-04-04):
|
|
|
|
* Added driver for Keith & Koep JTAG Cable.
|
|
* Ported to NetBSD/i386 (Jachym Holecek).
|
|
* Added JTAG declarations for Xilinx XCR3256XL-FT256 (Jachym Holecek).
|
|
|
|
jtag-0.3.1 (2003-03-19):
|
|
|
|
* Added support for Intel PXA255 A0 (thanks to Mike Sprauve).
|
|
* Added support for running scripts specified as jtag command line parameters.
|
|
* Added support for comments in scripts. Lines started with `#' are treated as
|
|
comments.
|
|
* Added support for Linux ppdev parallel port driver. Non-root users can
|
|
use JTAG Tools now.
|
|
* Added new `bsdl2jtag' conversion tool (Matan Ziv-Av).
|
|
|
|
jtag-0.3 (2003-02-25):
|
|
|
|
* Changes in interactive commands:
|
|
- enhanced 'dr' command functionality
|
|
- new 'set signal' command
|
|
- new 'get signal' command
|
|
- new 'script' command (Alessandro Zummo)
|
|
* Added support for JTAG cables:
|
|
- Mpcbdm JTAG Cable (Christian Pellegrin)
|
|
- Arcom JTAG Cable (patch 682310, Ian Campbell)
|
|
* Added JTAG declarations for
|
|
- Intel IXP425 (Christian Pellegrin)
|
|
- Xilinx XC2C256-TQ144 (Alessandro Zummo)
|
|
- Broadcom BCM1250 (Matan Ziv-Av)
|
|
- Hitachi SH7727 (Matan Ziv-Av)
|
|
* Added bus driver for Intel IXP425 (Christian Pellegrin).
|
|
* Added support for all 6 static memory banks for Intel SA1110 (bug 682660).
|
|
* Added support for bidirectional 'B' boundary scan bits (Christian Pellegrin).
|
|
* Added support for 1 x 16 bit memory configuration (Christian Pellegrin).
|
|
* Added buffered file reads/writes (Christian Pellegrin).
|
|
* Added support for flash drivers (August Hörandl).
|
|
* Added flash driver for AMD chips (August Hörandl).
|
|
* Added support for rc and history files (Alessandro Zummo).
|
|
* Added support for localization.
|
|
* Some bugs fixed.
|
|
|
|
jtag-0.2.2 (2003-02-04):
|
|
|
|
* Added new manufacturer: Cypress. (patch 669157, Chris Ellec)
|
|
* Added new 'frequency' command to limit maximum TCK frequency
|
|
* Added support for parallel ports with I/O addresses above 0x3FF
|
|
|
|
jtag-0.2.1 (2003-01-13):
|
|
|
|
* Fixed compile error (bug 665923, thanks to Chris Ellec).
|
|
* Added support for Macraigor Wiggler JTAG Cable (Stas Khirman).
|
|
* Added support for Altera ByteBlaster/ByteBlaster II/ByteBlasterMV
|
|
Parallel Port Download Cable.
|
|
* Fixed some other bugs.
|
|
|
|
jtag-0.2 (2003-01-08):
|
|
|
|
* Completed JTAG declarations for Xilinx XCR3128XL-CS144.
|
|
* Fixed crash if flash memory is not detected.
|
|
* Added new 'discovery' command for discovery unknown JTAG chains.
|
|
* Added JTAG cable driver support and new 'cable' command.
|
|
|
|
jtag-0.1 (2002-11-25):
|
|
|
|
* Initial public release.
|