summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1684/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1685/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-2/+7
| | | | | PR 1686/bsps * console/console.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * shared/console/polled_io.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * console/console.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * console/polled_io.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-31/+41
| | | | | * shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the test of having sbrk() support in malloc can link.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-038-4/+24
| | | | * console/console.c: Add BSP_poll_char.
* 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
|