summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5329 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-15This commit was manufactured by cvs2svn to create tag 'rtems-4-9-0'.4.9.0cvs2git1-0/+4
Sprout from rtems-4-9-branch 2008-09-24 17:16:13 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>' Cherrypick from rtems-4-9-branch 2009-09-15 05:32:51 UTC cvs2git <rtems-devel@rtems.org> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-9-branch'.': c/src/lib/libbsp/arm/smdk2410/include/.cvsignore c/src/lib/libbsp/m68k/genmcf548x/include/.cvsignore c/src/lib/libbsp/m68k/mcf52235/include/.cvsignore c/src/lib/libbsp/m68k/mcf5329/include/.cvsignore c/src/lib/libbsp/powerpc/mvme3100/include/.cvsignore c/src/lib/libbsp/powerpc/virtex/include/.cvsignore
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
PR 1322/bsps * include/bspopts.h.in: Remove.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-24/+0
PR 1322/bsps * include/bspopts.h.in: Remove.
2008-09-05Convert to "bool".Ralf Corsepius1-1/+1
2008-09-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* timer/timer.c: Convert to "bool".
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-12/+8
* timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+9
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-19Add missing prototypes.Ralf Corsepius2-3/+3
2008-08-192008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* clock/clock.c, startup/init5329.c: Add missing prototypes.
2008-07-14Cleanup.Ralf Corsepius1-6/+0
2008-07-042008-07-04 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill8-94/+641
* Makefile.am, README, include/coverhd.h, network/network.c, startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add cache support for 5329. Fix bug in network driver. Enable the cache in copyback and write-through so we can assume that in BSP.
2008-06-232008-06-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+18
* .cvsignore: New file.
2008-06-202008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* startup/linkcmds: Use wildcard on .data section.
2008-06-202008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill22-0/+3661
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init5329.c, startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.