summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius132-81/+473
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius44-45/+88
* Makefile.am: Remove noinst_PROGRAMS (Unused).
2008-09-29Cosmetics.Ralf Corsepius1-1/+0
2008-09-282008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Cleanup.
2008-09-28New.Ralf Corsepius2-38/+47
2008-09-262008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* runtest.in: Use target_alias instead of hard-coded target.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Remove superfluous $(top_srcdir).
2008-09-262008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* Makefile.am: Don't install files from shared/. Remove references to preinstall.am. * preinstall.am: Remove.
2008-09-26Don't install files from shared/. Remove references to preinstall.am.Ralf Corsepius1-4/+1
2008-09-26Remove.Ralf Corsepius1-24/+0
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+16
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius90-92/+468
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius69-17/+367
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+16
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-0/+32
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius27-6/+143
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+5
* include/bsp.h: Rely on clock driver to determine when we should use fast idle.
2008-09-252008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill5-1/+17
* clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
2008-09-252008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill3-5/+6
* include/bsp.h, startup/bspstart.c:
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill8-454/+251
* Makefile.am, configure.ac, sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c: Move duplicated context switch code to score/cpu and provide an interrupt handling stub for the GDB SuperH simulator since it does not support interrupts or devices. This has been used to run tests on the simulator BSP as SH1, SH2, and SH4. * shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: New files.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* startup/linkcmds: GDB Simulator has 16MB RAM.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill10-29/+24
* preinstall.am: Regenerated.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+11
* shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+10
* configure.ac: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-4/+8
* configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-1/+15
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-48/+6
* Makefile.am: Now runs using fake clock ticker. * clock/clockdrv.c: Removed.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* start/start.S: Fix name of idtsim__exit.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-9/+54
* console/console-io.c: Add missing file and remove junk code. * console/syscalls.S: New file.
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+9
* startup/linkcmds: Simulator now appears to have 16M RAM support by default in gdb 6.8.
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-5/+21
* Makefile.am, console/console-io.c, include/bsp.h:
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+59
* clock_driver_simidle.c: New file. This implementation is for BSPs for simulators without a clock tick ISR. It provides a special IDLE task that calls rtems_clock_tick() repeatedly when the application ends up in the IDLE task. This simulates time advancing. It is enough to run many tests but will not result in the correct behavior when you want timeslicing. This is because timeslicing assumes that a tick ISR determines that the currently executing thread must be switched out. Without a clock tick ISR, this will not occur.
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+6
* clock/clockdrv.c: Fix comment.
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill8-446/+53
* Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h, start/start.S, startup/linkcmds: Now runs ticker and hello on sh-rtems4.10-gdb. The SH simulator in gdb has no hardware IO or interrupt simulation so we use the trap interface to print. * gdbsci/gdbsci.c: Removed.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius10-54/+64
* Makefile.am: Eliminates libcpudir.
2008-09-24Regenerate.Ralf Corsepius1-5/+5
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-16/+4
* Makefile.am: Remove NETWORKING (Sources are missing).
2008-09-24Remove duplicate bsp_specs.Ralf Corsepius1-3/+2
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+5
* Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius12-9/+28
* Makefile.am: Cosmetics.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+6
* Makefile.am: Add bsp_specs.
2008-09-242008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+5
PR 1323/bsps * Makefile.am: Remove AM_CFLAGS += -msoft-float.
2008-09-242008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* Makefile.am: Remove empty HAS_NETWORKING conditional.
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-0/+35
PR 1322/bsps * include/bspopts.h.in: Remove.
2008-09-24New.Ralf Corsepius7-0/+28
2008-09-242008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-195/+0
PR 1322/bsps * include/bspopts.h.in: Remove.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-107/+95
* bootcard.c, include/bootcard.h: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill120-61/+423
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill21-51/+58
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-0/+9
* Makefile.am, configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.