summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x/startup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* combine all checks for missing MAC addressThomas Doerfler2010-02-252-5/+9
| | | | | enable FPU, if POSIX init task present explicitly disable all edge port interrupts
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-1/+1
| | | | * startup/init548x.c: Comment out junk from end of #endif.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+0
| | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS. * make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS. * make/custom/genmcf548x.inc: Remove LDFLAGS. * startup/linkcmds: Remove (Renamed into linkcmds). * startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds). * Makefile.am: Rework linkcmds handling.
* added support for COBRA5475 boardThomas Doerfler2009-10-164-4/+239
|
* add network support, various correctionsThomas Doerfler2009-10-151-2/+2
|
* startup/bspstart.c: Fixed cache support functions. Enable FPU if the ↵Thomas Doerfler2009-05-151-56/+90
| | | | initialization tasks need them.
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-60/+0
| | | | | | | | | * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-164-13/+13
| | | | | | * Makefile.am, startup/bspstart.c, startup/init548x.c, startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top level shared bsp_get_work_area() implementation.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-163-116/+65
| | | | | | | | * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c, startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: 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.
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-191-12/+12
| | | | * startup/bspstart.c: Fixed nested extern declarations.
* Add missing prototypes.Ralf Corsepius2008-08-191-2/+2
|
* 2008-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-181-317/+317
| | | | * startup/init548x.c: Converted to UNIX line endings.
* 2008-07-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-172-2/+2
| | | | | * ChangeLog, startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Formatting.
* added variant to gen68360 BSPThomas Doerfler2008-07-115-0/+1164
added genmcf548x BSP