summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-042-1/+6
| | | | | * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-178-84/+47
| | | | | | * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c, startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate DEBUG_puts.
* 2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-122-29/+41
| | | | | | | | | | | PR 1257/bsps * irq/irq.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
* additional fixes for the shared exception codeThomas Doerfler2007-07-102-2/+6
|
* fixed some problems with shared PPC exception handling codeThomas Doerfler2007-07-052-1/+5
|
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-122-4/+6
| | | | * bsp_specs: Remove qrtems_debug.
* 2007-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-112-1/+6
| | | | | | * startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
* 2007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-317-187/+137
| | | | | | | | | | | | | | * Makefile.am, preinstall.am, * vme/vmeconfig.c (removed), vme/VMEConfig.h (added): cleaned up vme support - use files from libbsp/powerpc/shared/vme and define BSP specifica in VMEConfig.h. Use VME DMA support implemented by vmeUniverse and libbsp/powerpc/shared/vme/vme_universe_dma.c * irq/irq.c, include/gen2.h: removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition. Support for VME IRQ software priorities was incomplete/incorrect on this BSP.
* * Makefile.am,Till Straumann2007-01-192-5/+6
| | | | | | | | | | * ep1a/Makefile.am, ep1a/preinstall.am, * motorola_powerpc/Makefile.am, motorola_powerpc/preinstall.am, * score603e/Makefile.am, score603e/preinstall.am, * shared/vme/VME.h: moved VME.h from libbsp/powerpc/shared/vme to libbsp/shared/vmeUniverse; eventually, this (and other) VME API headers should migrate to cpukit.
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-171-1/+44
| | | | | | | | | | | * ep1a/vme/vmeconfig.c, mvme5500/pci/pcifinddevice.c, * mvme5500/startup/pgtbl_activate.c, mvme5500/vectors/bspException.h, * mvme5500/vectors/exceptionhandler.c, mvme5500/vme/VME.h, * mvme5500/vme/vmeconfig.c, score603e/vme/vmeconfig.c, shared/pci/pcifinddevice.c, * shared/startup/pgtbl_activate.c, shared/startup/pgtbl_setup.c, * shared/startup/probeMemEnd.c, shared/startup/sbrk.c, shared/vme/VME.h, * shared/vme/VMEConfig.h, shared/vme/vme_universe.c, shared/vme/vmeconfig.c: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* Regenerate.Ralf Corsepius2007-01-081-3/+3
|
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-152-1/+6
| | | | | * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * Makefile.am: Remove superfluous -DASM.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-092-16/+47
| | | | * startup/linkcmds: Clean up a bit after adding missing .rela sections.
* Remove eof include fileRalf Corsepius2006-03-172-2/+0
|
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-082-1/+5
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-5/+8
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+4
|
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-1/+1
|
* Cleanup.Ralf Corsepius2006-01-121-2/+0
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-112-4/+5
| | | | | * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-103-134/+27
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-101-0/+119
|
* 2006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-083-0/+17
| | | | | * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested. Jennifer will have to test this.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-262-2/+6
| | | | * include/bsp.h: New header guard.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-173-255/+30
| | | | * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
* 2005-05-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-112-1/+6
| | | | * startup/linkcmds: Add .data.* sections.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-112-1/+5
| | | | * vme/vmeconfig.c: Eliminate unsigned32.
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-062-2/+6
| | | | * include/gen2.h: Changed rtems_unsigned types to uint types
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-042-1/+5
| | | | * irq/irq_init.c: Name change to support common PCI interface
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-042-0/+6
| | | | * include/tm27.h: Correct error in tm27 test
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-284-224/+162
| | | | | | * Add/remove files for the Update to new exception model. * pci/no_host_bridge.c, vme/vmeconfig.c: New files. * clock/clock.c: Removed.
* Move ChangeLog entryJoel Sherrill2005-04-281-0/+8
|
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-285-0/+1172
| | | | | | | * Add/move files for the Update to new exception model. NOTE: These modifications have not been tested on hardware. * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files. * startup/FPGA.c: Removed.
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-287-83/+231
| | | | | | | | * score603e/Makefile.am, score603e/configure.ac, score603e/console/console.c, score603e/include/bsp.h, score603e/include/gen2.h, score603e/include/tm27.h, score603e/startup/bspstart.c: Update score603e to new exception model NOTE: These modifications have not been tested on hardware.
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-152-5/+4
| | | | * clock/clock.c: Fix multiple defined warning
* 2005-04-11 Jennifer Averett<jennifer.averett@oarcorp.com>Jennifer Averett2005-04-117-47/+62
| | | | | | | PR 778/bsps * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c, startup/bspstart.c, tod/tod.c: modify SCORE_.. to BSP_.. for externally used define's.
* 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-162-1/+5
| | | | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-25/+10
| | | | | * startup/spurious.c: Merge ppc603 and ppc603e. Remove digits (Unused).
* 2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-122-1/+5
| | | | * Makefile.am: Fix typo in previous patch.
* Remove.Ralf Corsepius2005-02-121-2/+0
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-124-20/+13
| | | | | | * Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-092-2/+4
| | | | * vectors/vectors.S: Remove XCOFF support.
* 2005-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-282-1/+5
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2005-01-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-262-0/+6
| | | | * startup/linkcmds: Now links.
* 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-183-42/+10
| | | | | * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * include/tod.h: Remove.