summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-10-30SPARC port passes all testsJoel Sherrill18-840/+2100
1995-10-06fixed null pointer dereferenceJoel Sherrill1-2/+2
1995-10-06fixed missing CVS IDsJoel Sherrill15-6/+28
1995-10-06SPARC merged and successfully tested w/o interrupt supportJoel Sherrill8-1/+1866
1995-10-06moved to new development machine and went to gcc 2.7.0Joel Sherrill1-0/+3
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill6-32/+86
1995-09-27Modified UNIX simulator port so all references to native unixJoel Sherrill2-19/+339
stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
1995-09-26posix support initially addedJoel Sherrill30-69/+69
1995-09-22Removed unneeded referenced to rtems/fatal.hJoel Sherrill6-6/+0
1995-09-19Removed a section of code which was "#if 0"'ed.Joel Sherrill1-16/+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 Sherrill10-49/+75
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-12Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1-3/+3
Changed back to Newlib for Solaris UNIX simulator.
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill26-75/+168
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-08-22Merged PowerPC port as submitted by Andy Bray of I-CUBED, LtdJoel Sherrill9-0/+2803
(andy@i-cubed.demon.co.uk). This initial submission is known to work on the IBM 403. It is thought to work on the Motorola 601, 603, and 604 although this remains to be tested. Another user -- Doug Currie (e@flavors.com) -- is interested in this work and will be testing it on the 604 using the Metrowerks C compiler and a different format assembly language.
1995-08-22fix broken RCS Ids -- $ accidentally lost merging changes earlierJoel Sherrill6-6/+6
1995-08-04cleanup and optimization from TonyJoel Sherrill2-26/+20
1995-08-04Tony's updatesJoel Sherrill1-4/+9
1995-08-02*** empty log message ***Joel Sherrill2-1/+13
1995-07-21after testing go32 and cvme961Joel Sherrill1-1/+8
1995-07-20removed junk field in context_controlJoel Sherrill1-1/+0
1995-07-18fixed for LinuxJoel Sherrill1-0/+4
1995-07-18fixed for LinuxJoel Sherrill1-13/+24
1995-07-18merged Linux UNIX simulator support (C)Joel Sherrill4-5/+53
1995-07-12Ada95, gnat, go32Joel Sherrill15-391/+674
1995-06-14added David Glessner's 68302 work.Joel Sherrill1-5/+5
1995-06-07corrected pseudo-code for _ISR_HandlerJoel Sherrill1-5/+17
1995-06-07incorporated mc68302 supportJoel Sherrill4-11/+682
1995-05-31Added "signed" keyword to typedef of signed RTEMS typesJoel Sherrill6-24/+24
1995-05-30cpu/*types.h added and successfully compiled.Joel Sherrill5-5/+14
IDLE task priority changed from 0 to 255 during initialization.
1995-05-26Added m68ktypes.hJoel Sherrill1-0/+56
1995-05-26Created rest of CP types.h filesJoel Sherrill3-0/+168
1995-05-25Added types.h file for each CPUJoel Sherrill2-0/+102
1995-05-24Fully tested on all in-house targetsJoel Sherrill21-298/+266