URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or1ksim
- from Rev 508 to Rev 510
- ↔ Reverse comparison
Rev 508 → Rev 510
/configure.ac
28,7 → 28,7
|
# Use a full version number (x.y.z, possibly with "rcn" as a suffix) when |
# preparing a release, otherwise use a the date version (yyyy-mm-dd). |
AC_INIT([or1ksim], [0.5.0rc3], [openrisc@opencores.org]) |
AC_INIT([or1ksim], [0.5.1rc1], [openrisc@opencores.org]) |
AC_CONFIG_MACRO_DIR([m4]) |
|
# Generically use extensions such as _GNU_SOURCE if available. |
/doc/or1ksim.info
64,7 → 64,7
Unpack the software and create a _separate_ directory in which to build |
it: |
|
tar jxf or1ksim-0.5.0rc3.tar.bz2 |
tar jxf or1ksim-0.5.1rc1.tar.bz2 |
mkdir builddir_or1ksim |
cd builddir_or1ksim |
|
81,7 → 81,7
OpenRISC 1000 32-bit architecture. If this argument is omitted, it will |
default to OpenRISC 1000 32-bit with a warning |
|
../or1ksim-0.5.0rc3/configure --target=or32-elf ... |
../or1ksim-0.5.1rc1/configure --target=or32-elf ... |
|
There are several other options available, many of which are standard |
to GNU `configure' scripts. Use `configure --help' to see all the |
/doc/version.texi
1,4 → 1,4
@set UPDATED 27 January 2011 |
@set UPDATED-MONTH January 2011 |
@set EDITION 2011-01-27 |
@set VERSION 2011-01-27 |
@set UPDATED 7 April 2011 |
@set UPDATED-MONTH April 2011 |
@set EDITION 0.5.1rc1 |
@set VERSION 0.5.1rc1 |
/NEWS
2,7 → 2,7
================================================== |
|
|
New in release 0.5.0rc3 |
New in release 0.5.1rc1 |
======================= |
|
New features (shouldn't be there during a release cycle, but prompted by debug |
38,6 → 38,17
* Bug 1758: Memory controller issues. Workaround in the user guide. |
|
|
New in release 0.5.0rc3 |
======================= |
|
No bugs are fixed. |
|
The following bugs are outstanding |
* Bug 1823: Configuration file error line numbers are wrong. |
* Bug 1822: ATA configuration is broken. Documented in user guide. |
* Bug 1758: Memory controller issues. Workaround in the user guide. |
|
|
New in release 0.5.0rc2 |
======================= |
|
/ChangeLog
1,7 → 1,7
2011-04-07 Jeremy Bennett <jeremy.bennett@embecosm.com> |
2011-04-08 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version 0.5.0rc3. |
* configure.ac: Updated version 0.5.1rc1. |
|
2011-03-29 Jonas Bonn <jonas@southpole.se> |
|
8,6 → 8,11
* cpu/or1k/sprs.c (mtspr): Setting PICMR always sets the bottom |
two bits if we have non-maskable interrupts. |
|
2011-03-27 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version 0.5.0rc3. |
|
2011-03-26 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* peripheral/eth.c (eth_open_tap_if): If fail to open the TAP, |
/testsuite/test-code-or1k/configure
1,6 → 1,6
#! /bin/sh |
# Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 0.5.0rc3. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 0.5.1rc1. |
# |
# Report bugs to <openrisc@opencores.org>. |
# |
701,8 → 701,8
# Identity of this package. |
PACKAGE_NAME='or1ksim-testsuite' |
PACKAGE_TARNAME='or1ksim-testsuite' |
PACKAGE_VERSION='0.5.0rc3' |
PACKAGE_STRING='or1ksim-testsuite 0.5.0rc3' |
PACKAGE_VERSION='0.5.1rc1' |
PACKAGE_STRING='or1ksim-testsuite 0.5.1rc1' |
PACKAGE_BUGREPORT='openrisc@opencores.org' |
PACKAGE_URL='' |
|
1424,7 → 1424,7
# Omit some internal or obsolete options to make the list less imposing. |
# This message is too long to be a string in the A/UX 3.1 sh. |
cat <<_ACEOF |
\`configure' configures or1ksim-testsuite 0.5.0rc3 to adapt to many kinds of systems. |
\`configure' configures or1ksim-testsuite 0.5.1rc1 to adapt to many kinds of systems. |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
|
1495,7 → 1495,7
|
if test -n "$ac_init_help"; then |
case $ac_init_help in |
short | recursive ) echo "Configuration of or1ksim-testsuite 0.5.0rc3:";; |
short | recursive ) echo "Configuration of or1ksim-testsuite 0.5.1rc1:";; |
esac |
cat <<\_ACEOF |
|
1600,7 → 1600,7
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
cat <<\_ACEOF |
or1ksim-testsuite configure 0.5.0rc3 |
or1ksim-testsuite configure 0.5.1rc1 |
generated by GNU Autoconf 2.65 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
2025,7 → 2025,7
This file contains any messages produced by compilers while |
running configure, to aid debugging if configure makes a mistake. |
|
It was created by or1ksim-testsuite $as_me 0.5.0rc3, which was |
It was created by or1ksim-testsuite $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
$ $0 $@ |
10315,7 → 10315,7
|
# Define the identity of the package. |
PACKAGE='or1ksim-testsuite' |
VERSION='0.5.0rc3' |
VERSION='0.5.1rc1' |
|
|
cat >>confdefs.h <<_ACEOF |
11742,7 → 11742,7
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
ac_log=" |
This file was extended by or1ksim-testsuite $as_me 0.5.0rc3, which was |
This file was extended by or1ksim-testsuite $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
CONFIG_FILES = $CONFIG_FILES |
11808,7 → 11808,7
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
or1ksim-testsuite config.status 0.5.0rc3 |
or1ksim-testsuite config.status 0.5.1rc1 |
configured by $0, generated by GNU Autoconf 2.65, |
with options \\"\$ac_cs_config\\" |
|
/testsuite/test-code-or1k/configure.ac
23,7 → 23,7
# Configure script for the OpenRISC 1000 simulator test suite OR1K code |
# directory. This uses a different tool chain, so has its own configuration |
# script. Process this file with autoconf to produce a configure script. |
AC_INIT([or1ksim-testsuite], [0.5.0rc3], [openrisc@opencores.org]) |
AC_INIT([or1ksim-testsuite], [0.5.1rc1], [openrisc@opencores.org]) |
AC_CONFIG_MACRO_DIR([m4]) |
|
AC_PROG_LIBTOOL |
/testsuite/test-code-or1k/ChangeLog
1,7 → 1,7
2011-04-07 Jeremy Bennett <jeremy.bennett@embecosm.com> |
2011-04-08 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version 0.5.0rc3. |
* configure.ac: Updated version 0.5.1rc1. |
|
2011-02-24 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
11,7 → 11,7
2011-01-27 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version. |
* configure.ac: Updated version 0.5.0rc3. |
* support/spr-defs.h: Added definition of NOP_RANDOM and |
NOP_OR1KSIM. Removed definitions of NOP_REPORT_FIRST and |
NOP_REPORT_LAST. |
/configure
1,7 → 1,7
#! /bin/sh |
# From configure.ac Id: configure.ac 1507 2011-04-07 10:41:01Z jeremy using automake version AC_ACVERSION. |
# Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.65 for or1ksim 0.5.0rc3. |
# Generated by GNU Autoconf 2.65 for or1ksim 0.5.1rc1. |
# |
# Report bugs to <openrisc@opencores.org>. |
# |
722,8 → 722,8
# Identity of this package. |
PACKAGE_NAME='or1ksim' |
PACKAGE_TARNAME='or1ksim' |
PACKAGE_VERSION='0.5.0rc3' |
PACKAGE_STRING='or1ksim 0.5.0rc3' |
PACKAGE_VERSION='0.5.1rc1' |
PACKAGE_STRING='or1ksim 0.5.1rc1' |
PACKAGE_BUGREPORT='openrisc@opencores.org' |
PACKAGE_URL='' |
|
1476,7 → 1476,7
# Omit some internal or obsolete options to make the list less imposing. |
# This message is too long to be a string in the A/UX 3.1 sh. |
cat <<_ACEOF |
\`configure' configures or1ksim 0.5.0rc3 to adapt to many kinds of systems. |
\`configure' configures or1ksim 0.5.1rc1 to adapt to many kinds of systems. |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
|
1547,7 → 1547,7
|
if test -n "$ac_init_help"; then |
case $ac_init_help in |
short | recursive ) echo "Configuration of or1ksim 0.5.0rc3:";; |
short | recursive ) echo "Configuration of or1ksim 0.5.1rc1:";; |
esac |
cat <<\_ACEOF |
|
1654,7 → 1654,7
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
cat <<\_ACEOF |
or1ksim configure 0.5.0rc3 |
or1ksim configure 0.5.1rc1 |
generated by GNU Autoconf 2.65 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
2316,7 → 2316,7
This file contains any messages produced by compilers while |
running configure, to aid debugging if configure makes a mistake. |
|
It was created by or1ksim $as_me 0.5.0rc3, which was |
It was created by or1ksim $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
$ $0 $@ |
10717,7 → 10717,7
|
# Define the identity of the package. |
PACKAGE='or1ksim' |
VERSION='0.5.0rc3' |
VERSION='0.5.1rc1' |
|
|
cat >>confdefs.h <<_ACEOF |
13736,7 → 13736,7
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
ac_log=" |
This file was extended by or1ksim $as_me 0.5.0rc3, which was |
This file was extended by or1ksim $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
CONFIG_FILES = $CONFIG_FILES |
13802,7 → 13802,7
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
or1ksim config.status 0.5.0rc3 |
or1ksim config.status 0.5.1rc1 |
configured by $0, generated by GNU Autoconf 2.65, |
with options \\"\$ac_cs_config\\" |
|