summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-092-1/+4
| | | | * startup/bspclean.c: Remove incldue stdio.h
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-0915-900/+46
| | | | | | | | | | | | * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify other optional managers so using them reduces application size instead of increasing it. * optman/rtems/no-barrier.c: New file.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-092-6/+7
| | | | * leaf.cfg: Add optional manager stub for Barrier.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-092-18/+5
| | | | | * bootcard.c: Move __fini call to inside executive for symmettry with __init call.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-093-13/+14
| | | | | * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do not build SPARC code accidentally referenced in Makefile.am.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-093-4/+10
| | | | | * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-096-71/+33
| | | | | | * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, startup/bspstart.c, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-095-76/+28
| | | | | | * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-094-80/+33
| | | | | | * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-094-67/+17
| | | | | | * console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug print methods that are redundant with prntk and replace their usage with printk.
* 2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-072-1/+4
| | | | * mpc8xx/clock/clock.c: Remove unused var extclk_value.
* 2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-072-2/+3
| | | | * startup/bspstart.c: Use uintptr_t for address arithmetics.
* 2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-072-2/+5
| | | | * bsp_specs: Remove -qrtems_debug.
* 2007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-034-4/+14
| | | | | * startup/linkcmds: Handle .data.* sections. Also change directive placing stack on onchip_ram to make ld happy.
* 2007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-0352-35/+138
| | | | * startup/linkcmds: Handle .data.* sections
* 2007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-032-1/+7
| | | | | * startup/linkcmds: Add alignment between data and bss to avoid linking errors when compiling with gcc 4.2.x
* 2007-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-012-4/+27
| | | | * Makefile.am: Minor rework to shrink minimum size to <48K.
* 2007-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-013-3/+28
| | | | | | | | * Makefile.am: Tinkering to reduce .text size of minimum executable from ~64K to ~47K. * Renamed startup/exit.c to startup/bspclean.c * startup/bspclean.c: New file. * startup/exit.c: Removed.
* 2007-05-01 Ray Xu <xr@trasin.net>Joel Sherrill2007-05-018-44/+46
| | | | | | | | * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update BSP to address changes between 4.7 and CVS head as well as to address comments from Ralf and Joel.
* 2007-05-01 Ray Xu <xr@trasin.net>Joel Sherrill2007-05-0110-33/+37
| | | | | | | * README, times, console/lpc22xx_uart.h, console/uart.c, include/bsp.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds: Update BSP to address changes between 4.7 and CVS head as well as to address comments from Ralf and Joel.
* 2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-262-1/+5
| | | | * Makefile.am: Remove reference to ../../shared/main.c.
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-252-0/+28
| | | | * times: New (Initial submission).
* Add missing newline.Ralf Corsepius2007-04-251-1/+1
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-252-1/+197
| | | | * start/start.S: New (Initial submission).
* convert from DOS to unix.Ralf Corsepius2007-04-251-265/+265
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-255-0/+597
| | | | | * include/tm27.h, startup/bspstart.c, startup/exit.c, startup/linkcmds: New (Initial submission).
* 2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-252-0/+6
| | | | * acinclude.m4: Regenerate.
* 2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-252-50/+2
| | | | * Makefile.am: Include preinstall.am
* New.Ralf Corsepius2007-04-253-0/+83
|
* 2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-252-4/+9
| | | | * bsp_specs: Sync with modern GCC.
* Use current OAR license file URL.Ralf Corsepius2007-04-251-1/+1
|
* Convert from DOS to unix.Ralf Corsepius2007-04-251-88/+88
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-259-0/+902
| | | | | | * Makefile.am, README, bsp_specs, configure.ac, console/lpc22xx_uart.h, console/uart.c, include/bsp.h, network/network.c: New (Initial submission).
* Fixup CVS Ids.Ralf Corsepius2007-04-255-5/+5
|
* Fixup CVS Ids.Ralf Corsepius2007-04-253-3/+3
|
* Regenerate.Ralf Corsepius2007-04-251-0/+9
|
* 2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-251-0/+7
| | | | | | | * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Use current OAR license file URL.
* Use current OAR license file URL.Ralf Corsepius2007-04-257-7/+7
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-254-1/+342
| | | | | * lpc22xx/irq/bsp_irq_init.c lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
* Convert to Unix.Ralf Corsepius2007-04-251-48/+48
|
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-258-0/+867
| | | | | | | * Makefile.am, configure.ac: Add lpc22xx support. * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h, lpc22xx/timer/timer.c: New (Initial submission).
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-2/+25
| | | | | * mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last tick handler.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+5
| | | | * posix/tools/runtest.in: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-174-4/+9
| | | | | * erc32/tools/runtest.in, leon2/tools/runtest.in, leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+5
| | | | * simsh4/tools/runtest.in: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+5
| | | | * psim/tools/runtest: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+5
| | | | * jmr3904/tools/runtest: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+6
| | | | | * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+5
| | | | * c4xsim/tools/runtest.in: Do not run pppd.exe from batch mode script.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-173-22/+42
| | | | | * shared/clock/rtc.c, shared/timer/timer.c: Fix compile errors and address most warnings about constants being too large.