summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo.Joel Sherrill2000-02-281-1/+1
|
* Changed to 4.5.0-beta1b.Joel Sherrill2000-02-232-6/+6
|
* Added a comment.Joel Sherrill2000-02-231-0/+4
|
* New file.Joel Sherrill2000-02-231-0/+368
|
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-221-0/+44
|
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-2261-0/+8708
|
* Adding information on prebuilt toolset binaries.Joel Sherrill2000-02-226-34/+72
|
* New file.Joel Sherrill2000-02-221-0/+48
|
* Fixed typo.Joel Sherrill2000-02-181-1/+1
|
* Patch from Eric Norum <eric@cls.usask.ca> to include some informationJoel Sherrill2000-02-181-0/+8
| | | | on simple binary semaphores.
* changed version to 4.5.0-beta1bJoel Sherrill2000-02-111-1/+1
|
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-114-4/+52
| | | | Java folks including Oscar Martinez de la Torre <omt@wm.estec.esa.nl>.
* Patch from Eric Norum <eric@cls.usask.ca> based on working withJoel Sherrill2000-02-113-1/+45
| | | | | | | | | | | | | | | | | | | | 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.
* Fixed typos introduced in last modification. Spotted byJoel Sherrill2000-02-111-6/+6
| | | | Erwin Rol <erwin@muffin.org>.
* changed version to 4.5.0-beta1aJoel Sherrill2000-02-081-1/+1
|
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-08165-677/+657
| | | | | | | | | | | | | | | | | 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)
* changed version to 4.5.0-beta1Joel Sherrill2000-02-081-1/+1
|
* Fixed typo.Joel Sherrill2000-02-081-1/+1
|
* Updated.Joel Sherrill2000-02-083-15/+26
|
* Patch from Eric Norum <eric@cls.usask.ca> to remove race conditionsJoel Sherrill2000-02-081-3/+9
| | | | when setting up receive buffer descriptors and when unmasking interrupts.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his CygwinJoel Sherrill2000-02-082-2/+5
| | | | for RTEMS toolkit.
* Updated version numbers.Joel Sherrill2000-02-081-2/+2
|
* Removed references to INSTALL_VARIANT.Joel Sherrill2000-02-081-3/+6
|
* Removed obsolete files from list.Joel Sherrill2000-02-071-2/+0
|
* Obsolete files. Removed per recommendation from Ralf CorsepiusJoel Sherrill2000-02-042-36/+0
| | | | <corsepiu@faw.uni-ulm.de>.
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-042-2/+2
| | | | <andrew@pogo.wv.tek.com>.
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-042-2/+2
| | | | <andrew@pogo.wv.tek.com>.
* changed version to 20000204Joel Sherrill2000-02-040-0/+0
|
* changed version to 20000204Joel Sherrill2000-02-041-1/+1
|
* changed version to 20000118aJoel Sherrill2000-02-040-0/+0
|
* Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill2000-02-032-4/+2
| | | | Eric Norum <eric@cls.usask.ca>.
* Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-0365-883/+1780
| | | | | | | | | | | | | | | | | 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.
* Fixed spelling errors.Joel Sherrill2000-02-032-4/+4
|
* Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-022-6/+5
| | | | | | | | | | | | | | | | 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.
* Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-0113-271/+121
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed references to non-existent include files.Joel Sherrill2000-01-311-1/+1
|
* Changed versions of newlib patch.Joel Sherrill2000-01-312-3/+3
|
* Spelling corrected.Joel Sherrill2000-01-311-1/+1
|
* Spelling corrected.Joel Sherrill2000-01-311-1/+1
|
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-31589-15109/+8514
| | | | | | | | | | 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
* Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-31277-279/+0
| | | | | that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
* Ralf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVSJoel Sherrill2000-01-312-2/+0
| | | | that should not have been.
* Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-3152-267/+208
| | | | | | | | | | | | | | that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups
* Successfully built some RPMs. There is still a lot of work to do.Joel Sherrill2000-01-315-23/+57
|
* Updated versions.Joel Sherrill2000-01-311-2/+2
|
* Modifications from Ralf to be more like other custom files. ThereJoel Sherrill2000-01-311-4/+4
| | | | is no way to build this target.
* Modification to properly support BSP aliases (pc[456]86).Joel Sherrill2000-01-311-4/+4
|
* Suggested modification from Rosimildo da Silva <rdasilva@connecttel.com>Joel Sherrill2000-01-311-9/+10
| | | | to make the BSP boot on netboot.
* Added AC_SUBST(RTEMS_BSP) so the makefiles properly honor theJoel Sherrill2000-01-311-0/+1
| | | | BSP alias on the tools.
* BSP now links although this change is untested.Joel Sherrill2000-01-311-3/+7
|