summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-2/+10
| | | | | * spsize/size.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-0/+7
| | | | | * stackchk/check.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-0/+12
| | | | * startup/Makefile.am: Added -DARM_RDI_MONITOR.
* 2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-07-302-17/+20
| | | | | | | * irq/irq_asm.S: ARM port works well enough to run all sptests, tmtests, and ttcp. In addition to general cleanup, there has been considerable optimization to interrupt disable/enable, endian swapping, and context switching.
* 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-304-188/+9
| | | | | | | * cpuModel.S: Include <rtems/score/registers.h> instead of <libcpu/registers.h>. * registers.h: Removed. * Makefile.am: Remove registers.h.
* 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-303-5/+7
| | | | | | * startup/ldsegs.S: #include <asm.h>. * include/bsp.h: Remove _IBMPC_chrdy (is not a public function). Remove printk (Now in bspIo.h).
* 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-273-5/+13
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-273-1/+9
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-266-2/+20
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-262-1/+10
| | | | * Makefile.am: Add transform and bsptools_bindir hacks.
* 2002-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-258-4/+40
| | | | | * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__ to remove problems linking empty main(){} with BSP.
* 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-07-255-5/+10
| | | | | * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255 fix prototype mismatches.
* 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-07-252-1/+5
| | | | * bootloader/em86real.S: Fix syntax error in comment near line 1185.
* 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-252-4/+8
| | | | | * bootloader/Makefile.am: Install bootloader.o. Install bootloader/bootloader.ppcboot.lds.
* 2002-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-252-2/+12
| | | | * vectors/Makefile.am: Install bsp/vectors.h.
* 2002-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-242-2/+10
| | | | | * wrapup/Makefile.am: Temporarily don't include serdbg since it causes some BSPs to not link "main(){}" as required by autoconf.
* 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-242-0/+5
| | | | * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
* 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-243-10/+20
| | | | | * include/Makefile.am: Fix preinstallation. * bootloader: Eliminate $(INCLUDES).
* 2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-233-3/+10
| | | | | | * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
* 2002-07-22 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-07-222-1/+7
| | | | | | * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the fix for an earlier patch (PR213) which added support for setting BAT0 to setdbat().
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-07-222-8/+10
| | | | | | * startup/bspstart.c: Per PR252 removed hack that tripled size of RTEMS Workspace when POSIX is configured. This was probably done to account for confdefs.h missing some application requirements.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-222-1/+5
| | | | * configure.ac: AC_CONFIG_SRCDIR([../libmisc]).
* Remove, moved to cpukit.Ralf Corsepius2002-07-221684-265553/+0
|
* Remove everything.Ralf Corsepius2002-07-2239-1370/+0
|
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-222-9/+7
| | | | | | | * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING, RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES, RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-223-645/+7
| | | | | * acinclude.m4: Add test "$multilib" != "yes". * config-ml.in: Remove.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-222-9/+14
| | | | | * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical changes.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-223-14/+13
| | | | | | | * acinclude.m4: Cleanups. * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-213-2/+10
| | | | * Makefile.am: Fix oversights in previous patch.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-4/+7
| | | | * startup/Makefile.am: Reformat.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-214-139/+14
| | | | | | * rtems.S: Remove. * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS instead of INCLUDES (Latest automake standard).
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-1/+6
| | | | | * start/Makefile.am: Fix bug in previous patch. Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-7/+11
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-1/+6
| | | | | * start/Makefile.am: Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-0/+8
| | | | | | * start/Makefile.am: Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o (Didn't make it into cvs at 2002-07-20 :( )
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-2112-24/+48
| | | | | * start/Makefile.am: Eliminate PGMS. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-2114-42/+70
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-2130-90/+150
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-214-12/+20
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-0/+6
| | | | | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT) bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-216-18/+30
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-6/+10
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-214-12/+20
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-3/+4
| | | | * start/Makefile.am: Remove leftover from eliminating PGM.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-214-6/+14
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-3/+9
| | | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-209-20/+36
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-203-0/+7
| | | | * capture/capture.c: include <string.h> for memset.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-202-6/+10
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-202-6/+12
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.