OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/or1ksim/testsuite
    from Rev 433 to Rev 434
    Reverse comparison

Rev 433 → Rev 434

/libsim.tests/default.cfg
163,7 → 163,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/libsim.tests/int-edge.cfg
129,7 → 129,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/libsim.tests/int-level.cfg
129,7 → 129,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/libsim.tests/upcalls.cfg
129,7 → 129,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/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 2010-11-25.
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 2010-11-26.
#
# Report bugs to <openrisc@opencores.org>.
#
701,8 → 701,8
# Identity of this package.
PACKAGE_NAME='or1ksim-testsuite'
PACKAGE_TARNAME='or1ksim-testsuite'
PACKAGE_VERSION='2010-11-25'
PACKAGE_STRING='or1ksim-testsuite 2010-11-25'
PACKAGE_VERSION='2010-11-26'
PACKAGE_STRING='or1ksim-testsuite 2010-11-26'
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 2010-11-25 to adapt to many kinds of systems.
\`configure' configures or1ksim-testsuite 2010-11-26 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 2010-11-25:";;
short | recursive ) echo "Configuration of or1ksim-testsuite 2010-11-26:";;
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 2010-11-25
or1ksim-testsuite configure 2010-11-26
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 2010-11-25, which was
It was created by or1ksim-testsuite $as_me 2010-11-26, 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='2010-11-25'
VERSION='2010-11-26'
 
 
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 2010-11-25, which was
This file was extended by or1ksim-testsuite $as_me 2010-11-26, 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 2010-11-25
or1ksim-testsuite config.status 2010-11-26
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
 
/test-code-or1k/configure.ac
24,7 → 24,7
# 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], [2010-11-25], [openrisc@opencores.org])
AC_INIT([or1ksim-testsuite], [2010-11-26], [openrisc@opencores.org])
AC_CONFIG_MACRO_DIR([m4])
 
AC_PROG_LIBTOOL
/test-code-or1k/ChangeLog
1,3 → 1,8
2010-11-26 Jeremy Bennett <jeremy.bennett@embecosm.com>
 
* configure: Regenerated.
* configure.ac: Updated version.
 
2010-11-25 Jeremy Bennett <jeremy.bennett@embecosm.com>
 
* configure: Regenerated.
/or1ksim.tests/default.cfg
129,7 → 129,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/or1ksim.tests/eth.cfg
128,7 → 128,7
section ethernet
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
rxfile = "eth0.rx"
txfile = "eth0.tx"
sockif = "eth0"
/or1ksim.tests/kbdtest.cfg
1,4 → 1,4
/* default.cfg -- Or1ksim default configuration script file
/* kbdtest.cfg -- Or1ksim keyboard configuration script file
 
Copyright (C) 2001, Marko Mlinar <markom@opencores.org>
Copyright (C) 2010 Embecosm Limited
129,7 → 129,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/or1ksim.tests/fp.cfg
130,7 → 130,7
enabled = 0
baseaddr = 0x92000000
irq = 4
rtx_type = 0
rtx_type = "file"
end
 
section VAPI
/ChangeLog
1,3 → 1,14
2010-11-26 Jeremy Bennett <jeremy.bennett@embecosm.com>
 
* libsim.tests/default.cfg: Updated Ethernet rtx_type parameter.
* libsim.tests/int-edge.cfg: Updated Ethernet rtx_type parameter.
* libsim.tests/int-level.cfg: Updated Ethernet rtx_type parameter.
* libsim.tests/upcalls.cfg: Updated Ethernet rtx_type parameter.
* or1ksim.tests/default.cfg: Updated Ethernet rtx_type parameter.
* or1ksim.tests/eth.cfg: Updated Ethernet rtx_type parameter.
* or1ksim.tests/fp.cfg: Updated Ethernet rtx_type parameter.
* or1ksim.tests/kbdtest.cfg: Updated Ethernet rtx_type parameter.
 
2010-11-25 Jeremy Bennett <jeremy.bennett@embecosm.com>
 
* libsim.tests/int-edge.exp: Updated for new interrupt interface.

powered by: WebSVN 2.1.0

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