Commit Graph
24290 Commits
Author SHA1 Message Date
Joel Sherrill 81a71b2085 Removed. 2000-04-07 19:10:10 +00:00
Joel Sherrill 4ace694e85 Cleanup patch from Ralf Corsepius. 2000-04-05 19:37:03 +00:00
Joel Sherrill 8613479a5a New file. Copied from i386ex BSP as missing from submission. 2000-04-05 13:27:52 +00:00
Joel Sherrill 58b28ebd9f New file. Should support Cygwin as unix simulator port. 2000-04-05 13:09:56 +00:00
Joel Sherrill 5a23ca846b New files from John Cotton <John.Cotton@nrc.ca> and Charles-Antoine
Gauthier <charles.gauthier@nrc.ca>.  The power supply in their
VMEbus cage died so it was submitted at this point.  It passes ttcp
which is a really good sign but they would like to do more testing
and cleanup once their hardware is functional again.  Please
contact them if you are interested in using or fixing this driver.
As their comments indicate, the performance is actually quite good
even at this point as indicated by the ttcp results.

  Please note that this is by no means a final version. The code is still
  fairly ugly, and will require some further fixing. On the bright side, what
  is attached works. I finally ran the test programs successfully with
  optimized code and data cache enabled:

  netdemos worked, but failed on the UDP transfer (runs out of buffers).

  ttcp worked, with something like 1036 KB/sec Rx, 952 KB/sec Tx.

  tftp worked
2000-04-05 13:01:21 +00:00
Joel Sherrill c1c1f339ea New file from Ralf Corsepius <corsepiu@faw.uni-ulm.de> as part of
rtems-rc-4.5.0-7.diff.  This file is being added to the main branch
in hopes that it will be easier to deal with the full merge later.
2000-04-03 19:56:54 +00:00
Joel Sherrill 45a79f3867 Added instructions on running ttcp from Eric Norum <eric@cls.usask.ca>. 2000-03-24 14:08:03 +00:00
Joel Sherrill b6f9b5f1fe Added routines to get and set C3x IOF register. The code is conditionally
compiled and there is no comparable code for the C4x.
2000-03-01 18:08:53 +00:00
Joel Sherrill 8eacefcc8b BSP now compiles and links with CAVSL board information. This includes
linkcmds updated, simio references removed, and switch to libchip for
serial ports from simio.

Added a MEMORY_MAP file to capture information about the various
addresses on this board.

In addition, many of the beta patches are now included.
2000-02-29 16:35:45 +00:00
Joel Sherrill 6f645ff33a Eric Norum spotted this sentence where it said preemption had to be
disabled for timeslicing to happen.  This was wrong.
2000-02-29 14:07:38 +00:00
Joel Sherrill bc8781decf Fixed typo. 2000-02-28 17:33:44 +00:00
Joel Sherrill 5c7d16a743 Changed to 4.5.0-beta1b. 2000-02-23 20:16:22 +00:00
Joel Sherrill 0a99b19d8a Added a comment. 2000-02-23 20:07:18 +00:00
Joel Sherrill 1b56699ea4 New file. 2000-02-23 20:05:32 +00:00
Joel Sherrill ac49115d65 New port of RTEMS to TI C3x and C4x. 2000-02-22 19:14:24 +00:00
Joel Sherrill 61ba976360 New port of RTEMS to TI C3x and C4x. 2000-02-22 18:39:52 +00:00
Joel Sherrill 9f9efbca8d Adding information on prebuilt toolset binaries. 2000-02-22 17:48:01 +00:00
Joel Sherrill 2995cc8394 New file. 2000-02-22 17:41:27 +00:00
Joel Sherrill 9b10d22484 Fixed typo. 2000-02-18 14:12:16 +00:00
Joel Sherrill edc1347ed1 Patch from Eric Norum <eric@cls.usask.ca> to include some information
on simple binary semaphores.
2000-02-18 14:11:46 +00:00
Joel Sherrill 227aec92f0 changed version to 4.5.0-beta1b 2000-02-11 21:53:30 +00:00
Joel Sherrill 562e7ed1ed Increased block size to 128 and added comments based on feedback from
Java folks including Oscar Martinez de la Torre <omt@wm.estec.esa.nl>.
2000-02-11 15:54:47 +00:00
Joel Sherrill 35ece2ecb2 Patch from Eric Norum <eric@cls.usask.ca> based on working with
Bob Wisdon <bobwis@ascweb.co.uk> and Chris Johns <ccj@acm.org>
to resolve a random network lockup problem.

    ckinit.c:
        Occasional network lockups have been noted when the PIT has a higher
        interrupt request level than the CPM.  The SCC1 bit in the CISR is set
        even though the SCC1 interrupt handler is not active.  This blocks
        interrupts from SCC1 (and all other CPM sources) and locks up the
        system.  It has not been determined whether the error is within the
        68360 or in the RTEMS interrupt support assembler code.  The solution,
        for now, is to set both PIT and CPM interrupt request levels to the same
        value (4).

    network.c:
        Set CPM transmitter buffer pointer (_tbptr) to beginning of frame
        before restarting transmitter.  Don't retire transmitter buffer
        descriptors belonging to the restarted frame.
2000-02-11 15:21:40 +00:00
Joel Sherrill 1249edfa3a Fixed typos introduced in last modification. Spotted by
Erwin Rol <erwin@muffin.org>.
2000-02-11 14:12:03 +00:00
Joel Sherrill fb196c3c72 changed version to 4.5.0-beta1a 2000-02-08 22:35:00 +00:00
Joel Sherrill 70810dcd89 Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains:

* Removes remaining (now illegal) references to $(SRC) from a couple of
  Makefile.ams
* Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in
* Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR
  from most configure scripts, i.e. LIBCDIR becomes less visible)
* Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to
  libbsp/*/configure.ins (A minor bug in previous implementations, which
  only has an impact when switching to GNU/Cygnus canonicalization)
* Cleans up several bogus comments.
* Removes MKLIB
* Switches the version number to 4.5.0 (for testing version number
  handling)
2000-02-08 22:33:25 +00:00
Joel Sherrill a976681e47 changed version to 4.5.0-beta1 2000-02-08 19:00:58 +00:00
Joel Sherrill e06d5aed9a Fixed typo. 2000-02-08 18:38:00 +00:00
Joel Sherrill 70d27f9c89 Updated. 2000-02-08 18:36:21 +00:00
Joel Sherrill a9d04b1cfa Patch from Eric Norum <eric@cls.usask.ca> to remove race conditions
when setting up receive buffer descriptors and when unmasking interrupts.
2000-02-08 18:26:40 +00:00
Joel Sherrill b33ab2b2b3 Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his Cygwin
for RTEMS toolkit.
2000-02-08 15:24:16 +00:00
Joel Sherrill c5206d0843 Updated version numbers. 2000-02-08 14:01:31 +00:00
Joel Sherrill ee3c9e5eb1 Removed references to INSTALL_VARIANT. 2000-02-08 14:00:45 +00:00
Joel Sherrill 857761b134 Removed obsolete files from list. 2000-02-07 13:56:43 +00:00
Joel Sherrill 95d90725e9 Obsolete files. Removed per recommendation from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
2000-02-04 19:25:57 +00:00
Joel Sherrill bf2447953c Incorrect error status returned. Noted by Andrew Klossner
<andrew@pogo.wv.tek.com>.
2000-02-04 16:32:38 +00:00
Joel Sherrill edb2176cd5 Incorrect error status returned. Noted by Andrew Klossner
<andrew@pogo.wv.tek.com>.
2000-02-04 16:09:38 +00:00
Joel Sherrill 5da4d24392 changed version to 20000204 2000-02-04 14:58:17 +00:00
Joel Sherrill 3eb64109ad changed version to 20000204 2000-02-04 14:01:57 +00:00
Joel Sherrill 9d457f5a56 changed version to 20000118a 2000-02-04 14:00:43 +00:00
Joel Sherrill b452a4023c Changed behavior to match that expected by EPICS test code. Reported by
Eric Norum <eric@cls.usask.ca>.
2000-02-03 22:20:41 +00:00
Joel Sherrill 4bf1801d0d Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains the automake files for libnetworking plus a couple of
minor fixes.  [Now only one unused/unsupported Makefile.in remains
(./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).]

    To apply:
        patch -p1 < rtems-rc-20000118-7.diff
        /bin/sh rtems-rc-20000118-7.rm
        /bin/sh rtems-rc-20000118-7.add
        ./bootstrap

    Notes:
    * I have tested this one by building all BSPs for m68k, powerpc, sh and
      unix with toolchains built since last weekend.
    * I did not touch libnetworking's directory layout.
2000-02-03 13:21:38 +00:00
Joel Sherrill 1382cea3b1 Fixed spelling errors. 2000-02-03 13:18:21 +00:00
Joel Sherrill 399432faac Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains:

    The workarounds related to the issues with
    ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg
    (Which is basically broken)

    To apply:
        patch -p1 < rtems-rc-20000118-6.diff
        ./bootstrap

    Note:
        * Though this patch is small, ./bootstrap is absolutely necessary.
        * Now your CVS source tree is identical to my local CVS.
2000-02-02 15:26:41 +00:00
Joel Sherrill 847dbbe6c7 Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains:

    * The fix for the gen68360/network/Makefile.am
    * automatically set permissions to 755 to scripts/buildall and
      scripts-ada/buildall (I remembered a trick to achieve this :).
    * automake support for libbsp/* and libcpu/* (Attn: This part will
      finally break old-style configuration for all non-public cpus)

    NOTES:
    * This patch has only been tested for a random selection of BSPs (I
      haven't rebuilt all toolchains yet).
    * This patch is against rtem-cvs as of this morning (MET).

    To apply:
        patch -p1 <rtems-rc-20000118-5.diff
        cvs rm -f ./c/src/lib/libbsp/Makefile.in
        cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in
        cvs rm -f ./c/src/lib/libcpu/Makefile.in
        cvs add ./c/src/lib/libbsp/Makefile.am
        cvs add ./c/src/lib/libbsp/shmdr/Makefile.am
        cvs add ./c/src/lib/libcpu/Makefile.am
        ./bootstrap
2000-02-01 13:41:54 +00:00
Joel Sherrill 8505e9b387 Removed references to non-existent include files. 2000-01-31 22:34:11 +00:00
Joel Sherrill 543452de5a Changed versions of newlib patch. 2000-01-31 20:48:14 +00:00
Joel Sherrill 819c7da851 Spelling corrected. 2000-01-31 19:28:39 +00:00
Joel Sherrill bb18b95612 Spelling corrected. 2000-01-31 19:28:18 +00:00
Joel Sherrill 4e36a2f133 Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@faw.uni-ulm.de> that contain:

    * Modifications, (minor) corrections, cleanups to most existing
      Makefile.ams
    * Adds automake support to all remaining BSPs which have not yet been
      converted to automake.
    * Makefile.am for all remaining wrapup/Makefile.ams
2000-01-31 15:27:02 +00:00