2003-02-25 Marcel Telka <marcel@telka.sk>

* data/MANUFACTURERS: Added Broadcom (Matan Ziv-Av).
	* data/Makefile.am (nobase_dist_pkgdata_DATA): Added Broadcom BCM1250
		files (Matan Ziv-Av).
	* data/broadcom/PARTS: New file (Matan Ziv-Av).
	* data/broadcom/bcm1250/STEPPINGS: Ditto.
	* data/broadcom/bcm1250/bcm1250: Ditto.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@380 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 8db4e7e62f
commit 5c5f6a080c

@ -1,3 +1,12 @@
2003-02-25 Marcel Telka <marcel@telka.sk>
* data/MANUFACTURERS: Added Broadcom (Matan Ziv-Av).
* data/Makefile.am (nobase_dist_pkgdata_DATA): Added Broadcom BCM1250
files (Matan Ziv-Av).
* data/broadcom/PARTS: New file (Matan Ziv-Av).
* data/broadcom/bcm1250/STEPPINGS: Ditto.
* data/broadcom/bcm1250/bcm1250: Ditto.
2003-02-21 Marcel Telka <marcel@telka.sk>
* src/help.c (help): Marked translatable strings.

@ -2,21 +2,26 @@ $Id$
jtag-0.3:
* Enhanced 'dr' command functionality.
* Added new 'set signal' and 'get signal' commands.
* Added support for Mpcbdm JTAG Cable (Christian Pellegrin).
* Added support for Arcom JTAG Cable (patch 682310, Ian Campbell).
* 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)
* 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 JTAG declarations for Intel IXP425 (Christian Pellegrin).
* Added bus driver for Intel IXP425 (Christian Pellegrin).
* Added JTAG declarations for Xilinx XC2C256-TQ144 (Alessandro Zummo).
* 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 new 'script' command (Alessandro Zummo).
* Added support for localization.
* Some bugs fixed.

@ -45,6 +45,7 @@ JTAG adapters/cables (see 'help cable' command for more info):
JTAG-aware parts (chips):
- Atmel ATmega128 (partial support)
- Broadcom BCM1250
- Intel IXP425
- Intel SA1110
- Intel PXA250 (including C0 stepping)

@ -7,4 +7,5 @@ August Hörandl
Stas Khirman
Christian Pellegrin
Holger Schurig
Matan Ziv-Av
Alessandro Zummo

@ -32,3 +32,4 @@
00000011111 atmel Atmel
00000110100 cypress Cypress
00001001001 xilinx Xilinx
00101010000 broadcom Broadcom

@ -26,6 +26,9 @@ nobase_dist_pkgdata_DATA = \
atmel/PARTS \
atmel/atmega128/STEPPINGS \
atmel/atmega128/atmega128 \
broadcom/PARTS \
broadcom/bcm1250/STEPPINGS \
broadcom/bcm1250/bcm1250 \
intel/PARTS \
intel/pxa250/STEPPINGS \
intel/pxa250/pxa250 \

@ -0,0 +1,25 @@
#
# $Id$
#
# Copyright (C) 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
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#
# Written by Matan Ziv-Av <matan@svgalib.org>, 2003.
#
# bits 27-12 of the Device Identification Register
0001001001010000 bcm1250 BCM1250

@ -0,0 +1,26 @@
#
# $Id$
#
# Copyright (C) 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
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#
# Written by Matan Ziv-Av <matan@svgalib.org>, 2003.
#
# bits 31-28 of the Device Identification Register
0011 bcm1250 Ver 3
1011 bcm1250 Ver 11

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save