forked from openrisc/or1ksim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified (and hopefully more reliable) Ethernet MAC/PHY.
- Loading branch information
1 parent
a644035
commit 65c8003
Showing
9 changed files
with
714 additions
and
637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2010-12-15 Jeremy Bennett <[email protected]> | ||
|
||
* configure: Regenerated. | ||
* configure.ac: Updated version. | ||
* peripheral/eth.c <mac_address>: Defined to ff:ff:ff:ff:ff:ff. | ||
<struct eth_device>: loopback_offset removed. State reduced to | ||
just BD indices, buffers removed. | ||
(eth_read_rx_file, eth_skip_rx_file, eth_rx_next_packet): Deleted. | ||
(eth_write_file_packet, eth_write_tap_packet, eth_write_packet) | ||
(eth_blush_bd): Created. | ||
(eth_controller_tx_clock): Completely rewritten. | ||
(eth_read_file_packet, eth_read_tap_packet, eth_read_packet) | ||
(eth_fill_bd, eth_ignore_packet): Created. | ||
(eth_controller_rx_clock): Completely rewritten. | ||
(eth_read32, eth_write32): Rewritten for new data structures. | ||
|
||
2010-12-09 Julius Baxter <[email protected]> | ||
|
||
* doc/or1ksim.texi: changed references to or32-uclinux-* to or32-elf-*. | ||
|
@@ -8,7 +24,7 @@ | |
* toplevel-support.c: <toggle_trace>: New function to toggle the trace | ||
execution control variable. | ||
* toplevel-support.h: <toggle_trace>: Add function prototype. | ||
|
||
2010-12-08 Jeremy Bennett <[email protected]> | ||
|
||
* configure: Regenerated. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/sh | ||
# From configure.ac Id: configure.ac 434 2010-11-26 18:45:29Z jeremybennett using automake version AC_ACVERSION. | ||
# From configure.ac Id: configure.ac 440 2010-12-08 19:35:51Z jeremybennett using automake version AC_ACVERSION. | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.65 for or1ksim 2010-12-08. | ||
# Generated by GNU Autoconf 2.65 for or1ksim 2010-12-15. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -722,8 +722,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='or1ksim' | ||
PACKAGE_TARNAME='or1ksim' | ||
PACKAGE_VERSION='2010-12-08' | ||
PACKAGE_STRING='or1ksim 2010-12-08' | ||
PACKAGE_VERSION='2010-12-15' | ||
PACKAGE_STRING='or1ksim 2010-12-15' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1476,7 +1476,7 @@ if test "$ac_init_help" = "long"; then | |
# 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 2010-12-08 to adapt to many kinds of systems. | ||
\`configure' configures or1ksim 2010-12-15 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1547,7 +1547,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of or1ksim 2010-12-08:";; | ||
short | recursive ) echo "Configuration of or1ksim 2010-12-15:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1654,7 +1654,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
or1ksim configure 2010-12-08 | ||
or1ksim configure 2010-12-15 | ||
generated by GNU Autoconf 2.65 | ||
Copyright (C) 2009 Free Software Foundation, Inc. | ||
|
@@ -2316,7 +2316,7 @@ cat >config.log <<_ACEOF | |
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 2010-12-08, which was | ||
It was created by or1ksim $as_me 2010-12-15, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -10717,7 +10717,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='or1ksim' | ||
VERSION='2010-12-08' | ||
VERSION='2010-12-15' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -13736,7 +13736,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# 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 2010-12-08, which was | ||
This file was extended by or1ksim $as_me 2010-12-15, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -13802,7 +13802,7 @@ _ACEOF | |
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 2010-12-08 | ||
or1ksim config.status 2010-12-15 | ||
configured by $0, generated by GNU Autoconf 2.65, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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], [2010-12-08], [[email protected]]) | ||
AC_INIT([or1ksim], [2010-12-15], [[email protected]]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
# Generically use extensions such as _GNU_SOURCE if available. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 9 December 2010 | ||
@set UPDATED 10 December 2010 | ||
@set UPDATED-MONTH December 2010 | ||
@set EDITION 2010-12-08 | ||
@set VERSION 2010-12-08 | ||
@set EDITION 2010-12-15 | ||
@set VERSION 2010-12-15 |
Oops, something went wrong.