diff --git a/jtag/ChangeLog b/jtag/ChangeLog index ad599821..fb65e255 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,7 @@ +2004-09-21 Marcel Telka + + * data/intel/PARTS: Added support for different IXP425 frequency variants (patch 1030647, Trevor Man). + 2004-08-24 Marcel Telka * src/bus/Makefile.am (libbus_a_SOURCES): Added ppc440gx_ebc8.c. diff --git a/jtag/NEWS b/jtag/NEWS index 850752a2..4bdf417a 100644 --- a/jtag/NEWS +++ b/jtag/NEWS @@ -20,6 +20,7 @@ See libbrux/NEWS for more news. * Explicit 'detectflash' command call is required before 'flashmem' command. * Fixed minor bugs (including bug 857039). * Fixed compiler error on Debian Woody (patch 986414, Martin Buck). + * Added support for different Intel IXP425 frequency variants (patch 1030647, Trevor Man). * New translations: - French (Michel Robitaille) diff --git a/jtag/THANKS b/jtag/THANKS index 02dcf0f6..730ba38c 100644 --- a/jtag/THANKS +++ b/jtag/THANKS @@ -19,6 +19,7 @@ Stas Khirman Bradley D. LaRonde Michael Lauer Guennadi Liakhovetski +Trevor Man Andreas Mohr Brad Parker Christian Pellegrin diff --git a/jtag/data/intel/PARTS b/jtag/data/intel/PARTS index 7b6c341f..c21eae16 100644 --- a/jtag/data/intel/PARTS +++ b/jtag/data/intel/PARTS @@ -32,4 +32,6 @@ 1001001001100001 sa1110 SA1110 # see 16.6.2 in [1] 1001001001100100 pxa250 PXA250 # see 9.4.3 in [2] 1001001001101100 pxa210 PXA210 # see 9.4.3 in [2] -1001001001110100 ixp425 IXP425 # see IXP425 bdsl file from the devel CD +1001001001110100 ixp425 IXP425-533MHz # see IXP425 bdsl file from the devel CD +1001001001110101 ixp425 IXP425-400MHz # see IXP425 bdsl file from the devel CD +1001001001110111 ixp425 IXP425-266MHz # see IXP425 bdsl file from the devel CD