summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-75/+0
This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+75
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill28-59/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-09score603e - Eliminate any set_vector() remnantsJoel Sherrill1-46/+0
2012-05-07Revert: Remove CVS IdsJoel Sherrill2-0/+6
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-02score603e - Remove bad $Id$ and clean up file headerJoel Sherrill1-4/+6
2012-02-01Remove all .cvsignore files.Joel Sherrill2-12/+0
2011-06-072011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-11/+12
* configure.ac, startup/bspstart.c: Use standard cache BSP options.
2011-05-18 2011-05-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-0/+16
PR1797/bsps: Applied cleaned-up version of Kate's patch. CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h' setting and as such configurable.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-12/+18
* PCI_bus/PCI.c, console/console.c, include/bsp.h, include/tm27.h, startup/Hwr_init.c, startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+7
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
* 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.
2010-08-152010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+6
* console/console.c: Add BSP_poll_char.
2010-06-292010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+4
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
2010-06-292010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2-0/+8
* configure.ac: Added AC_CHECK_SIZEOF macro.
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-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-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-46/+4
* include/irq-config.h: Removed file.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill3-6/+10
* irq/irq.h, startup/bspstart.c: Remove warnings.
2010-04-252010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-2/+5
* console/consolebsp.h: Remove extraneous #warning.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler2-2/+7
2009-11-30Whitespace removal.Ralf Corsepius8-24/+24
2009-11-28Whitespace removal.Ralf Corsepius2-5/+5
2009-10-23Update for exception support changes.Thomas Doerfler7-19/+20
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* make/custom/score603e.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-162009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill3-2/+11
* configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+38
* make/custom/score603e.cfg: New (relocated from /make/custom).
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-252009-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-212009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-12/+5
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
2009-08-072009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-27/+11
* console/console.c, startup/genpvec.c, startup/setvec.c: Disable call to rtems_interrupt_catch until it is fixed. Need to disabled set_vector.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+8
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
2009-06-02Regenerate.Ralf Corsepius1-5/+5
2009-06-022009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* Makefile.am: Fix breakage having been introduced in previous patch.
2009-05-052009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett28-759/+463
* Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/bsp.h, include/gen2.h, include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h, irq/irq_init.c, start/start.S, startup/Hwr_init.c, startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c, vme/VMEConfig.h: Updated and tested with latest interrupt source. Modified with latest memory allocation, but this needs testing. * irq/no_pic.c: New file.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-4/+10
* start/start.S: Update for boot_card command line change.
2009-02-262009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+11
* irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.
2008-12-072008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* bsp_specs: Remove -Qy from *link.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
2008-10-032008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-31/+6
* Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+4
* preinstall.am: Regenerated.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-18/+6
* Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed. * startup/bspclean.c: Removed.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-8/+4
* preinstall.am: Regenerated.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill18-32/+43
* PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c, pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c, startup/genpvec.c, startup/vmeintr.c: File head clean up.
2008-10-012008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-6/+9
* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c: Fix warnings.