summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-264-5/+6
| | | | | * network/porting/README, network/porting/if_xxx_rtems.c, startup/bspstart.c: Remove CVS artefacts.
* 2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-292-2/+6
| | | | * Makefile.am: Remove -Wno-unused-variable.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1682/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-4/+4
| | | | * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
* 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2010-06-292-0/+8
| | | | * configure.ac: Added AC_CHECK_SIZEOF macro.
* 2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-102-0/+7
| | | | | * include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign disabled.
* 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-141-0/+4
| | | | * network/support/bsp_attach.c: Include <unistd.h>.
* Include <unistd.h>.Ralf Corsepius2010-04-141-0/+2
|
* removed warningsThomas Doerfler2010-03-273-5/+9
|
* 2010-02-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-02-102-4/+42
| | | | | | | | | | | | | | | | | | * network/if_mve/mv643xx_eth.c: Fixed alignment attribute in descriptor declaration. Not the pointers to the descriptors have to be aligned but the descriptors themselves (didn't cause problems but caused unnecessary holes in 'private' struct). FIX: Added more robustness when number of available TX descriptors drops to zero. (This can e.g., happen if the link goes bad causing packets to stall in the FIFO.) At the following points the transmitter is explicitly (re-)started: o when link comes up and number of available TXDs is zero the TX is restarted. o on a failed attempt to send data due to lack of TXDs the TX is restarted if swiping the TX ring doesn't yield any buffers (i.e., if the # of available buffers is still zero after the swipe).
* emoved ppc_exc_bspsupp.h include fileThomas Doerfler2009-12-143-5/+4
|
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-4/+5
| | | | | * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-083-182/+4
| | | | * network/if_em/Makefile, network/if_gfe/Makefile: Removed.
* 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-033-0/+15
| | | | | * Makefile.am, preinstall.am: Account for coverhd.h and tm27.h. Use stubs for both.
* - importing 'beatnik' BSP from SLAC repository.Till Straumann2009-12-0375-0/+34935