summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-29136-571/+1031
| | | | * Makefile.am: Eliminate *_SOURCES.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-29132-81/+473
| | | | | * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2944-45/+88
| | | | * Makefile.am: Remove noinst_PROGRAMS (Unused).
* Cosmetics.Ralf Corsepius2008-09-291-1/+0
|
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-281-0/+4
| | | | * Makefile.am: Cleanup.
* New.Ralf Corsepius2008-09-282-38/+47
|
* 2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-262-1/+5
| | | | * runtest.in: Use target_alias instead of hard-coded target.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-262-1/+5
| | | | * Makefile.am: Remove superfluous $(top_srcdir).
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-261-0/+6
| | | | | | * Makefile.am: Don't install files from shared/. Remove references to preinstall.am. * preinstall.am: Remove.
* Don't install files from shared/. Remove references to preinstall.am.Ralf Corsepius2008-09-261-4/+1
|
* Remove.Ralf Corsepius2008-09-261-24/+0
|
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-263-0/+16
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2690-92/+468
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2669-17/+367
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-263-0/+16
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-266-0/+32
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2627-6/+143
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-3/+5
| | | | | * include/bsp.h: Rely on clock driver to determine when we should use fast idle.
* 2008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-09-255-1/+17
| | | | * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
* 2008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-09-253-5/+6
| | | | * include/bsp.h, startup/bspstart.c:
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-258-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-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-2/+6
| | | | * startup/linkcmds: GDB Simulator has 16MB RAM.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-2510-29/+24
| | | | * preinstall.am: Regenerated.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-0/+11
| | | | | * shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-0/+10
| | | | | * configure.ac: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-4/+8
| | | | | * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-1/+15
| | | | * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-48/+6
| | | | | * Makefile.am: Now runs using fake clock ticker. * clock/clockdrv.c: Removed.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-1/+5
| | | | * start/start.S: Fix name of idtsim__exit.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-9/+54
| | | | | * console/console-io.c: Add missing file and remove junk code. * console/syscalls.S: New file.
* 2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-242-4/+9
| | | | | * startup/linkcmds: Simulator now appears to have 16M RAM support by default in gdb 6.8.
* 2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-244-5/+21
| | | | * Makefile.am, console/console-io.c, include/bsp.h:
* 2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-242-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-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-242-3/+6
| | | | * clock/clockdrv.c: Fix comment.
* 2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-248-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-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-242-5/+9
| | | | * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-2/+6
| | | | * aclocal/bsp-bootcard-options.m4: Fix quoting.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2410-54/+64
| | | | * Makefile.am: Eliminates libcpudir.
* Regenerate.Ralf Corsepius2008-09-241-5/+5
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-16/+4
| | | | * Makefile.am: Remove NETWORKING (Sources are missing).
* Remove duplicate bsp_specs.Ralf Corsepius2008-09-241-3/+2
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-0/+5
| | | | * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2412-9/+28
| | | | * Makefile.am: Cosmetics.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-0/+6
| | | | * Makefile.am: Add bsp_specs.
* 2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-3/+5
| | | | | PR 1323/bsps * Makefile.am: Remove AM_CFLAGS += -msoft-float.
* 2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-3/+4
| | | | * Makefile.am: Remove empty HAS_NETWORKING conditional.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-247-0/+35
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* New.Ralf Corsepius2008-09-247-0/+28
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-247-195/+0
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-233-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.