summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbsp/m68k: Add doxygen to m68k shared files.Szkocsovszki Zsolt2013-12-263-4/+45
|
* bsps/m68k: Add and use linkcmds.baseSebastian Huber2013-12-162-0/+397
|
* m68k: refactored shared/start.S to shared/start/start.SDaniel Ramirez2013-12-031-0/+0
|
* m68k/shared/start.S: Fix spacingJoel Sherrill2013-09-161-1/+1
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-29/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-115-10/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* m68k: use shared setvec.cGedare Bloom2012-04-161-37/+0
|
* m68k: replace m68k_isr with rtems_isrGedare Bloom2012-04-161-2/+2
|
* 2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-122-9/+6
| | | | | * shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR after RTC replaced.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-29/+29
| | | | | * shared/gdbstub/m68k-stub.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-7/+2
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-44/+0
| | | | * shared/m68kbspgetworkarea.c: Removed.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-162-68/+2
| | | | | | | * 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.
* Convert to "bool".Ralf Corsepius2008-09-061-2/+2
|
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-5/+8
| | | | | * shared/m68kbspgetworkarea.c: Move extern of global symbols from linkcmds outside function.
* Add missing prototypes.Ralf Corsepius2008-08-191-1/+1
|
* Changed bsp_get_workarea() to bsp_get_work_area() andThomas Doerfler2008-07-241-8/+11
| | | | added support for an optional separate heap area.
* 2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2008-06-112-1/+5
| | | | | | | * 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-152-5/+38
| | | | | | | | | | | | | | | * 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.
* Remove eof include fileRalf Corsepius2006-03-171-1/+0
|
* Remove.Ralf Corsepius2005-10-173-94/+0
|
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-122-3/+8
| | | | | * m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-01-28 Eric Norum <norume@aps.anl.gov>Joel Sherrill2005-01-311-0/+4
| | | | * m68kpretaskinghook.c: Work around agressive optimizing compilers.
* New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum2005-01-281-7/+11
|
* Remove duplicate white lines.Ralf Corsepius2004-04-214-23/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-217-161/+161
|
* Remove stray white spaces.Ralf Corsepius2004-04-153-4/+0
|
* * start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-022-1/+5
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-1/+5
| | | | * bspspuriousinit.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-4/+8
| | | | * m68k-stub.c: Convert to using c99 fixed size types.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-3/+9
| | | | | | PR 505/bsps * setvec.c: Rework to remove punned pointer warning generated by gcc 3.3 and newer.
* Remove .cvsignoreRalf Corsepius2004-01-281-2/+0
|
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-181-0/+4
| | | | * Makefile.am: Remove gdbstub/rtems-stub-glue.c (Non-existent)
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-2/+1
| | | | * Makefile.am: Remove gdbstub/rtems-stub-glue.c (Non-existent)
* 2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-102-1/+6
| | | | * Makefile.am: Cosmetics.
* 2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-043-10/+12
| | | | | | * Makefile.am: merge-in gdbstub/Makefile.am. Add stray files bspspuriousinit.c, m68000spurious.c. * gdbstub/Makefile.am: Remove.
* 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-032-1/+7
| | | | | * Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-047-6/+11
| | | | | * bspspuriousinit.c, m68000spurious.c, m68kpretaskinghook.c, setvec.c, start.S, mvme/mvme16x_hw.h: URL for license changed.
* Fix broken ChangeLog entries.Ralf Corsepius2003-08-182-2/+2
|
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-164-3/+11
| | | | Makefile.am: Reflect having moved automake.
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-152-2/+4
| | | | * Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-5/+9
| | | | * m68k-stub.c: Corrected typos.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-76/+81
| | | | * m68k-stub.c: Fixed warnings about multi-line strings in asm.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-012-45/+49
| | | | * m68k-stub.c: Eliminated multi-line asm statements for gcc 3.x.
* 2002-06-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+10
| | | | | | | * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to the shared gdb stub glue thus adding a directory. * gdbstub: New directory. * Makefile.am: Modified to reflect above.
* 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-275-0/+1512
| | | | | * Added m68k serial stub that is thread aware. * ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.
* 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-081-1/+1
| | | | * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-282-1/+4
| | | | * Makefile.am: Remove AUTOMAKE_OPTIONS.