Timeline



07/29/02:

07:55 Changeset in rtems [3d36fe3d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script) to generate mk*spec scripts. * mkbspspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * cpukit/mkspec.in: Cosmetical changes.
07:40 Changeset in rtems [620c972]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * ChangeLog?: Fix 2002-07-22 ChangeLog? entry bogusly referring to Joel. * cpukit/Makefile.am: New. * cpukit/mkspec.in: New. * cpukit/rtems-cpukit.spec.in: New. * cpukit/.cvsignore: New. * configure.ac: Add cpukit. Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit). * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup RTEMS_VERSION). * setup.def: Use %{_tmppath} as default for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgccnewlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgcc3newlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgdbspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root.

07/27/02:

15:57 Changeset in rtems [14102c62]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
15:29 Changeset in rtems [ca35b669]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.

07/26/02:

16:05 Changeset in rtems [3c18533]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
BSPDIR=/opt/rtems/powerpc-rtems/mcp750/lib/include CPUDIR=/opt/rtems/powerpc-rtems/include cd $BSPDIR find . -name "*.h" | while read f do if [ -r ${CPUDIR}/${f} ] ; then echo Conflict on ${f} fi done
15:05 Ticket #258 (supplement/m68k does not build) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Change @ to @@ to in email address. Patch committed.
14:31 Changeset in rtems [cce1ac79]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
14:22 Ticket #258 (supplement/m68k does not build) created by Ralf Corsepius
doc/supplements/m68k> make cd …
13:32 Changeset in rtems [a85d8ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
13:31 Changeset in rtems [2a582aa5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * configure.ac: Disable LIBRPC for the c4x. Check for presence of score/cpu/${RTEMS_CPU}/cpu.c. * wrapup/Makefile.am: Reflect changes above. Let librtemscpu.a depend upon libscorecpu.a.
12:51 Changeset in rtems [c3efdb3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * automake/compile.am: Use .$(OBJEXT) instead of .o.
05:26 Changeset in rtems [8f3cdf10]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks.

07/25/02:

21:00 Changeset in rtems [bc9037d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Joel Sherrill <joel@…> * startup/linkcmds: Added EH_FRAME_BEGIN and EH_FRAME_END to remove problems linking empty main(){} with BSP.
14:53 Ticket #257 (c4sim accesses c3x function) created by Ralf Corsepius
Apparent bug in the c4xsim BSP: Making all in ticker gmake[3]: …
13:54 Changeset in rtems [a5d65440]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255 fix prototype mismatches.
13:51 Changeset in rtems [c654ac53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * bootloader/em86real.S: Fix syntax error in comment near line 1185.
12:55 Ticket #256 (Incorrect prototyping) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: FYI I spotted ushort and int mismatches on the h8300 where int == 16 bits and fixed those this week also. :)
12:52 Ticket #254 (c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S: syntax error?) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks. I independently came up with the same fix before realizing you had a patch attached. asm comment looked like valid cpp directive.
12:18 Ticket #256 (Incorrect prototyping) created by Ralf Corsepius
Several prototypes/declaration mismatch. Esp. int and u_chars are used …
08:21 Ticket #255 (c4x-rtems-gcc crt0.o stupidity) created by Ralf Corsepius
From the c4x-rtems-newlib patch: you'll have to copy the object file …
05:10 Changeset in rtems [caee5a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Install bootloader.o. Install bootloader/bootloader.ppcboot.lds.
04:19 Ticket #254 (c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S: syntax error?) created by Ralf Corsepius
../../../../../../../../../../rtems.work/c/src/lib/libbsp/powerpc/share …
00:05 Changeset in rtems [7e111950]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * vectors/Makefile.am: Install bsp/vectors.h.

07/24/02:

13:31 Changeset in rtems [7660fe6b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated to use gcc 3.1 arguments.
13:26 Changeset in rtems [053f9f1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * wrapup/Makefile.am: Temporarily don't include serdbg since it causes some BSPs to not link "main(){}" as required by autoconf.
13:25 Changeset in rtems [7b43151]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * sys/select.h: Add a prototype of select() to avoid warnings. In particular a C++ application using select() required a prototype.
13:25 Changeset in rtems [ce75da6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * Makefile.am, libc/res_send.c: Do not install or use <poll.h> since RTEMS does not support it.
10:17 Changeset in rtems [d5fa21ef]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-24 Ralf Corsepius <corsepiu@…> * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
10:13 Changeset in rtems [115a390]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-24 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Fix preinstallation. * bootloader: Eliminate $(INCLUDES).

07/23/02:

22:43 Changeset in rtems [323845bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Joel Sherrill <joel@…> * include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253 add the missing _ISR_Disable. This fix was already applied to the old location (c/src/exec/score/...).
21:49 Ticket #253 (Current CVS version dies in initialization -- rtems_region_create) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Description is dead on. Interestingly only impacts some ports -- those which directly use _level in a status register. Fix was accidentally applied only to the old (non-cpukit) side of the tree. http://www.oarcorp.com/cgi-bin/cvsweb.cgi/rtems/c/src/exec/score/include/rtems/score/Attic/apimutex.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=u
21:06 Changeset in rtems [f6e7123d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-23 Joel Sherrill <joel@…> * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
20:46 Ticket #253 (Current CVS version dies in initialization -- rtems_region_create) created by Eric Norum
rtems_region_create calls _RTEMS_Lock_allocator which calls …
02:30 Changeset in rtems [c0198bbd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-23 Ralf Corsepius <corsepiu@…> * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).

07/22/02:

23:16 Changeset in rtems [c1f00ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Till Straumann <strauman@…> * 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().
22:56 Changeset in rtems [4cc3ff95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Joel Sherrill <joel@…> * Templates/Makefile?.leaf: Clarify the MANAGERS example.
22:17 Ticket #241 (fix setdbat() for BAT0 (libcpu/powerpc/mpc6xx)) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks Till. Sorry for missing this. It got buried with all the email I got between the holiday and my week vacation. :(
16:07 Changeset in rtems [b4cde04]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/subdirs.m4: Remove. * acinclude.m4: New (Replaces aclocal/subdirs.m4).
13:58 Changeset in rtems [305dd8bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
13:57 Changeset in rtems [38ae496e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use .$(OBJEXT) instead of .o.
13:55 Changeset in rtems [83864ea]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o. * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
13:51 Changeset in rtems [53f6727]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
13:44 Changeset in rtems [0e1dd41f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * kern/Makefile.am: Use .$(OBJEXT) instead of .o. * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * wrapup/Makefile.am: Ditto.
13:44 Changeset in rtems [239cf33]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o. * src/src/imfs/Makefile.am: Ditto.
13:39 Changeset in rtems [4ca9353]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use .$(OBJEXT) instead of .o.
13:39 Changeset in rtems [eb5100b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
12:32 Changeset in rtems [178592c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * 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.
11:42 Ticket #251 (tool patches missing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: You caught me in the middle of building new ones. :) They are there now.
11:32 Ticket #252 (i386ex/startup/bspstart.c: BSP_Configuration.work_space_size *= 3) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks for spotting this.
10:20 Changeset in rtems [33b52ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * configure.ac: AC_CONFIG_SRCDIR(libmisc).
10:13 Changeset in rtems [0e08a3c3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of exec/score/cpu.
09:57 Changeset in rtems [3ad7f69d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Joel Sherrill <joel@…> * binutils/Makefile.am: Add or32-rtems-binutils.
09:56 Changeset in rtems [405c7d1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
09:53 Changeset in rtems [17e97568]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME.
09:46 Changeset in rtems [2b3e9d9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove, moved to cpukit.
09:37 Changeset in rtems [b7b3e5e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove everything.
09:36 Changeset in rtems [b9292646]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
09:36 Changeset in rtems [ae56a27]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME.
09:27 Changeset in rtems [9f6d7a3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
09:25 Changeset in rtems [deec7a2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * 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.
09:22 Changeset in rtems [dbaca2a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * acinclude.m4: Add test "$multilib" != "yes". * config-ml.in: Remove.
09:21 Changeset in rtems [ac7c680]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
09:17 Changeset in rtems [35b2275]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
09:17 Changeset in rtems [14620166]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/rtems-top.m4: New PROJECT_ROOT handling. * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK, references to bsp_specs. Use project_libdir instead of $(PROJECT_RELEASE)/lib.
07:14 Changeset in rtems [be3e0f7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * configure.ac: Activate cpukit. Remove references to c/src/exec.
06:35 Changeset in rtems [eb4b28d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * kern/Makefile.am: Eliminate LIBNAME. * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
06:35 Changeset in rtems [3e83325]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/dosfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * src/imfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * wrapup/Makefile.am: Eliminate LIBNAME.
06:35 Changeset in rtems [8b006a77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard).
06:35 Changeset in rtems [ef73563f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
06:14 Changeset in rtems [8510772]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical changes.
06:01 Changeset in rtems [247874ae]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * acinclude.m4: Cleanups. * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
04:06 Ticket #252 (i386ex/startup/bspstart.c: BSP_Configuration.work_space_size *= 3) created by Ralf Corsepius
c/src/lib/libbsp/i386/i386ex/startup/bspstart.c contains this: #if …
03:28 Ticket #251 (tool patches missing) created by Ralf Corsepius
Some patches referred to in scripts/setup.def are not available from …

07/21/02:

17:02 Changeset in rtems [c08c6b5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * Makefile.am: Fix oversights in previous patch.
16:53 Changeset in rtems [5e53a556]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Reformat.
16:45 Changeset in rtems [a36f4a8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * rtems.S: Remove. * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS instead of INCLUDES (Latest automake standard).
08:20 Changeset in rtems [4375911b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Fix bug in previous patch. Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
08:16 Changeset in rtems [18e3bb6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
06:42 Changeset in rtems [a41943ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
05:09 Changeset in rtems [8a49cc65]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o (Didn't make it into cvs at 2002-07-20 :( )
04:41 Changeset in rtems [5543770e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGMS. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
04:23 Changeset in rtems [b9288fb1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
04:05 Changeset in rtems [496686a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
03:47 Changeset in rtems [8880e223]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
03:35 Changeset in rtems [1efdce91]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * 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)
03:27 Changeset in rtems [c86101db]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
03:25 Changeset in rtems [5c1488a1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
03:25 Changeset in rtems [4f44fb1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
02:49 Changeset in rtems [02e3a4a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-21 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Remove leftover from eliminating PGM.
02:25 Changeset in rtems [4ca150f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
02:24 Changeset in rtems [0b34e440]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * 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.

07/20/02:

15:59 Changeset in rtems [c304bc3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
09:18 Changeset in rtems [aebc8290]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * capture/capture.c: include <string.h> for memset.
08:19 Changeset in rtems [e28258c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
07:37 Changeset in rtems [b324c27]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
07:36 Changeset in rtems [cff6411]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Eliminate PGM.
05:55 Changeset in rtems [6891f9f6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds.
05:47 Changeset in rtems [f1feebb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds.
05:47 Changeset in rtems [87ea9dc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
05:42 Changeset in rtems [c965c85]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
05:42 Changeset in rtems [0250594]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram.
05:39 Changeset in rtems [42a297eb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-20 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
05:37 Changeset in rtems [972e2ac]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
05:37 Changeset in rtems [f4d43dd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds.
05:34 Changeset in rtems [25cdd2b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
05:33 Changeset in rtems [0a2fd145]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
05:33 Changeset in rtems [233034f3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit linkcmds.flash.
05:33 Changeset in rtems [608fa2e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom linkcmds.bootp.

07/19/02:

16:31 Changeset in rtems [9b49454]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-19 Joel Sherrill <joel@…> * include/rtems/score/apimutex.h (_API_Mutex_Lock): Added missing _ISR_Disable.
16:29 Changeset in rtems [8b1d3bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-19 Joel Sherrill <joel@…> * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
12:23 Ticket #250 (BSPs do not install all components) created by Joel Sherrill
Ralf's patch to remove tar method of installation missed adding the …
05:05 Changeset in rtems [fdc10e3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds.
05:04 Changeset in rtems [74be23a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds ramlink romlink.
04:54 Changeset in rtems [1a27b40]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Add bsplib_DATA = linkcmds.
04:12 Changeset in rtems [ec7fc23]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove setting up bsplibdir.
04:06 Changeset in rtems [90d6c6cf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-19 Ralf Corsepius <corsepiu@…> * bsp.am: Add bsplib_DATA = bsp_specs.
04:04 Changeset in rtems [cca5631]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-18 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.

07/18/02:

13:26 Ticket #249 (Latest snapshot fails to install properly) created by Eric Norum
I cleaned out /opt/rtems and built the latest tools and RTEMS …
12:01 Ticket #248 (Addon packages in snapshots directory are out of date) created by Eric Norum
The add-on packages in the snapshots directory …
09:32 Ticket #247 (h8300: Ld error) created by Ralf Corsepius
Making all in unlimited gmake[5]: Entering directory …
06:06 Ticket #246 (cpukit/aclocal/version.m4 out of sync) created by Ralf Corsepius
Joel's release script misses to update c/src/exec/aclocal/version.m4 …
02:23 Ticket #245 (Latest newlib from CVS has different _write_r prototype.) created by Eric Norum
_write_r prototype doesn't match function. Release: CVS …

07/17/02:

22:28 Changeset in rtems [60f3702]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-17 Ralf Corsepius <corsepiu@…> * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit. * aclocal/check-cpu.m4: Ditto. * aclocal/check-bsps.m4: Ditto.
17:21 Changeset in rtems [76af1fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-ss-20020717.
17:19 Changeset in rtems [f9c74e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
17:17 Changeset in rtems [d5136d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * irq/irq_asm.S: Significant rework in attempt to make interrupts work. They appear to be very close to correct but not 100%.
17:17 Changeset in rtems [3e2f5cc1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * start/start.S: Added SWI_Handler.
17:16 Changeset in rtems [18e45af1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * irq/bsp_irq_asm.S: Disable code to touch PIC.
17:14 Changeset in rtems [4f0b287]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * rtems/score/cpu_asm.h: Enhanced to include register offsets. * Makefile.am: Install rtems/score/cpu_asm.h. * cpu.c: Significantly enhanced including the implementation of _CPU_ISR_Get_level. * cpu_asm.S: Improved behavior of context switch and interrupt dispatching. * rtems/score/arm.h: Improved the CPU model name determination. * rtems/score/cpu.h: Improved interrupt disable/enable functions.
17:08 Changeset in rtems [74c402a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-17 Jay Monkman <jtm@…> * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h: Modified to added packed attribute.o

07/16/02:

22:37 Changeset in rtems [2b947a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-16 Eric Norum <eric.norum@…> * New driver for the Intel EtherExpressPro? (82559ER) chip. * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h, network/pci.h: New file. * network/Makefile.am: Modified to reflect above.
22:32 Changeset in rtems [cd66632]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-16 Eric Norum <eric.norum@…> * console/console.c: Others on the rtems-users list have expressed concern about this run-time selection, so I've enclosed the changes in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
22:30 Changeset in rtems [27ce642]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-16 Eric Norum <eric.norum@…> * comm/uart.c: I am using a PC-104 card with no video output. I found that things would lock up if a printk was followed closely by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort = BSP_UART_COM1. With this change in place, printf/printk calls can be intermingled with no apparent problems.
22:26 Changeset in rtems [dc3848d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-16 Greg Menke <gregory.menke@…> * cpu_asm.S: Added SR_IEO to context restore to fix isr disabled deadlock caused by interrupt arriving while dispatching.
22:22 Changeset in rtems [18c19a7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-16 Joel Sherrill <joel@…> * macros/rtems/score/object.inl: Corrected typos in _Objects_Open, _Objects_Close, and _Objects_Namespace_remove.
21:37 Ticket #244 (Driver for Intel 82559 (EtherExpress Pro)) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied.
21:33 Ticket #243 (Allow for run-time selection of console I/O) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Hopefully user selection of compile time conditionals will get a serious look when the BSP/CPU Kit re-org gets a bit further. cleanup pass once
21:30 Ticket #242 (printf/printk conflict when both to serial line) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: patch applied. Thank you.

07/15/02:

19:07 Ticket #244 (Driver for Intel 82559 (EtherExpress Pro)) created by Eric Norum
Attached is a driver for the Intel EtherExpressPro? (82559ER) chip. …
19:01 Ticket #243 (Allow for run-time selection of console I/O) created by Eric Norum
I'm working with some different types of PC hardware, including a …
18:55 Ticket #242 (printf/printk conflict when both to serial line) created by Eric Norum
I'm using a PC-104 card with no video output. I found that things …
Note: See TracTimeline for information about the timeline view.