Commit Graph
4057 Commits
Author SHA1 Message Date
Joel Sherrill 87ec19a398 New files added as part of librpc upgrade. 2000-04-29 19:13:19 +00:00
Joel Sherrill 5ad350a43d New files added as part of librpc upgrade. 2000-04-29 19:04:37 +00:00
Joel Sherrill 775e78644e New directory added as part of librpc upgrade. 2000-04-29 18:50:41 +00:00
Joel Sherrill a446015228 New files added on 4.5 branch. 2000-04-28 17:42:16 +00:00
Joel Sherrill bb546a2211 Updated. 2000-04-27 14:44:43 +00:00
Joel Sherrill 91763c98d5 New files. First attempt. 2000-04-27 14:42:42 +00:00
Joel Sherrill 948fdbd220 Updated. 2000-04-27 14:21:00 +00:00
Joel Sherrill 8d8ae2ec4f Removed -- temporary files. 2000-04-27 14:11:47 +00:00
Joel Sherrill 5b150a8507 Files moved around and missed in the previous commit. 2000-04-27 14:08:42 +00:00
Joel Sherrill 9eae2b5380 Modified to give rpm removal command instead of install command again. 2000-04-27 14:00:54 +00:00
Joel Sherrill fdbfff1867 Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that addresses the following:


  The patch below should
      * fix the *pdf cleanup handling
      * fix dependencies between pdf-documents and texi-files

  It also contains an attempt to let networking/schedule.t use states.pdf
  instead of ascii graphics, but though each pdf image looks nice, it
  comes out weirdly distorted in the main pdf document.
2000-04-26 18:05:33 +00:00
Joel Sherrill 2ba8875a0b Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which contains the bulk of converting the documentation tree to automake
and GNU conventions.  Comments follow:

This is the automake port of rtemsdoc.

To apply:

cvs co rtemsdoc
cd rtemsdoc
sh cvs-rm.sh
patch -p0 < rtemsdoc-4.5.0-rc-0.diff
sh cvs-add.sh

[Attention: cvs-rm.sh and cvs-add.sh directly modify cvs]

Known bugs:
1) src2html is not supported (yet? - Is this supposed to work?)
2) all *.pdf images now are generated on-the-fly, but not yet deleted
during "make distclean"
3) All supplements, including the templated ones, get build and
installed.
4) Building outside of the source tree is completely untested and very
likely does not work.
5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported
by automake's default texinfo rules.

Fixing 2, 3 and 5 is almost trivial and needs to be done.
4) is a matter of testing and tool-properties, for now it is simply
untested.



General issues:
* gif vs jpg vs png. I would recommend to replace all images with pngs
  to avoid potential copyright issues (gif) or lack in quality (jpg, jpg
  is good for real world photographs, but extremely poor on artificial
  images, graphs).
* pdf images do net get placed correctly in pdf-documents.
* texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in
  texinfo/texinfo.tex for generating infos. However pdftex's system-wide
  texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf.
* .cvsignore files still missing.
* I have renamed the supplements filename not to use c_<supplement>,
  because automake seems to have problems with it.

Notes:
* Again, I recommend not to put any generated files into CVS. Here, this
  comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend
  to run make maintainer-clean before checking in any files.

* To get building started, this should be sufficient:
  ./bootstrap
  ./configure
  cd tools; make; cd ..
  make info

* To make a public tarball:
  [cvs co ; ./bootstrap]
  ./configure
  cd tools; make; cd ..
  make info
  [make clean]
  make dist
=> This generates a rtems-<version>.tar.gz in the toplevel directory.
=> Building the tools only is required after a "cvs co", but not in a
   distribution tarball.
2000-04-26 18:02:26 +00:00
Joel Sherrill bb4b574983 Merged changes from 4.5 branch and removed that branch. 2000-04-25 13:15:14 +00:00
Joel Sherrill 0765f9be43 Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
adds .cvsignore.
2000-04-13 16:47:57 +00:00
Joel Sherrill 17177e2ca5 New file. 2000-04-13 15:16:49 +00:00
Joel Sherrill e4c0744478 Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
adds .cvsignore.
2000-04-13 14:47:15 +00:00
Joel Sherrill bf85b19188 Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
adds .cvsignore.
2000-04-13 14:37:14 +00:00
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