summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/cpu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1-4/+0
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill1-0/+29
software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1997-04-16Added FPSP support for MC68040Joel Sherrill1-2/+19
1997-04-07Replaced warning message for cpus which do not have hardware supportJoel Sherrill1-2/+3
for an interrupt stack. Hopefully this will encourage someone to implement software stack switching on the m68k.
1997-01-15fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1-1/+2
1996-12-02Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1-3/+19
68000 class CPUs.
1995-09-26posix support initially addedJoel Sherrill1-1/+1
1995-09-22Removed unneeded referenced to rtems/fatal.hJoel Sherrill1-1/+0
1995-09-19Incorporated the submission from John S. GwynneJoel Sherrill1-22/+24
<jsg@coulomb.eng.ohio-state.edu> of the rest of the 68000-ish support for interrupt handling and bfffo support, the two BSPs he submitted (efi68k and efi332), and SGI Irix 5.3 host support.
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill1-4/+15
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.
1995-07-12Ada95, gnat, go32Joel Sherrill1-30/+42
1995-06-07incorporated mc68302 supportJoel Sherrill1-0/+23