summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Joel Sherrill2000-06-141-1/+1
|
* Added crude i960ka support.Joel Sherrill2000-06-133-6/+38
|
* 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-131-0/+137
|
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-1325-579/+605
| | | | | | 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-133-0/+3
| | | | of all FIO constants and conflict with libnetworking code.
* Temporary hack to compile.Joel Sherrill2000-06-132-2/+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-1215-0/+1790
| | | | | | | | | | | | | | | <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-12102-470/+12509
| | | | | | | | | | | | | | | <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-121-8/+6
|
* 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-127-3/+367
|
* 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-1218-0/+641
| | | | 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-121431-10240/+81752
|
* New file.Joel Sherrill2000-05-241-0/+0
|
* New file added on 4.5 branchJoel Sherrill2000-05-082-0/+0
|
* New file added on 4.5 branchJoel Sherrill2000-05-081-0/+0
|
* Added on 4.5 branch.Joel Sherrill2000-05-034-0/+0
|
* Added on 4.5-branchJoel Sherrill2000-05-018-0/+0
|
* New files.Joel Sherrill2000-04-294-0/+8
|
* New files added as part of librpc upgrade.Joel Sherrill2000-04-2928-0/+0
|
* New files added as part of librpc upgrade.Joel Sherrill2000-04-29156-0/+0
|
* New directory added as part of librpc upgrade.Joel Sherrill2000-04-2946-0/+0
|
* New files added on 4.5 branch.Joel Sherrill2000-04-284-0/+0
|
* New file.Joel Sherrill2000-04-131-0/+367
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-13346-0/+1244
| | | | adds .cvsignore.
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-13437-0/+1515
| | | | adds .cvsignore.
* Removed.Joel Sherrill2000-04-071-18/+0
|
* New file. Copied from i386ex BSP as missing from submission.Joel Sherrill2000-04-051-0/+18
|
* New files from John Cotton <John.Cotton@nrc.ca> and Charles-AntoineJoel Sherrill2000-04-053-0/+3223
| | | | | | | | | | | | | | | | | | | | | 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
* New file from Ralf Corsepius <corsepiu@faw.uni-ulm.de> as part ofJoel Sherrill2000-04-031-0/+56
| | | | | 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.
* Added routines to get and set C3x IOF register. The code is conditionallyJoel Sherrill2000-03-011-13/+71
| | | | compiled and there is no comparable code for the C4x.
* BSP now compiles and links with CAVSL board information. This includesJoel Sherrill2000-02-294-10/+5
| | | | | | | | | | 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.
* Fixed typo.Joel Sherrill2000-02-281-1/+1
|
* 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-2247-0/+5488
|
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-113-3/+39
| | | | 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.