summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-2824-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | * beatnik/include/bsp.h, beatnik/irq/irq.h, beatnik/pci/gt_pci_init.c, ep1a/console/polled_io.c, ep1a/irq/openpic_xxx_irq.c, gen5200/include/irq.h, gen5200/irq/irq.c, gen5200/startup/bspstart.c, haleakala/irq/irq.c, mbx8xx/irq/irq.c, mbx8xx/irq/irq.h, motorola_powerpc/include/bsp.h, mpc8260ads/irq/irq.c, mpc8260ads/irq/irq.h, mvme3100/include/bsp.h, mvme3100/irq/irq.h, mvme3100/start/start.S, mvme5500/include/bsp.h, mvme5500/irq/irq.h, psim/include/bsp.h, psim/include/coverhd.h, psim/irq/irq.h, psim/shmsupp/addrconv.c, psim/shmsupp/getcfg.c, psim/startup/linkcmds, psim/tools/psim-gdb-top.in, psim/tools/psim-top.in, psim/tools/runtest-top.in, qemuppc/irq/irq.h, score603e/irq/irq.c, shared/bootloader/bootldr.h, shared/bootloader/em86.c, shared/bootloader/em86real.S, shared/bootloader/exception.S, shared/bootloader/head.S, shared/bootloader/lib.c, shared/bootloader/misc.c, shared/bootloader/mm.c, shared/bootloader/pci.c, shared/console/console.c, shared/console/consoleIo.h, shared/console/inch.c, shared/console/keyboard.h, shared/console/polled_io.c, shared/irq/i8259.c, shared/irq/irq.h, shared/irq/openpic_i8259_irq.c, shared/motorola/motorola.c, shared/motorola/motorola.h, shared/openpic/openpic.c, shared/openpic/openpic.h, shared/pci/pci.c, shared/residual/residual.c, shared/start/start.S, ss555/irq/irq.h: Fix typo where license said found in found in.
* 2011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-191-1/+1
| | | | * shared/pci/detect_raven_bridge.c: Fix spelling.
* 2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-171-1/+1
| | | | * shared/pci/detect_raven_bridge.c: Fix spelling.
* 2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-171-4/+0
| | | | * shared/start/start.S: Remove conflict lines in comments.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-302-28/+23
| | | | | | * shared/uboot_dump_bdinfo.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot-board-info.h: New file. * shared/include/u-boot.h: Removed file.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-292-0/+188
| | | | * shared/include/start.h, shared/src/bsp-start-zero.S: New files.
* 2010-08-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-08-251-6/+15
| | | | | | PR 1689/bsps * shared/flash/intelFlash.c: Scale erase timeout by actual system clock rate rather than assuming a fixed value.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-151-1/+2
| | | | * shared/console/polled_io.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-031-31/+36
| | | | | * shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the test of having sbrk() support in malloc can link.
* 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-071-68/+76
| | | | | | PR 1606/cpukit * shared/startup/panic.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
* 2010-06-21 Peter Dufault <dufault@hda.com>Joel Sherrill2010-06-211-5/+0
| | | | | PR 1583/bsps * shared/startup/panic.c: Remove reference to ITRON.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-285-23/+30
| | | | | | * 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-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-141-0/+1
| | | | * shared/flash/flash.c: Include <unistd.h>.
* Add include to pick up read()/close() prototypes.Eric Norum2010-04-081-0/+1
|
* fix prototypesThomas Doerfler2010-03-271-1/+1
|
* adapted to new prototype for *_write functionThomas Doerfler2009-12-172-24/+24
|
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-1/+1
| | | | | PR 1483/cpukit * shared/pci/pci.c: Rename pci_config into rtems_pci_config_t.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-101-0/+3
| | | | * shared/irq/irq_init.c: Add missing initializer.
* Add prototype for boot_udelay.Ralf Corsepius2009-12-101-1/+1
|
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-0/+19
| | | | | * shared/start/start.S: Added AltiVec support (initializing MSR[VE], VSCR and VRSAVE).
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-1/+2
| | | | | * shared/vme/vme_universe.c: moved extern declaration out of local scope.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-1/+1
| | | | * shared/startup/panic.c: Fixed compiler warning.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-10/+1
| | | | | * shared/startup/probeMemEnd.c: removed __here_s_the_real_end check. __rtems_end should be good enough.
* Whitespace removal.Ralf Corsepius2009-11-3034-239/+239
|
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-3/+9
| | | | | * shared/start/start.S: Align initial stack to CPU_STACK_ALIGNMENT.
* various PowerPC code maintenanceThomas Doerfler2009-11-032-30/+1
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-3/+3
| | | | * shared/startup/probeMemEnd.c: Add missing prototypes.
* remove depratated powerpc exception APIThomas Doerfler2009-10-307-1421/+0
|
* Update for exception support changes.Thomas Doerfler2009-10-234-9/+9
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-6/+6
| | | | | * shared/startup/pgtbl_setup.c: Fixed compiler warnings (added prototypes to function declarations etc.)
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-1/+2
| | | | | | * shared/start/start.S, shared/startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
* *** empty log message ***Till Straumann2009-10-201-6/+1
|
* 2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-191-0/+2
| | | | * shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-4/+5
| | | | * shared/startup/zerobss.c: Remove nested externs.
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-162-3/+3
| | | | | * shared/motorola/motorola.c, shared/vme/vme_universe.c: Add missing prototypes.
* 2009-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-031-1/+1
| | | | | * shared/openpic/openpic.c: Make openpic_writefield static inline (Get rid of GCC warning).
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-2/+2
| | | | | * shared/console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
* 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-251-12/+12
| | | | * shared/bootloader/bootldr.h: Change extern inline to static inline.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-111-1/+1
| | | | | * shared/openpic/openpic.c: include the more generic <rtems/pci.h> rather than <bsp/pci.h>.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-111-0/+2
| | | | | | * irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h> if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not have to create a dummy VMEConfig.h header.
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-101-0/+36
| | | | | PR 1435/bsps * shared/startup/bspidle.c: New file.
* 2009-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-251-1/+1
| | | | | | * ep1a/startup/linkcmds, mbx8xx/startup/linkcmds, score603e/startup/linkcmds, shared/startup/linkcmds, ss555/startup/linkcmds: Fix typos in .eh_frame sections.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-1/+1
| | | | | * shared/flash/spansionFlash.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-081-4/+4
| | | | | | * shared/startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2009-05-051-3/+5
| | | | * shared/pci/pci.c: Removed warnings.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-4/+6
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-121-3/+3
| | | | | | | | | PR 1385/cpukit * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the C99 bool, the size changed from 4 bytes to 1 byte. The interrupt dispatching code accesses two boolean variables for scheduling purposes and the assembly implementations of this code did not get updated.
* - must return original memory size in *heap_size_p if policy == -1Till Straumann2009-03-051-0/+1
|
* * shared/clock/clock.c: Standard decrementer exception is now moreThomas Doerfler2009-03-051-27/+34
| | | | robust against erroneous external exception disable times.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-271-5/+20
| | | | | * shared/startup/bspgetworkarea.c: Add check to determine if current stack pointer is in work area.