summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k (unfollow)
Commit message (Expand)AuthorFilesLines
1999-02-18Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-6/+1
1999-01-20Patch from Eric Norum <eric@skatter.usask.ca> to make m68360.h usableJoel Sherrill1-357/+366
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill3-3/+3
1998-10-06Corrected assembly language to use constants instead of addresses.Joel Sherrill1-2/+2
1998-09-30Patch from Eric Norum <eric@skatter.USask.Ca>:Joel Sherrill2-18/+1
1998-09-23IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1-0/+1
1998-08-19Added 68060 definition from Chris Johns.Joel Sherrill1-0/+17
1998-08-13Patch from Chris Johns <ccj@acm.org>. Comments follow:Joel Sherrill1-0/+19
1998-08-05Redid Makefiles to properly do a preinstall. There was remnants of theJoel Sherrill1-1/+1
1998-08-01Merged patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to add ColdFireJoel Sherrill2-1/+15
1998-06-25Coldfire support patch from David Fiddes <D.J.Fiddes@hw.ac.uk>.Joel Sherrill3-14/+151
1998-06-25Patch from Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au> to distinguishJoel Sherrill1-7/+18
1998-06-24Suggestion from Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au> to improveJoel Sherrill1-2/+1
1998-06-12Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill2-1/+88
1998-06-03Added CPU_ISR_PASSES_FRAME_POINTER so some ports could pass just theJoel Sherrill1-0/+8
1998-04-27Added swap of unsigned16Joel Sherrill1-0/+12
1998-04-27Fixed spelling errors.Joel Sherrill1-3/+3
1998-04-27Fixed trace bit manipulation per requests from Eric Norum and Chris Johns.Joel Sherrill1-11/+3
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill3-32/+36
1998-03-24Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1-2/+2
1998-03-20Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-81/+75
1998-02-17updated copyright to 1998Joel Sherrill6-6/+6
1998-02-17Swapped C++ and ASM "endifs"Joel Sherrill1-2/+2
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-4/+2
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1-1/+1
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1-1/+4
1997-11-29Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1-2/+5
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill6-12/+12
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill1-4/+4
1997-08-22Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1-2/+2
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-2/+55
1997-07-10Strip the trace bit from the SR register when dispatching a thread whenJoel Sherrill1-3/+5
1997-07-09Added sp, sfc, and fpcsr register defines.Joel Sherrill1-0/+4
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill3-0/+108
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill7-31/+31
1997-04-16Added FPSP support for MC68040Joel Sherrill3-5/+71
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-0/+9
1997-04-07added "ifndef" to avoid redefinition warning.Joel Sherrill1-0/+2
1997-04-07added plea for someone to implement software stack switching for m68000-ishJoel Sherrill1-0/+3
1997-04-07Replaced warning message for cpus which do not have hardware supportJoel Sherrill1-2/+3
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+75
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
1997-01-29Added include of targopts.h.Joel Sherrill1-1/+2
1997-01-29Fixed comments.Joel Sherrill1-1/+6
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
1996-08-12removed comment about NO_UNINITIALIZED_WARNINGS since that macroJoel Sherrill1-7/+0
1996-06-03changed so this file is usable from assembly files.Joel Sherrill1-50/+64