summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/genmcf548x: Increase network TX FIFO watermarkSebastian Huber2013-12-161-2/+2
| | | | This prevents frequent transmit FIFO errors.
* bsp/genmcf548x: Fix network FIFO error handlingSebastian Huber2013-12-161-576/+439
| | | | | Use a buffer handling similar to the MPC5200B FEC driver to cope with FIFO errors.
* bsp/genmcf548x: Use bsp_interrupt_vector_enable()Sebastian Huber2013-12-163-28/+9
|
* bsp/genmcf548x: Add initial values for INTC_ICRnSebastian Huber2013-12-167-33/+41
| | | | | According to the manual the application must use unique and non-overlapping level and priority definitions for enabled interrupts.
* bsp/genmcf548x: Add interrupt extension supportSebastian Huber2013-12-164-0/+340
|
* bsps/m68k: Add and use linkcmds.baseSebastian Huber2013-12-168-514/+67
|
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-1/+1
|
* termios: Update due to API changesSebastian Huber2013-06-251-10/+7
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-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.
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-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().
* libnetworking: Use system eventsSebastian Huber2012-11-021-4/+4
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-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.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+48
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-114-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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-072-0/+6
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* bsp/genmcf548x: Enable FPU in BSP startup codeSebastian Huber2012-04-201-13/+5
|
* bsp/genmcf548x: Fix BSP optionsSebastian Huber2012-04-201-3/+4
|
* m68k: use shared setvec.cGedare Bloom2012-04-161-1/+1
|
* m68k: replace m68k_isr with rtems_isrGedare Bloom2012-04-161-1/+1
|
* Remove all .cvsignore files.Joel Sherrill2012-02-012-12/+0
|
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-2/+5
| | | | * network/network.c: Remove unused var "dptr".
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-14/+19
| | | | | * startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-092-1/+7
| | | | | * timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-2/+6
| | | | * console/console.c: Add BSP_poll_char.
* get desired clock rate for proper sourceThomas Doerfler2010-03-272-2/+8
|
* combine all checks for missing MAC addressThomas Doerfler2010-02-254-21/+24
| | | | | enable FPU, if POSIX init task present explicitly disable all edge port interrupts
* adapted to new prototype for *_write functionThomas Doerfler2009-12-172-6/+12
|
* get vital data from dBUG monitor for COBRA5475 boardThomas Doerfler2009-12-144-2/+37
|
* Whitespace removal.Ralf Corsepius2009-11-292-109/+109
|
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-1/+5
| | | | * startup/init548x.c: Comment out junk from end of #endif.
* Regenerate.Ralf Corsepius2009-11-031-9/+1
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-037-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-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-7/+4
| | | | * make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-174-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.
* added support for COBRA5475 boardThomas Doerfler2009-10-1612-19/+348
|
* add PHY control supportThomas Doerfler2009-10-152-191/+159
|
* add network support, various correctionsThomas Doerfler2009-10-157-37/+1898
|
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-153-0/+49
| | | | | * make/custom/genmcf548x.cfg: New (relocated from /make/custom). * make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-2/+5
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-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.
* startup/bspstart.c: Fixed cache support functions. Enable FPU if the ↵Thomas Doerfler2009-05-152-56/+95
| | | | initialization tasks need them.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-5/+5
| | | | * start/start.S: Update for boot_card command line change.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-042-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-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-024-107/+7
| | | | | * Makefile.am, preinstall.am: Use shared stub coverhd.h * include/coverhd.h: Removed.
* 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-10-022-0/+10
| | | | | * configure.ac: Move M5484FIREENGINE defines from *.cfg into bspopts.h.