summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-0914-92/+635
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* added or fixed includes of page_table.h to eliminate warnings.Joel Sherrill1997-04-073-2/+5
|
* added cast to eliminate warningJoel Sherrill1997-04-072-3/+4
|
* added prototype for delay.Joel Sherrill1997-04-071-0/+1
|
* added global statement for start entry pointJoel Sherrill1997-04-072-0/+2
|
* removed noreturn from prototype to avoid warnings.Joel Sherrill1997-04-076-6/+55
|
* added cast to eliminate warning.Joel Sherrill1997-04-071-1/+1
|
* added return statement to avoid warning.Joel Sherrill1997-04-071-0/+2
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-0185-0/+3901
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* updates from John GwynneJoel Sherrill1997-03-112-0/+358
|
* updates from John GwynneJoel Sherrill1997-03-1121-92/+778
|
* All RTEMS system call implementation renamed to be __rtems_*.Joel Sherrill1997-01-2910-40/+40
|
* new file used by gcc 2.8.x -specs optionJoel Sherrill1997-01-2810-0/+340
|
* data and control addresses were swapped for channel a of the sccJoel Sherrill1996-09-271-2/+2
|
* new file submitted by Dominique le Campion.Joel Sherrill1996-09-1810-0/+1243
|
* updated for 3.5.17Joel Sherrill1996-07-021-172/+172
|
* changed reboot to a macro to avoid the "noreturn returns" warning.Joel Sherrill1996-06-182-1/+10
|
* corrected typoJoel Sherrill1996-06-181-1/+1
|
* fixed typoJoel Sherrill1996-05-281-1/+1
|
* added initial posix configuration supportJoel Sherrill1996-05-289-9/+9
|
* added Motorola MVME147 BSP submitted by Dominique le CampionJoel Sherrill1996-05-2411-0/+1427
| | | | | (Dominique.LECAMPION@enst-bretagne.fr), for Telecom Bretagne and T.N.I. (Brest, France)
* updated to remove workaround for bug in binutils 2.5.2 ld now that we areJoel Sherrill1996-05-081-4/+4
| | | | up to 2.6
* Updates from Eric Norum.Joel Sherrill1996-05-017-106/+268
|
* Hacked so gld will accept this so we can purge the aout toolset. This changeJoel Sherrill1996-04-241-2/+21
| | | | should be undone when the m68k-coff cross toolset is updated next time.
* minor mods to get to compile locallyJoel Sherrill1996-03-212-3/+4
|
* some instructions altered for older binutilsJoel Sherrill1996-03-212-16/+16
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-064-4/+4
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-0612-0/+2355
| | | | | | | | | | | Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-217-7/+7
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* fixed bug when outbyte had argument in wrong order relative to those invoking itJoel Sherrill1996-02-131-3/+3
|
* updatedJoel Sherrill1996-01-191-26/+26
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-206-6/+33
| | | | partially recovered working tree, etc
* initial history lost in disk crashJoel Sherrill1995-12-192-0/+386
|
* changes remerged after disk crash -- history lostJoel Sherrill1995-12-192-1/+3
|
* file lost in crash and re-addedJoel Sherrill1995-12-196-0/+1013
|
* file lost in crash and readdedJoel Sherrill1995-12-191-0/+195
|
* SPARC port passes all testsJoel Sherrill1995-10-3017-132/+82
|
* fixed missing CVS IDsJoel Sherrill1995-10-066-0/+17
|
* SPARC merged and successfully tested w/o interrupt supportJoel Sherrill1995-10-062-2/+0
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-291-0/+1
|
* Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1995-09-2028-0/+4376
| | | | commit them.
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-1910-31/+166
| | | | | | single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs.
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-1122-319/+1398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* updated mvme162 code from Misha (mms@eiscathq.irf.se)Joel Sherrill1995-08-018-618/+617
|
* added for first timeJoel Sherrill1995-06-071-0/+45
|
* incorporated mc68302 supportJoel Sherrill1995-06-0711-0/+1608
|
* cpu/*types.h added and successfully compiled.Joel Sherrill1995-05-308-26/+25
| | | | IDLE task priority changed from 0 to 255 during initialization.
* Fully tested on all in-house targetsJoel Sherrill1995-05-244-17/+13
|
* Initial revisionJoel Sherrill1995-05-1148-0/+5107