summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-04-07added plea for someone to implement software stack switching for m68000-ishJoel Sherrill1-0/+3
cores.
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-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+75
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.
1997-03-11swapped increment of _ISR_Nest_level and _Thread_Dispatch_disable_levelJoel Sherrill1-1/+1
1997-01-29Removed definitions which are now in targopts.h. This eliminates theJoel Sherrill1-22/+0
need for the "sed'ing" of this file. This should be a significant win when addressing non-unix host and non-gnu toolsets.
1997-01-29Added include of targopts.h.Joel Sherrill1-1/+2
1997-01-29Fixed comments.Joel Sherrill1-1/+6
Fixed so this file can be included from assembly code.
1997-01-15fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill2-6/+2
1996-12-02minor changes to eliminate warnings from C++ compilers per user suggesstions.Joel Sherrill1-4/+4
1996-12-02Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill3-22/+56
68000 class CPUs.
1996-08-12removed comment about NO_UNINITIALIZED_WARNINGS since that macroJoel Sherrill1-7/+0
no longer exists.
1996-06-03changed so this file is usable from assembly files.Joel Sherrill1-50/+64
no longer uses efi332.h
1996-05-31fixed typo in merge of Eric Norum's patchJoel Sherrill1-2/+1
1996-05-31corrected minor problem in Eric Norum's changes in the bfffo macro.Joel Sherrill1-1/+1
1996-05-30Eric Norum sent in new versions of the inline assembly macros whichJoel Sherrill2-82/+17
do not generate warnings for unitialized variables.
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1-3/+3
score, rtems api, or posix api related.
1996-05-01Updates from Eric Norum to use the mcpu32 flags and fix comments.Joel Sherrill2-30/+17
1996-04-22added stack allocation fields to the cpu tableJoel Sherrill3-3/+919
added CPU_M68K_EXTB_L model flag
1996-03-21updated for 68302 and so gen68360 bsp would compileJoel Sherrill2-1/+13
1996-03-06Added 68360 support submitted by W. Eric Norum (eric@skatter.usask.ca).Joel Sherrill2-2/+12
Also increased minimum stack size from 1K to 2K.
1996-02-21Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill1-3/+3
part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
1995-10-30SPARC port passes all testsJoel Sherrill2-7/+8
1995-10-06fixed missing CVS IDsJoel Sherrill2-0/+6
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill1-12/+22
1995-09-26posix support initially addedJoel Sherrill4-12/+12
1995-09-22Removed unneeded referenced to rtems/fatal.hJoel Sherrill1-1/+0
1995-09-19Incorporated the submission from John S. GwynneJoel Sherrill6-70/+656
<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-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1-3/+1
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.
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill4-7/+31
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 Sherrill2-44/+67
1995-06-07incorporated mc68302 supportJoel Sherrill4-11/+682
1995-05-31Added "signed" keyword to typedef of signed RTEMS typesJoel Sherrill1-4/+4
1995-05-30cpu/*types.h added and successfully compiled.Joel Sherrill1-1/+3
IDLE task priority changed from 0 to 255 during initialization.
1995-05-26Added m68ktypes.hJoel Sherrill1-0/+56
1995-05-24Fully tested on all in-house targetsJoel Sherrill3-29/+16