summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-30gen68302: Add doxygen headers.Toma Radu3-0/+32
2013-12-30m68k_csb360: doxygen improvementToma Radu3-0/+32
Add doxygen to the header files in the m68k/cdb360 directory.
2013-12-26libbsp/m68k: Add doxygen to m68k shared files.Szkocsovszki Zsolt3-4/+45
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 Huber12-514/+503
2013-12-03m68k: refactored shared/start.S to shared/start/start.SDaniel Ramirez8-7/+9
2013-09-30uC5282/.../clock.c: Change get nanoseconds handler to staticJoel Sherrill1-2/+3
2013-09-16m68k/shared/start.S: Fix spacingJoel Sherrill1-1/+1
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers17-23/+23
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-0/+1
2013-06-25termios: Update due to API changesSebastian Huber10-107/+95
Termios notifies now the driver about an inactive transmit with the length argument set to zero.
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber1-5/+2
Add bsp_generic_fatal().
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom25-11197/+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.
2013-01-08m68k/mvme167: Compiles againJoel Sherrill3-48/+36
Was including non-existent .h file. Fixed some warnings. Reformatted file header comment blocks.
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber7-67/+6
Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
2012-12-07bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber1-6/+4
Use rtems_fatal() instead of bsp_cleanup().
2012-12-07bsp/mrm332: Use shared bspclean.cSebastian Huber1-0/+1
2012-12-07bsps: Use <bsp/bootcard.h>Sebastian Huber5-23/+16
2012-11-22m68k/mrm332: Delete _Internal_error_Occurred()Sebastian Huber2-53/+12
Use custom bsp_fatal_extension() instead.
2012-11-22m68k/mvme167: Delete bsp_fatal_error_occurred()Sebastian Huber4-115/+0
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber27-14/+85
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-14bsps: Include <bspopts.h> in <bsp.h>Sebastian Huber2-0/+4
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber6-12/+7
Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.
2012-11-07sapi: Delete duplicate declarationsSebastian Huber1-1/+0
2012-11-07sapi: Use rtems_*_get_user_multiprocessing_tableSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_config*_get_microseconds_per_tickSebastian Huber4-7/+7
2012-11-07bsp/mvme167: Do not provide user extensions tableSebastian Huber1-13/+0
The application should use confdefs.h to set up the initial user extensions. The bsp_fatal_error_occurred() handler is available via <fatal.h>.
2012-11-07bsp/mvme167: Remove unused parameterSebastian Huber3-9/+3
2012-11-02libnetworking: Use system eventsSebastian Huber9-31/+31
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 Bloom21-709/+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-19Remove CVS-Ids.Ralf Corsépius1-2/+0
2012-07-19Require automake-1.12.2.Ralf Corsépius24-24/+24
2012-07-19Require autoconf-2.69.Ralf Corsépius24-24/+24
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