summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-09-152-1/+5
| | | | * start/start.S: Fix mismatched comment.
* 2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-242-2/+9
| | | | * startup/init68360.c: Fix type punning warning.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-1/+6
| | | | * network/network.c: Fix warning.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-1/+6
| | | | * network/network.c: Fix warning.
* 2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-132-0/+5
| | | | * spurious/spinit.c: Add include of bootcard.h to fix warning.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-038-5/+24
| | | | * console/console.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-034-2/+12
| | | | * console/debugio.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-638/+631
| | | | * console/console.c: Add BSP_poll_char. Reformat.
* 2010-06-22 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-222-1/+5
| | | | * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-214-6/+10
| | | | * README: Remove more ITRON references.
* 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-142-1/+5
| | | | * startup/bspclean.c: Spelling.
* 2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-043-1/+8
| | | | | * include/bsp.h: Add BSP_SMALL_MEMORY. * startup/linkcmds: Wildcard on .data so C++ links.
* 2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-302-3/+6
| | | | * include/bsp.h: Add BSP_SMALL_MEMORY.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-284-4/+10
| | | | * startup/bsppredriverhook.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-282-3/+7
| | | | * startup/m68k-stub.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-284-2/+10
| | | | * timer/timer.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-284-6/+13
| | | | * startup/bspclean.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-4/+8
| | | | * startup/bspclean.c, timer/timer.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-282-3/+6
| | | | * startup/init5235.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-2/+7
| | | | * console/leds.c, timer/timer.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-1/+7
| | | | * console/m340uart.c, startup/init68340.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-4/+11
| | | | * startup/init68360.c, timer/timer.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-8/+12
| | | | * startup/bspclean.c, startup/bspstart.c: Remove warnings.
* 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-272-16/+5
| | | | * startup/init5206e.c: Remove warnings.
* 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-272-19/+9
| | | | * startup/init5272.c: Remove warnings.
* 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-272-112/+116
| | | | * network/network.c: Remove warnings.
* 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-273-64/+105
| | | | | * network/network.c, startup/bspstart.c: Remove warnings. hwaddr handling changed to avoid use of unitialized variable.
* 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-274-65/+72
| | | | | * network/network.c, startup/bspclean.c, startup/init5282.c: Remove warnings.
* * startup/bspstart.c: Clean up some warnings.Eric Norum2010-04-263-4/+10
| | | | * network/network.c: Fix up full/half duplex printout and some warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-1/+6
| | | | * network/network.c: Fix warning.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-4/+8
| | | | * console/console.c: Fix prototypes.
* 2010-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-183-0/+16
| | | | * .cvsignore, include/.cvsignore: New files.
* 2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-131-0/+4
| | | | * console/console.c: Fix broken comment formatting.
* Fix broken comment format.Ralf Corsepius2010-04-131-2/+1
|
* 2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-112-0/+6
| | | | * console/debugio.c: Include <unistd.h>.
* 2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-082-5/+9
| | | | * start/start.S: Spacing.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-052-0/+6
| | | | * acinclude.m4: Add mcf5225x BSP.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-052-0/+5
| | | | * configure.ac: Add mcf5225x BSP.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-0519-0/+2218
| | | | | | | | * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, console/debugio.c, include/bsp.h, include/tm27.h, make/custom/mcf5225x.cfg, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5225x.c, startup/linkcmds, timer/timer.c: New files.
* get desired clock rate for proper sourceThomas Doerfler2010-03-272-2/+8
|
* 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-042-1/+5
| | | | | * README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
* 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-1728-90/+154
|
* get vital data from dBUG monitor for COBRA5475 boardThomas Doerfler2009-12-144-2/+37
|
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-082-1/+7
| | | | | * startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart global.
* 2009-12-08 Eric Norum <wenorum@lbl.gov>Joel Sherrill2009-12-082-15/+13
| | | | | PR 1479/bsps * fatal/bspfatal.c: Complete strcat conversion.
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-081-0/+1
| | | | * include/i2c.h (i2c_transfer_done): Fix type mismatch.
* (i2c_transfer_done): Fix type mismatch.Ralf Corsepius2009-12-081-1/+1
|
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-081-0/+4
| | | | * tod/ds1307.c (ds1307_set_time): Fix broken prototype.
* (ds1307_set_time): Fix broken prototype.Ralf Corsepius2009-12-081-1/+1
|