summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns16-16/+16
2014-01-08genmcf548x: Improve DoxygenToma Radu3-0/+41
Add doxygen to the header files in the genmcf548x/include directory.
2013-12-16bsp/genmcf548x: Increase network TX FIFO watermarkSebastian Huber1-2/+2
This prevents frequent transmit FIFO errors.
2013-12-16bsp/genmcf548x: Fix network FIFO error handlingSebastian Huber1-576/+439
Use a buffer handling similar to the MPC5200B FEC driver to cope with FIFO errors.
2013-12-16bsp/genmcf548x: Use bsp_interrupt_vector_enable()Sebastian Huber3-28/+9
2013-12-16bsp/genmcf548x: Add initial values for INTC_ICRnSebastian Huber7-33/+41
According to the manual the application must use unique and non-overlapping level and priority definitions for enabled interrupts.
2013-12-16bsp/genmcf548x: Add interrupt extension supportSebastian Huber4-0/+340
2013-12-16bsps/m68k: Add and use linkcmds.baseSebastian Huber8-514/+67
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-1/+1
2013-06-25termios: Update due to API changesSebastian Huber1-10/+7
Termios notifies now the driver about an inactive transmit with the length argument set to zero.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-237/+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-11-02libnetworking: Use system eventsSebastian Huber1-4/+4
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-48/+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/+48
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-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.
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-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 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-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* network/network.c: Remove unused var "dptr".
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-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+7
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
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-08-032010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-2/+6
* console/console.c: Add BSP_poll_char.
2010-03-27get desired clock rate for proper sourceThomas Doerfler2-2/+8
2010-02-25 combine all checks for missing MAC addressThomas Doerfler4-21/+24
enable FPU, if POSIX init task present explicitly disable all edge port interrupts
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler2-6/+12
2009-12-14get vital data from dBUG monitor for COBRA5475 boardThomas Doerfler4-2/+37
2009-11-29Whitespace removal.Ralf Corsepius2-109/+109
2009-11-28Whitespace removal.Ralf Corsepius1-1/+1
2009-11-032009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* startup/init548x.c: Comment out junk from end of #endif.
2009-11-03Regenerate.Ralf Corsepius1-9/+1
2009-11-032009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-7/+15
* 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.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-7/+4
* make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
2009-10-172009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+9
* make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg). * make/custom/genmcf548x.cfg: Removed. * make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg: Include make/custom/genmcf548x.inc.
2009-10-16added support for COBRA5475 boardThomas Doerfler12-19/+348
2009-10-15add PHY control supportThomas Doerfler2-191/+159
2009-10-15 add network support, various correctionsThomas Doerfler7-37/+1898
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+49
* make/custom/genmcf548x.cfg: New (relocated from /make/custom). * make/custom/m5484FireEngine.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-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-11/+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-05-15startup/bspstart.c: Fixed cache support functions. Enable FPU if the ↵Thomas Doerfler2-56/+95
initialization tasks need them.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-5/+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.