summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill22-2047/+12
* dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
2007-05-112007-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* clock/clock.c: include <tic4x/c4xio.h>.
2007-05-11 * vmeUniverse/vmeUniverse.c: Changed types to silenceTill Straumann2-2/+7
compiler warnings.
2007-05-10Back off patch which should not have been committed.Joel Sherrill2-9/+4
2007-05-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-4/+9
PR 1237/rtems * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+4
* startup/bspclean.c: Remove incldue stdio.h
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill15-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-6/+7
* leaf.cfg: Add optional manager stub for Barrier.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-18/+5
* bootcard.c: Move __fini call to inside executive for symmettry with __init call.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-13/+14
* Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do not build SPARC code accidentally referenced in Makefile.am.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill6-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill5-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-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-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-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-072007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+4
* mpc8xx/clock/clock.c: Remove unused var extclk_value.
2007-05-072007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+3
* startup/bspstart.c: Use uintptr_t for address arithmetics.
2007-05-072007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* bsp_specs: Remove -qrtems_debug.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-4/+14
* startup/linkcmds: Handle .data.* sections. Also change directive placing stack on onchip_ram to make ld happy.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill52-35/+138
* startup/linkcmds: Handle .data.* sections
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* startup/linkcmds: Add alignment between data and bss to avoid linking errors when compiling with gcc 4.2.x
2007-05-012007-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-4/+27
* Makefile.am: Minor rework to shrink minimum size to <48K.
2007-05-012007-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-012007-05-01 Ray Xu <xr@trasin.net>Joel Sherrill8-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-012007-05-01 Ray Xu <xr@trasin.net>Joel Sherrill10-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-262007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Remove reference to ../../shared/main.c.
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2-0/+28
* times: New (Initial submission).
2007-04-25Add missing newline.Ralf Corsepius1-1/+1
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2-1/+197
* start/start.S: New (Initial submission).
2007-04-25convert from DOS to unix.Ralf Corsepius1-265/+265
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius5-0/+597
* include/tm27.h, startup/bspstart.c, startup/exit.c, startup/linkcmds: New (Initial submission).
2007-04-252007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+6
* acinclude.m4: Regenerate.
2007-04-252007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-50/+2
* Makefile.am: Include preinstall.am
2007-04-25New.Ralf Corsepius3-0/+83
2007-04-252007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+9
* bsp_specs: Sync with modern GCC.
2007-04-25Use current OAR license file URL.Ralf Corsepius1-1/+1
2007-04-25Convert from DOS to unix.Ralf Corsepius1-88/+88
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius9-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).
2007-04-25Fixup CVS Ids.Ralf Corsepius5-5/+5
2007-04-25Fixup CVS Ids.Ralf Corsepius3-3/+3
2007-04-25Regenerate.Ralf Corsepius1-0/+9
2007-04-252007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2007-04-25Use current OAR license file URL.Ralf Corsepius7-7/+7
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius4-1/+342
* lpc22xx/irq/bsp_irq_init.c lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
2007-04-25Convert to Unix.Ralf Corsepius1-48/+48
2007-04-252007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius8-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-172007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+25
* mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last tick handler.
2007-04-172007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* posix/tools/runtest.in: Do not run pppd.exe from batch mode script.
2007-04-172007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-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-172007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* simsh4/tools/runtest.in: Do not run pppd.exe from batch mode script.