summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-203-0/+506
|
* updated copyright to 1998Joel Sherrill1998-02-1712-12/+12
|
* Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill1998-02-041-1/+1
|
* Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1998-01-281-1/+6
| | | | suggestion.
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-10/+0
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0814-28/+28
|
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-222-4/+4
| | | | | | | The definition of "BEGIN_DATA" should not be null; should be ".data". Also, the definition of "BEGIN_BSS" should be ".bss". For this error, the compiled object has codes that write on the text segment area. It is fatal when the code runs on ROM.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-312-4/+110
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Repository damaged -- files readded.Joel Sherrill1997-07-091-0/+214
|
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-092-0/+8
|
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-281-0/+29
| | | | | | software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-221-2/+123
| | | | | | in the unix port idle thread task. This should keep the entire application from blocking when any component does a blocking application. Also added TOD_MICROSECONDS_TO_TICKS.
* multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1997-04-221-3/+4
| | | | semctl was being invoked.
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-222-20/+7
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2223-70/+70
| | | | of switching to the modified GNU GPL.
* Added FPSP support for MC68040Joel Sherrill1997-04-161-2/+19
|
* added initialization of variable to eliminate warning.Joel Sherrill1997-04-071-1/+1
|
* added "ifndef" to avoid redefinition warning.Joel Sherrill1997-04-074-0/+8
|
* added "return" to eliminate warning.Joel Sherrill1997-04-071-0/+2
|
* added "ifndef" to avoid redefinition warningJoel Sherrill1997-04-078-0/+16
|
* commented out sccs_id to eliminate warning.Joel Sherrill1997-04-072-6/+12
|
* Replaced warning message for cpus which do not have hardware supportJoel Sherrill1997-04-071-2/+3
| | | | | for an interrupt stack. Hopefully this will encourage someone to implement software stack switching on the m68k.
* changed signed int to unsigned to eliminate warningJoel Sherrill1997-04-071-1/+1
|
* added "ifndef" for ASM to avoid redefinition warnings.Joel Sherrill1997-04-071-0/+2
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | 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.
* initialized a stack variable to avoid a warning.Joel Sherrill1997-03-101-1/+1
|
* Added include of targopts.h.Joel Sherrill1997-01-2913-7/+20
|
* fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1997-01-151-1/+2
|
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-023-0/+25
| | | | This is current as of sis 2.6.
* Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1996-12-021-8/+15
| | | | interrupt handling.
* Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1996-12-021-3/+19
| | | | 68000 class CPUs.
* fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1996-09-301-2/+2
|
* corrected white space problemsJoel Sherrill1996-09-181-60/+62
| | | | added CPU_STRUCTURE_ALIGNMENT to default context structures
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-184-0/+1327
| | | | (ostertag@transition.com).
* added $Id$ to file headersJoel Sherrill1996-09-1115-8/+15
| | | | cpu.h: added prototype for _CPU_ISR_Get_level()
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-0615-0/+5247
| | | | Derrick Ostertag (ostertag@transition.com).
* updates from Tony Bennett (tbennett@divnc.com)Joel Sherrill1996-08-151-2/+4
|
* changed so this file is usable from assembly files.Joel Sherrill1996-06-032-100/+128
| | | | no longer uses efi332.h
* updates from Tony Bennett.Joel Sherrill1996-05-231-58/+76
| | | | | Broke the setjmp/longjmp pair in the context switch into a separate routine so no code depended on local variables surviving the jump.
* *** empty log message ***Joel Sherrill1996-05-081-1/+2
|
* Updates from Eric Norum to use the mcpu32 flags and fix comments.Joel Sherrill1996-05-012-54/+28
|
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-221-23/+53
| | | | | updates from Tony Bennett. Most were to insure all variables were properly initialized and to correct the stray signal number reporting.
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-222-0/+1786
| | | | added CPU_M68K_EXTB_L model flag
* updartes from Tony BennettJoel Sherrill1996-04-221-256/+80
|
* updated for 68302 and so gen68360 bsp would compileJoel Sherrill1996-03-212-2/+6
|
* Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill1996-02-213-6/+6
| | | | | part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
* added clear of _ISR_Signals_to_thread_executingJoel Sherrill1996-02-092-0/+2
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-152-59/+96
|
* minor changes so it would compileJoel Sherrill1995-12-051-3/+1
|
* typos fixedJoel Sherrill1995-10-312-8/+15
|