July 28, 2011
Overview
The following changes are introduced in this release:
Note:
New Assembly Option for MIPS Speed Grade
Beginning in the Fall of 2011 DPT5 and DPT6 board assembly may transition from 133MHZ MIPS processors to the 100MHz parts used on the original, DPT4 design. The DPT applications never took advantage of the potential performance increase offered by the 133 MHz parts. Therefore, there is no performance impact involved in the changeover.
The dpserial program is modified to query about the MIPS population and both the dpserial and dpinfo programs are modified to display the setting of this option.
A new configuration file is used to configure the clock generator as required for the 100MHz MIPS. and the dpclock program is modified to use the correct configuration file based on the MIPS speed grade option.
Update for the Device Drivers
Under certain circumstances the pointers to the circular message buffer
maintained in the board's memory and used in the device driver
might be left uninitialized or corrupted.
This, in turn, can cause incorrect or run-away memory access when
the dpcons program is used.
The device drivers are modified to check the validity of these buffer pointers
before attempting to use them to access the message storage on the board.
Note: the device driver for 64-bit Windows does not currently support the
"virtual serial port" facility.
So the problem does not exist in the case.
The Linux, Solaris and 32-bit Windows device drivers in this release include
a fix for a problem that could occur with the MIPS trace and debug
messages provided by the "virtual serial port" facility and
accessed via the dpcons program.