summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added crude i960ka support.Joel Sherrill2000-06-136-12/+76
|
* Pickup console-polled.c from the libbsp/shared directory.Joel Sherrill2000-06-131-0/+2
|
* Removing clock and timer since this BSP does not currentlyJoel Sherrill2000-06-131-2/+0
| | | | have them.
* Prototypes for cache manager support functions now agree.Joel Sherrill2000-06-132-7/+3
|
* New file.Joel Sherrill2000-06-132-0/+274
|
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-1331-1048/+607
| | | | | | now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.
* Added .cvsignore.Joel Sherrill2000-06-136-0/+12
|
* Added .cvsignore.Joel Sherrill2000-06-1311-0/+33
|
* Added .cvsignore files.Joel Sherrill2000-06-132-0/+15
|
* Accounted for 1 task used.Joel Sherrill2000-06-131-0/+1
|
* Removed unused directories from Makefile.am and warningsJoel Sherrill2000-06-133-1/+17
| | | | from cvs by adding .cvsignore files.
* Temporary hack to compile. Need to probably address definitionJoel Sherrill2000-06-134-0/+4
| | | | of all FIO constants and conflict with libnetworking code.
* Temporary hack to compile.Joel Sherrill2000-06-133-3/+0
|
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-1243-7762/+0
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860.
* Fixed so hppa1.1 compiles with only problems in simhppa BSP.Joel Sherrill2000-06-123-6/+16
|
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-1218-0/+2010
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-12125-501/+13343
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Ensure that when -msoft-float is specified for multilib builds, thatJoel Sherrill2000-06-121-1/+2
| | | | | something indicates this. Eventually this needs to be merged into gcc.
* Works on Solaris and Linux.Joel Sherrill2000-06-122-16/+12
|
* Patch rtemsdoc-4.5.0-rc-12-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-123-13/+11
| | | | | | | | | <corsepiu@faw.uni-ulm.de> that makes the following changes: * Don't use a temporary file for ch19.texi anymore * pass all files to be handled by summarize as commandline arguments * Remove a dangling empty first line in posix1003_1.texi (texi2html (!) expects \input texinfo on the first line)
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct problemsJoel Sherrill2000-06-123-7/+7
| | | | on RELEASE versus VERSION.
* Added out of date comment.Joel Sherrill2000-06-121-1/+1
|
* Removed references to printk as part of moving it to a more shareableJoel Sherrill2000-06-126-171/+6
| | | | location in libc.
* Added printk as a generic, shared routine.Joel Sherrill2000-06-129-3/+548
|
* New file. This is a simple termios console driver which is sufficientJoel Sherrill2000-06-121-0/+148
| | | | to do polled IO on a single port with VERY little support code.
* Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill2000-06-1219-0/+708
| | | | by gdb 5.0's i960 simulator) is enough to run hello world.
* Merge lossage. Apparently the DOS/UNIX CRLF issue got lost.Joel Sherrill2000-06-121-1438/+1438
|
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-122120-13049/+123396
|
* Purged as many egcs references as possible.Joel Sherrill2000-06-1012-17/+18
|
* Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-1082-293/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which splits the current monolithic specs files into a sequence of subparts. These can be concatenated togather to make a the whole .spec file. This cleans up the maintenance problem of having "all languages" and a "C/C++ only" gccnewlib spec files. Plus it should make it easier to produce variants like the gdb-m68k-bdm which require special hackery. :) Ralf's comments: It addresses the way *.spec.in get composed inside of the source tree. Changes: * Each spec.in is broken into several files (*.add), one *.add file per sub-package. * Each Makefile.am composes spec.ins from the *.add files * Removal of redundant automake support files. * Default value for BuildRoot changed to /tmp/<spec-file-name> * %clean stage added to *specs Advantages (IMHO). * The *.add files are easier to adminstrate and more flexible in comparison to the former *.specs.ins. * gccnewlib_c_only.spec.in now is composed from the same sources as gccnewlib.spec.in (less errors) * If using the default BuildRoot --clean now deletes all files that were generated while building. Notes: * rtems.spec.in has not yet been adapted to the scheme used for the other *spec.ins * Except for cosmetical changes the internals of the *.spec files should not have changed. To Apply: cvs rm -f scripts/binutils/binutils.spec.in cvs rm -f scripts/gccnewlib/gccnewlib.spec.in cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in cvs rm -f scripts/gdb/gdb.spec.in cvs rm -f scripts/config.sub cvs rm -f scripts/config.guess cvs rm -f scripts/install-sh cvs rm -f scripts/mkinstalldirs cvs rm -f scripts/missing patch -p1 < rtems-rc-4.5.0-21.diff cvs add scripts/*/*.add cvs add scripts/*/README
* Removed old bmenu version.Joel Sherrill2000-06-012-1067/+1
|
* Removed since unused.Joel Sherrill2000-06-011-22/+0
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to:Joel Sherrill2000-06-012-8/+16
| | | | | | | | | | This patch changes the installation directory of the supplements to supplements/<cpu>. This allows browsing the html files inside of the source tree, because after having applied this patch, the structure of the html installation directory hierarchy is the same as the directory structure of the source tree.
* Readding.Joel Sherrill2000-06-011-0/+65
|
* Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-06-01140-1579/+1473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ralf's comments follow: Changes: * Enhanced versioning: - Addition of automake's version.texi support - Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.) - Abandoning setup.texi.in - Add EDITION to each documents Makefile.am - version.texi support in project.am - Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)). * Fixing info dir support - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY - $(infodir)/dir is now correctly set up * Avoid using temporary files - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files. - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now) * Prepare Makefile.ams for building in a separate buildtree - prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree Notes: * rtemsdoc can not yet be build in a separate source-tree, but we are very close to it. * You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-05-311-3/+17
| | | | | | Adds a -I <path> option to texi2www. This option is supposed to compatible to the option of the same name in makeinfo, texi2dvi etc. [This patch actually is kind of a hack, but it works :]
* Typo caught by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-05-311-1/+1
|
* Corrected instructions.Joel Sherrill2000-05-281-0/+2
|
* Corrected typo.Joel Sherrill2000-05-281-1/+1
|
* Added information on Application Makefiles.Joel Sherrill2000-05-281-0/+13
|
* Added information on how to do this step if you installed toolJoel Sherrill2000-05-281-1/+21
| | | | binaries rather than unpacking everything.
* Added start-?Joel Sherrill2000-05-282-1/+2
|
* Added build45.texi.Joel Sherrill2000-05-281-0/+1
|
* Reformatted ASCII slightly to avoid line wrap.Joel Sherrill2000-05-281-3/+4
|
* Merged Ralf Corsepius' 4.5 Build Issues FAQ into this.Joel Sherrill2000-05-284-2/+369
|
* Patch obtain from bug-texinfo mailing list from Trevin BeattieJoel Sherrill2000-05-281-2/+5
| | | | | <trevin@eyring.com> to make hyperlinks take you to the top of a page rather than the bottom.
* Change linkcolor to Blue from Cyan per patch from Trevin BeattieJoel Sherrill2000-05-281-1/+1
| | | | <trevin@eyring.com> obtained from bug-texinfo mailing list.
* Bug fix from Trevin Beattie <trevin@eyring.com> picked up fromJoel Sherrill2000-05-281-0/+1
| | | | | | | | | the bug-texinfo mailing list: There is also a bug in the PDF outline: Any outline item containing an underscore shows up as a bunch of texinfo codes ("@unhbox @kern.06em @vbox{..."). This bug was remedied by the following addition to \pdfmakeoutlines.
* Updated to reflect lower confdefs.h values and new controlJoel Sherrill2000-05-282-11/+73
| | | | over number of termios ports.
* These files were added or deleted on the 4.5 branch as part ofJoel Sherrill2000-05-289-3283/+0
| | | | Ralf's patch to split the .spec files into multiple ".add" parts.