summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-1/+6
| | | | * startup/bspstart.c: Add BSP_poll_char.
* 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-072-68/+82
| | | | | | PR 1606/cpukit * shared/startup/panic.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
* 2010-06-30 Peter Dufault <dufault@hda.com>Sebastian Huber2010-06-302-15/+21
| | | | | | PR 1588/cpukit * start/start.S: Renamed defines SR0 .. SR15 in PPC_SR0 .. PPC_SR15.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-2934-68/+68
| | | | * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
* 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2010-06-2934-0/+136
| | | | * configure.ac: Added AC_CHECK_SIZEOF macro.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-20/+7
| | | | | | | PR 1573/cpukit * irq/irq.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-21 Peter Dufault <dufault@hda.com>Joel Sherrill2010-06-212-5/+5
| | | | | PR 1583/bsps * shared/startup/panic.c: Remove reference to ITRON.
* 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-142-6/+10
| | | | * startup/bspstart.c: Formatting.
* fix bug in mount tableThomas Doerfler2010-06-032-2/+6
|
* 2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-022-0/+10
| | | | | * include/bsp.h: Add prototypes for BSP_disconnect_clock_handler, BSP_connect_clock_handler.
* 2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-233-5/+10
| | | | | * console/consolelite.c, network/xiltemac.c: Reflect prototypes having changed (Warning removal).
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-202-30/+34
| | | | * network/smsc9218i.c: Removed superfluous macros.
* 2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-102-0/+6
| | | | * include/bsp.h: Add BSP_SMALL_MEMORY.
* 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-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-305-84/+11
| | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * include/irq.h: Moved defines from 'include/irq-config.h'.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-306-51/+81
| | | | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. Added interrupt support modules. * include/irq.h: Moved defines from 'include/irq-config.h'. * include/mpc5200.h: Added GPIO PIN defines.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-3020-296/+41
| | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * include/irq.h: Moved defines from 'include/irq-config.h'.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-46/+4
| | | | * include/irq-config.h: Removed file.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-304-81/+5
| | | | | | | | * libcpu/powerpc/mpc55xx/include/irq.h: Move defines from 'libbsp/powerpc/mpc55xxevb/include/irq-config.h'. * libbsp/powerpc/mpc55xxevb/include/irq-config.h: Removed file. * libbsp/powerpc/mpc55xxevb/Makefile.am, libbsp/powerpc/mpc55xxevb/preinstall.am: Reflect changes above.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-6/+10
| | | | * irq/irq.h, startup/bspstart.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-286-23/+36
| | | | | | * shared/bootloader/em86.c, shared/bootloader/mm.c, shared/console/polled_io.c, shared/irq/irq_init.c, shared/startup/bspstart.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-284-18/+21
| | | | * irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-6/+11
| | | | * network/xiltemac.c, startup/bspstart.c: Remove warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-255-8/+16
| | | | | * console/console.c, ide/pcmcia_ide.c, startup/bspstart.c, startup/imbx8xx.c: Fix some warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-252-2/+5
| | | | * console/consolebsp.h: Remove extraneous #warning.
* 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-142-1/+9
| | | | * shared/flash/flash.c: Include <unistd.h>.
* 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
|
* Add include to pick up read()/close() prototypes.Eric Norum2010-04-082-0/+4
|
* fix sdram timing for MPC5200B chipsThomas Doerfler2010-04-072-4/+20
|
* renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPEThomas Doerfler2010-04-073-8/+13
|
* fixed to support GW_LCFMThomas Doerfler2010-04-0716-355/+534
|
* add some prototypesThomas Doerfler2010-03-271-3/+3
|
* correct prototypesThomas Doerfler2010-03-272-1/+5
|
* *** empty log message ***Thomas Doerfler2010-03-271-5/+0
|
* fix prototypesThomas Doerfler2010-03-272-1/+5
|
* code changes to remove warningsThomas Doerfler2010-03-274-5/+10
|
* fixed some warningsThomas Doerfler2010-03-273-4/+11
|
* removed "bootbard calling" warningThomas Doerfler2010-03-274-10/+8
|
* remove "uninitialized" warning in irq.cThomas Doerfler2010-03-272-2/+2
|
* remove some warningsThomas Doerfler2010-03-271-1/+1
|
* removed typo in uboot sizeThomas Doerfler2010-03-272-2/+2
|
* removed warningsThomas Doerfler2010-03-2713-21/+52
|
* add gwlcfm BSPThomas Doerfler2010-03-251-0/+3
|
* fix timer support, some reworksThomas Doerfler2010-03-255-50/+67
|
* add support for mpc551x based GW_LCFM systemThomas Doerfler2010-03-258-59/+325
|
* change this BSP to use the decrementer as clock sourceThomas Doerfler2010-03-224-345/+8
|
* 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-102-2/+8
| | | | | | PR 1497/bsps * startup/bspreset.c: Do not enable interrupts while waiting for board to reset.
* 2010-02-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-02-102-1/+30
| | | | | | * network/tsec.c: Added code to restart halted DMA after a TX error (from error-isr). Added statistics counters for restarts and DMA bus errors.
* 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).