summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-09-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-092-0/+46
| | | | | | * startup/bspstart.c: Added dummy implementation of firmware syscalls for use with QEMU. Dummy handler is installed if no pre-existing firmware handler is found.
* Try enabling the data cache.Eric Norum2009-07-304-12/+12
|
* PR 1420/bspsEric Norum2009-07-282-1/+14
| | | | | | Turn on buffered writes to DRAM. As Device Errata SECF124 notes this may cause double writes, but that's not really a big problem and benchmarking tests have shown that buffered writes do gain some performance.
* Add PR 1420.Joel Sherrill2009-06-031-0/+1
|
* As per Freescale chip errata, disable buffered writes.Eric Norum2009-06-022-3/+19
|
* Clean up mishaps arising from multiple folks trying to fix the same problem.Eric Norum2009-03-051-58/+5
| | | | This version matches the trunk.
* 2009-03-02 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-03-022-5/+64
| | | | | | PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-273-180/+7
| | | | | * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
* 2009-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-172-17/+40
| | | | | PR 1371/bsps * network/network.c: mvme167 network driver buggy.
* 2009-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-172-4/+17
| | | | | | PR 1370/bsps * console/console.c: mvme167 console driver BSP_output_char fails to convert \n -> \n\r
* 2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>Joel Sherrill2009-01-212-1/+11
| | | | | | | | | | PR 1354/bsps * network/network.c: In some cases it can occur that an empty mbuf is put on the descriptor chain. (We found it especially then when transmitting fragmented IP Packets.) Since the actual buffer descriptor pointer will be incremented after every inserted mbuf (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current mbuf was zero. This leads to the bug.
* 2009-01-21 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-01-212-6/+10
| | | | | PR 1358/bsps * clock/clock.c: Fix time-access bug in uc5282 BSP.
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-0840-43/+120
| | | | * bsp_specs: Backport from CVS-HEAD.
* removed orphaned spi/mc68360_spidrv.cThomas Doerfler2008-10-212-627/+5
|
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-3018-89/+43
| | | | * timer/timer.c: Eliminate uses of old benchmark timer names.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-490/+5
| | | | * start/startfor340only.S: Remove (unused).
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-298-4/+16
| | | | * Makefile.am: Remove noinst_PROGRAMS (Unused).
* Cosmetics.Ralf Corsepius2008-09-241-1/+0
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-243-0/+15
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-243-67/+0
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* corrected parameters inside i2c driver for done signallingThomas Doerfler2008-09-084-17/+28
|
* Convert to "bool".Ralf Corsepius2008-09-065-12/+12
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * startup/m68k-stub.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * shared/gdbstub/m68k-stub.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * misc/interr.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * tod/todcfg.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * spi/mc68360_spidrv.c: Convert to "bool".
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-0518-301/+64
| | | | | | | * clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
* Convert to "bool".Ralf Corsepius2008-09-052-9/+9
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * spi/m360_spi.c, timer/timer.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-0527-65/+66
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+5
| | | | | * console/console.c, fatal/bspfatal.c, include/fatal.h, timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * console/console.c, timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * console/console.c, timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-057-0/+28
| | | | * timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-053-0/+12
| | | | * console/console.c, timer/timer.c: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * timer/timer.c: Convert to "bool".
* 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-032-1/+6
| | | | | PR 1304/bsps * Makefile.am: Add ../../shared/bsppredriverhook.c.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3124-154/+113
| | | | | * timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-319-60/+42
| | | | | * timer/timer.c, timer/timerisr.S: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-314-24/+15
| | | | | * console/console.c, include/m340timer.h, timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-312-4/+9
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-316-21/+31
| | | | | * timer/timer.c, timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3122-61/+116
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-314-12/+17
| | | | | * console/console.c, include/m340timer.h, timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-313-9/+14
| | | | | * timer/timer.c, timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-302-0/+8
| | | | * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-261-4/+0
|