summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor mods to get to compile locallyJoel Sherrill1996-03-212-3/+4
|
* some instructions altered for older binutilsJoel Sherrill1996-03-212-16/+16
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-064-4/+4
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-0612-0/+2355
| | | | | | | | | | | Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-2114-17/+16
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* fixed bug when outbyte had argument in wrong order relative to those invoking itJoel Sherrill1996-02-131-3/+3
|
* new times for 3.5.1Joel Sherrill1996-01-221-33/+33
|
* updatedJoel Sherrill1996-01-191-26/+26
|
* added definition of cpu_number.Joel Sherrill1996-01-191-0/+2
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-1511-23/+66
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-2018-28/+296
| | | | partially recovered working tree, etc
* initial history lost in disk crashJoel Sherrill1995-12-192-0/+386
|
* changes remerged after disk crash -- history lostJoel Sherrill1995-12-197-221/+3
|
* file lost in crash and re-addedJoel Sherrill1995-12-198-0/+1287
|
* file lost in crash and readdedJoel Sherrill1995-12-191-0/+195
|
* updated for snapshot 3.5.02Joel Sherrill1995-12-081-163/+163
|
* updated to include HW informationJoel Sherrill1995-12-071-1/+2
|
* the bss start and end symbols were changedJoel Sherrill1995-12-071-3/+3
|
* updated to reflect HW informationJoel Sherrill1995-12-072-2/+4
|
* updated to reflect HW information and have correct timing information forJoel Sherrill1995-12-072-329/+334
| | | | a pre-release snapshot for 3.5.1
* createdJoel Sherrill1995-12-067-0/+972
|
* SPARC port passes all testsJoel Sherrill1995-10-3029-249/+168
|
* fixed missing CVS IDsJoel Sherrill1995-10-0616-7/+29
|
* SPARC merged and successfully tested w/o interrupt supportJoel Sherrill1995-10-062-2/+0
|
* moved to new development machine and went to gcc 2.7.0Joel Sherrill1995-10-063-2/+4
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-2913-47/+34
|
* Modified UNIX simulator port so all references to native unixJoel Sherrill1995-09-2714-262/+55
| | | | | stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
* posix support initially addedJoel Sherrill1995-09-262-2/+2
|
* moving files around and adding the exec/wrapup directoryJoel Sherrill1995-09-221-1/+1
|
* Fixed problem in fast_idle_switch_hookJoel Sherrill1995-09-211-1/+1
|
* Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1995-09-2028-0/+4376
| | | | commit them.
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-1921-68/+339
| | | | | | 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.
* AddedJoel Sherrill1995-09-111-0/+55
|
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-1149-743/+2787
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-282-17/+79
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-237-2/+547
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Added file .. fixed RCS IdJoel Sherrill1995-08-221-0/+285
|
* fixed RCS IdJoel Sherrill1995-08-221-0/+249
|
* Fixed missing RCS IdsJoel Sherrill1995-08-222-1/+52
|
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-179-70/+208
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* added tty driver to simhppaJoel Sherrill1995-08-171-0/+254
|
* Added flush of output on exit. On some UNIX's using the native libraryJoel Sherrill1995-08-114-48/+65
| | | | | | | | | resulted in no output when the output was redirected until this was done. Redirection is important because runtest redirects test output. Added support for numerous environment variables which make it easier to run a multi-node system using a single executable and to tailor the size of the workspace and heap.
* Initialization of semaphores was incorrect. It did not forceJoel Sherrill1995-08-114-56/+98
| | | | | | | | | | | | the count to "1" to indicate availability. Interrupt support was added. Problem where newlib's errno "overrides" that set by system calls was addressed. Fixed bug which resulted in all nodes using the same semaphore although an array of semaphores was allocated.
* clean up -- interrupt support is in placeJoel Sherrill1995-08-111-5/+25
|
* minor clean up -- switched to memset for zero'ing SHMJoel Sherrill1995-08-115-92/+81
|
* cleaned up include statementsJoel Sherrill1995-08-111-1/+1
|
* clean up of RunWay interrupt supportJoel Sherrill1995-08-112-3/+11
|
* Changed order of include files.Joel Sherrill1995-08-021-1/+1
|
* updated mvme162 code from Misha (mms@eiscathq.irf.se)Joel Sherrill1995-08-018-618/+617
|