summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-08m68k/sim68000: RemoveAun-Ali Zaidi16-1059/+0
closes #2445.
2015-07-16remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill1-2/+2
These files were left after running the script in the previous patch.
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig1-0/+2
Update #2271.
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber1-4/+4
Some includes may use C++ and this conflicts if surrounded extern "C".
2014-10-19m68k/shared and sim68000: Fix warningsJoel Sherrill3-12/+18
2014-10-13sim68000/clock/clockdrv.c: Fix warningsJoel Sherrill1-3/+3
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-04-22sim68000/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill1-2/+5
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-04-03sim68000/console/conscfg.c: Comment clean upJoel Sherrill1-2/+0
2014-03-21sim68000/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-17/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns5-5/+5
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-1/+19
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2-2/+2
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-602/+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.
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-0/+1
Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-39/+0
This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+39
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill13-30/+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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill2-0/+6
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-04-16m68k: use shared setvec.cGedare Bloom1-1/+1
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom1-1/+1
2012-02-01Remove all .cvsignore files.Joel Sherrill2-12/+0
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett3-8/+12
PR 1917/bsps * Makefile.am, console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* include/bsp.h: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+5
* startup/bsppredriverhook.c: Remove warnings.
2010-04-112010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+6
* console/debugio.c: Include <unistd.h>.
2009-11-28Whitespace removal.Ralf Corsepius1-2/+2
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-6/+5
* make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+55
* make/custom/sim68000.cfg: New (relocated from /make/custom). * make/custom/simcpu32.cfg: New (relocated from /make/custom).
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-20/+35
* configure.ac, console/conscfg.c: Add CONSOLE_USE_INTERRUPTS.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+8
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-6/+5
* start/start.S: Update for boot_card command line change.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-37/+7
* Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
2008-09-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-6/+8
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+7
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-7/+15
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+7
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+16
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+7
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-16/+4
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-5/+10
* Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.