summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill4-4/+4
2012-05-24Add bspopts.h.in.Ralf Corsépius21-0/+709
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill13-68/+0
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill320-737/+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-11Miscellaneous - Clean up file headers so patterns followedJoel Sherrill1-7/+7
XXX
2012-05-07Revert: Remove CVS IdsJoel Sherrill48-0/+144
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius48-144/+0
2012-05-03General - Remove extraneous blank line in license messageJoel Sherrill22-22/+0
Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
2012-05-02MRM332 - Remove incorrect $Id$ string and correct file headerJoel Sherrill2-2/+26
2012-04-20bsp/genmcf548x: Enable FPU in BSP startup codeSebastian Huber1-13/+5
2012-04-20bsp/genmcf548x: Fix BSP optionsSebastian Huber1-3/+4
2012-04-16m68k: use shared setvec.cGedare Bloom23-60/+23
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom33-56/+56
2012-02-02PR 1962/bsps - MVME162 Console Corrections and ImprovementsJoel Sherrill6-23/+103
* console/console.c: char_ready() was never returning true so console never processed input data * console/console.c: added printk() support to default device * include/bsp.h: Added #define for MOT_162BUG_VEC_ADDRESS * startup/bspclean.c: Modified to use MOT_162BUG_VEC_ADDRESS * startup/bspstart.c: Modified to use MOT_162BUG_VEC_ADDRESS * make/custom/mvme162.cfg: Modified to use "RTEMS_CPU_MODEL=68lc040" and "CPU_CFLAGS = -mcpu=68040 -msoft-float" so BSP will always work with all board variations. * README: Added notes on user required configuration changes and information about board models and variants * README.models: New file that contains a detailed list of MVME162 models and variants. Signed-off-by: Vic Hoover <victor.hoover.ctr@navy.mil>
2012-02-02PR 1962/bsps - MVME162 Console Corrections and ImprovementsJoel Sherrill6-23/+103
* console/console.c: char_ready() was never returning true so console never processed input data * console/console.c: added printk() support to default device * include/bsp.h: Added #define for MOT_162BUG_VEC_ADDRESS * startup/bspclean.c: Modified to use MOT_162BUG_VEC_ADDRESS * startup/bspstart.c: Modified to use MOT_162BUG_VEC_ADDRESS * make/custom/mvme162.cfg: Modified to use "RTEMS_CPU_MODEL=68lc040" and "CPU_CFLAGS = -mcpu=68040 -msoft-float" so BSP will always work with all board variations. * README: Added notes on user required configuration changes and information about board models and variants * README.models: New file that contains a detailed list of MVME162 models and variants. Signed-off-by: Vic Hoover <victor.hoover.ctr@navy.mil>
2012-02-02PR 1962/bsps - MVME162 Console Corrections and ImprovementsJoel Sherrill1-0/+233
* console/console.c: char_ready() was never returning true so console never processed input data * console/console.c: added printk() support to default device * include/bsp.h: Added #define for MOT_162BUG_VEC_ADDRESS * startup/bspclean.c: Modified to use MOT_162BUG_VEC_ADDRESS * startup/bspstart.c: Modified to use MOT_162BUG_VEC_ADDRESS * make/custom/mvme162.cfg: Modified to use "RTEMS_CPU_MODEL=68lc040" and "CPU_CFLAGS = -mcpu=68040 -msoft-float" so BSP will always work with all board variations. * README: Added notes on user required configuration changes and information about board models and variants * README.models: New file that contains a detailed list of MVME162 models and variants. Signed-off-by: Vic Hoover <victor.hoover.ctr@navy.mil>
2012-02-01Remove all .cvsignore files.Joel Sherrill48-285/+0
2011-12-092011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-21/+11
* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg, make/custom/pgh360.cfg: Simplify and clean up.
2011-10-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* network/network.c: Remove unused var "dptr".
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-07-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill10-6/+56
PR 1824/cpukit * startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
2011-07-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-3/+10
PR 1824/cpukit * misc/interr.c, spurious/spinit.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
2011-07-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-3/+11
PR 1824/cpukit * include/bsp.h, startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
2011-07-122011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-9/+11
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR after RTC replaced.
2011-06-112011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+4
* Makefile.am: Remove reference to wrapup directory.
2011-03-222011-03-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-6/+11
PR 1772/bsps * console/sci.c: Use same default baud rate as monitor.
2011-03-152011-03-15 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2-5/+25
* startup/bspstart.c: Fix clock code on qemu. Also ensure UART is initialized early for printk.
2011-03-042011-03-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill4-30/+66
PR 1738/bsps * clock/clock.c, include/bsp.h, network/network.c: system clock driver programs the PIT w/o assuming the CPU clock frequency being a power of two.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+8
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU. Remove AC_ARG_VAR([RTEMS_BSP],[]). Add RTEMS_ENV_RTEMSBSP.
2011-02-212011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+5
* timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
2011-02-172011-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill5-326/+442
PR 1738/bsps * README, startup/bspstart.c, startup/linkcmds: Add support for dynamic clock speed determination. This algorithm is described in the README file. The output of the RTEMS Timing Tests was moved to TIMES to signicantly shrink the README. * TIMES: New file.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-29/+34
* include/bsp.h, startup/m68k-stub.c, startup/trace.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius5-9/+15
* console/console.c, fatal/bspfatal.c, startup/bspclean.c, startup/page_table.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-11/+16
* startup/bspclean.c, startup/page_table.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+8
* shmsupp/lock.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+9
* startup/bspclean.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-8/+13
* startup/cfinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius8-4/+24
* include/bsp.h: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-8/+13
* include/bsp.h, shmsupp/lock.c, startup/bspclean.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-11/+16
* clock/clock.c, startup/bspstart.c, startup/init5282.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-3/+8
* include/bsp.h, include/mrm332.h, spurious/spinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+8
* startup/init5235.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
* startup/bspclean.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+10
* startup/cfinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-4/+9
* include/bsp.h startup/init5206e.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* console/mc68ec.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-14/+19
* startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-4/+9
* include/bsp.h, startup/init5272.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-7/+12
* startup/bspstart.c, startup/init5282.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-29/+34
* shared/gdbstub/m68k-stub.c: Use "__asm__" instead of "asm" for improved c99-compliance.