summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix simple timecounter supportSebastian Huber2016-01-274-52/+56
| | | | Close #2502.
* remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2015-07-163-6/+6
| | | | These files were left after running the script in the previous patch.
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-1618-36/+36
| | | | | | | | | | | | | | | | | This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
* mcf5225x/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* mcf52235/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* mcf52235-testsuite.tcfg: Add syscall01Joel Sherrill2015-05-211-0/+1
|
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-209-62/+139
| | | | Update #2271.
* mrm332-testsuite.tcfg: Add fileioJoel Sherrill2015-05-071-0/+1
|
* ods68302-testsuite.tcfg: Add iosteamJoel Sherrill2015-04-231-0/+1
|
* mrm332-testsuite.tcfg: Add iostream and sptls02Joel Sherrill2015-04-231-0/+2
|
* mcf5225x-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* ods68302-testsuite.tcfg: Add fileioJoel Sherrill2015-04-031-0/+1
|
* mrm332/console/sci.c: Make routines staticJoel Sherrill2015-03-241-4/+4
|
* m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* mvme167/network/network.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-19/+21
|
* mvme162/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* mvme147s: Install z8530.hJoel Sherrill2015-03-112-0/+13
| | | | This was missed when the file was moved.
* Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill2015-03-096-0/+39
| | | | Only a few BSPs use this and it should not have been in libcsupport.
* Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill2015-03-094-0/+397
| | | | | | | These header files were only used by one BSP and they are hardware dependent. The hardware dependency always made them bad candidates for where they were in the tree. But this fixes that.
* mvme136.cfg: Remove -DNDEBUG flagJoel Sherrill2015-03-091-1/+1
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-062-0/+2
|
* mcf5206elite/include/i2c.h: Fix spelling errorJoel Sherrill2015-01-231-1/+1
|
* bsp/mcf5206elite: Remove <i2c.h> inlude in <bsp.h>Sebastian Huber2015-01-142-3/+1
| | | | This prevents a compile-time error in libtests/i2c01.
* mcf5225x-testsuite.tcfg: Add fileioJoel Sherrill2014-12-151-0/+1
|
* Update bug report URLSebastian Huber2014-12-0524-24/+24
|
* libmisc: More useful default configurationSebastian Huber2014-12-051-1/+1
| | | | | | | | | | | The dummy.c was a de-facto default configuration. Rename it to default-configuration.c. Use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point. Provide proper arguments for main() using the BSP command line. Add spare user extensions and drivers. Do not initialize the network by default. Delete bspinit.c.
* m68k/mcf5235: GCC 4.9.2 generates invalid code for Init5235.Chris Johns2014-12-013-13/+26
| | | | | | | Move the vector table copy out of the Init5235 source to avoid stipping the GCC bug. Fixes #2204.
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-2320-80/+81
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* m68k/mrm332: Fix warningsJoel Sherrill2014-10-201-8/+5
|
* m68k/mcf5329: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf5235: Fix warningsJoel Sherrill2014-10-201-0/+5
|
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf52235: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/idp: Fix warningsJoel Sherrill2014-10-201-0/+1
|
* m68k/gen68360: Fix warningsJoel Sherrill2014-10-202-3/+13
|
* m68k/csb360: Fix warningsJoel Sherrill2014-10-203-70/+69
|
* m68k/av5282: Fix warningJoel Sherrill2014-10-193-49/+58
|
* m68k/mrm332: Move include of <rtems/m68k/sim.h>Joel Sherrill2014-10-192-1/+1
| | | | | | This file defines at least the POW() macro which pollutes the public name space and causes warnings in at least the paranoia sample application.
* m68k/mcf5329/startup/init5329.c: Fix warningJoel Sherrill2014-10-191-2/+1
|
* m68k/mcf52235/startup/init52235.c: Fix warningJoel Sherrill2014-10-191-2/+1
|
* gen68302/console: Fix warningsJoel Sherrill2014-10-191-79/+26
|
* m68k/mrm332/console/sci.c: Fix missing variable error introduced by earlier ↵Joel Sherrill2014-10-191-3/+0
| | | | patch
* mcf5206 libcpu and mcf5206elite: Fix warningsJoel Sherrill2014-10-195-481/+463
|
* m68k/mvme147: Fix warningsJoel Sherrill2014-10-193-64/+17
|
* m68k/mvme167: Fix warningsJoel Sherrill2014-10-192-10/+26
|
* m68k/shared and sim68000: Fix warningsJoel Sherrill2014-10-195-32/+29
|
* m68k/mvme162: Fix warningsJoel Sherrill2014-10-199-947/+918
|
* mcf5282: Move cache to libcpu and update av5282 and uC5282 BSPsJoel Sherrill2014-10-164-214/+36
|
* m68k/gen68340: Fix warningsJoel Sherrill2014-10-166-591/+544
|
* Move CPU cache support from mcf5225x BSP to libcpuJoel Sherrill2014-10-162-24/+1
|