summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/m68kpretaskinghook.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-66/+0
| | | | | | | * shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * shared/m68kpretaskinghook.c: Removed.
* 2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2008-06-111-0/+4
| | | | | | | * shared/m68kbspgetworkarea.c: Fix extern type to RamSize. * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if the BSP is handling it. * acinclude.m4: Add the mcf52235 BSP.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-151-5/+0
| | | | | | | | | | | | | | | * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed. * shared/m68kbspgetworkarea.c: New file.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-2/+1
| | | | | | * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-121-3/+3
| | | | | * m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum2005-01-281-7/+11
|
* Remove duplicate white lines.Ralf Corsepius2004-04-211-1/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-1/+1
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | * bspspuriousinit.c, m68000spurious.c, m68kpretaskinghook.c, setvec.c, start.S, mvme/mvme16x_hw.h: URL for license changed.
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-2/+2
| | | | | | | * shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+5
|
* Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill2000-01-131-0/+62
and memory layout. Next step is to share the same bsp_pretasking_hook.