OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk
    from Rev 85 to Rev 86
    Reverse comparison

Rev 85 → Rev 86

/or1ksim/NEWS
5,15 → 5,20
New in top of tree
==================
 
The following new features are provided.
* testbench now renamed testsuite and fully integrated using DejaGNU.
"make check" now works correctly if the OpenRISC toolchain is installed.
* New configuration flag --enable-all-tests to enable building of incomplete
tests with "make check".
 
The following features are added:
The user guide is updated.
 
The following feature requests have been accepted.
* Feature 469: Icache tags now intialized as invalid.
* Feature 1673: Or1ksim now builds on Mac OS X.
* Feature 1678: download, patch and build dirs removed from SVN.
 
The following features will not be provided and have been closed:
The following feature requests have been rejected.
* Feature 399: Writeable SR_LEE bit will not be provided.
* Feature 409: Separate ELF loader library already exists in binutils.
* Feature 586: Ignoring HW breakpoints is already possible.
20,6 → 25,7
 
The following bugs are fixed:
* Bug 1773: Or1ksim now accepts ELF image when working through RSP.
* Bug 1723: PS2 keyboard error message clearer if RX file won't open.
 
New in release 0.3.0
====================
/or1ksim/ChangeLog
1,4 → 1,8
2010-04-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
* NEWS: updated
* peripheral/ps2kbd.c (kbd_reset): Bug 1723 fixed.
 
2010-04-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
* AUTHORS: Corrected spelling of Mark Jarvin.
* debug/rsp-server.c (rsp_get_client): Set len before calling
accept ().
/or1ksim/peripheral/ps2kbd.c
614,7 → 614,9
if (!(kbd->rxfs = fopen (kbd->rxfile, "r"))
&& !(kbd->rxfs = fopen (kbd->rxfile, "r+")))
{
fprintf (stderr, "WARNING: Unable to open RX file stream.\n");
/* Bug 1723 fixed: Clearer message */
fprintf (stderr,
"WARNING: PS2 keyboard unable to open RX file stream.\n");
return;
}
kbd->slowdown = (long) ((system_kfreq * 1000.0) / KBD_BAUD_RATE);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.