summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-174-3/+7
| | | | * psim, psim-gdb, runtest: Change toolname to match 4.8.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-153-1/+14
| | | | | * Makefile.am, irq/irq.h: 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-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-34/+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-4/+8
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-232-0/+7
| | | | * runtest: Add pvr setting.
* 2006-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-202-2/+94
| | | | | | * psim: Enhance to add limit on how long a single test is allowed to execute. This can be used to significantly enhance the reliability of long batch test runs.
* 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-62/+11
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-101-0/+71
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-092-1/+4
| | | | * Makefile.am: Don't include subdirs.am.
* 2006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-083-4/+11
| | | | | * psim, psim-gdb: Add setting of PVR to 0xfffe0000 since psim needs a special processor version value or exceptions will not work.
* * Makefile.am, vectors/vectors.S: use shared version of vectors.S.Till Straumann2006-01-053-161/+5
|
* - fixed typoTill Straumann2006-01-051-1/+1
|
* 2005-11-03 <strauman@slac.stanford.edu>Till Straumann2005-11-041-2/+2
| | | | | | | | | * mvme5500/irq/irq.h, psim/irq/irq.h, shared/console/uart.c, shared/irq/irq.h: Renamed BSP_ISA_UART_COMx_IRQ -> BSP_UART_COMx_IRQ (uart driver is ISA independent). Removed ugly #ifdef mvme2100. Added test for BSP_UART_USE_SHARED_IRQS symbol which a BSP can define to request that the serial interrupt be shared.
* 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-239/+36
| | | | * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-112-3/+7
| | | | * include/tm27.h: Elininate unsigned32.
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-154-4/+15
| | | | | | PR 779/bsp * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-11 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2005-04-112-0/+9
| | | | | PR 777/bsps * include/bsp.h: Add a Processor_Synchronize command in bsp.h
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-172-1/+9
| | | | | | * startup/bspstart.c: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
* 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-162-1/+5
| | | | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
* Remove.Ralf Corsepius2005-02-121-2/+0
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-124-28/+23
| | | | | | * Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-072-6/+10
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-032-1/+5
| | | | * Makefile.am: Reflect psim-gdb having been added.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-033-96/+37
| | | | * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* 2004-12-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-12-304-21/+49
| | | | | * Makefile.am, psim: Split psim into two files. * psim-gdb: New file.
* Cosmetics.Ralf Corsepius2004-12-302-12/+13
|
* Add PR617 as fixed by conversion to new exceptions.Joel Sherrill2004-11-221-0/+1
|
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-2219-356/+1627
| | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
* Remove environ common declaration -- it broke newlib.Eric Norum2004-10-261-2/+0
|
* Fix typo in previous change.Ralf Corsepius2004-09-242-2/+2
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-244-2/+10
| | | | * configure.ac: Require automake > 1.9.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-233-1/+12
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-233-30/+53
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-10/+5
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-1/+5
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-214-6/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-216-19/+19
|
* Remove stray white spaces.Ralf Corsepius2004-04-155-5/+0
|