summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber6-6/+6
2016-12-07testsuite: Add test states to the testsuit configuration files.Chris Johns6-49/+49
2016-11-03m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05Joel Sherrill1-0/+1
2016-11-03m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05Joel Sherrill1-0/+1
2016-11-03m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05Joel Sherrill1-0/+1
2016-11-03mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg: Add dl05Joel Sherrill1-0/+1
2016-09-23bsp/mvme147*: Fix linker issueSebastian Huber2-6/+2
2016-09-23bsps/m68k: Add libatomic support to some bsp_specsSebastian Huber3-3/+3
2016-09-23bsps/m68k: Fix linker command fileSebastian Huber1-1/+1
2016-07-04libchip: Simplify RTC driverSebastian Huber1-2/+0
2016-06-28bsp/mvme162: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer2-2/+0
2016-06-16mvme147s/shmsupp/mpisr.c: Fix warnings and clean upJoel Sherrill1-12/+10
2016-06-16mvme147s/shmsupp/getcfg.c: Fix warningJoel Sherrill1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2-10/+10
2016-03-30m68k/uC5282/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mvme167/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/mvme162/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/mvme147s/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/mvme147/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/mvme147/console/console.c: Do not include <rtems/iosupp.h>Joel Sherrill1-0/+1
2016-03-30m68k/mrm332/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/mcf5329/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mcf5235/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mcf5225x/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mcf52235/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mcf5206elite/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/genmcf548x/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/gen68360/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/gen68340/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/csb360/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30m68k/av5282/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-2/+0
2016-03-30m68k/mcf5206elite/include/bsp.h: Remove unnecessary include of <rtems/rtc.h>Joel Sherrill1-1/+0
2016-03-29m68k/uC5282/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf5329/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf5235/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf5225x/console/debugio.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf5225x/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf52235/console/debugio.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/mcf52235/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/genmcf548x/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/av5282/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill1-1/+0
2016-03-29m68k/uC5282: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-4/+5
2016-03-29m68k/mvme167: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-2/+3
2016-03-29m68k/mvme162: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-2/+2
2016-03-29m68k/mvme147s: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-29m68k/mvme147: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-2/+2
2016-03-29m68k/mrm332: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-3/+4
2016-03-29m68k/mcf5329: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-5/+6
2016-03-29m68k/mcf5235: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-5/+5