Timeline
Feb 8, 2000:
- 10:35 PM Changeset in rtems [fb196c3c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 4.5.0-beta1a
- 10:33 PM Changeset in rtems [70810dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@…> that contains: * Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams * Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in * Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible) * Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization) * Cleans up several bogus comments. * Removes MKLIB * Switches the version number to 4.5.0 (for testing version number handling)
- 7:00 PM Changeset in rtems [a976681e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 4.5.0-beta1
- 6:38 PM Changeset in rtems [e06d5aed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed typo.
- 6:36 PM Changeset in rtems [70d27f9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated.
- 6:26 PM Changeset in rtems [a9d04b1c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…> to remove race conditions when setting up receive buffer descriptors and when unmasking interrupts.
- 3:24 PM Changeset in rtems [b33ab2b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from David Fiddes <D.J.Fiddes@…> to match his Cygwin for RTEMS toolkit.
- 2:01 PM Changeset in rtems [c5206d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated version numbers.
- 2:00 PM Changeset in rtems [ee3c9e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed references to INSTALL_VARIANT.
Feb 7, 2000:
- 1:56 PM Changeset in rtems [857761b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed obsolete files from list.
Feb 4, 2000:
- 7:25 PM Changeset in rtems [95d9072]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Obsolete files. Removed per recommendation from Ralf Corsepius <corsepiu@…>.
- 4:32 PM Changeset in rtems [bf24479]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Incorrect error status returned. Noted by Andrew Klossner <andrew@…>.
- 4:09 PM Changeset in rtems [edb2176]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Incorrect error status returned. Noted by Andrew Klossner <andrew@…>.
- 2:58 PM Changeset in rtems [5da4d24]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 20000204
- 2:01 PM Changeset in rtems [3eb6410]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 20000204
- 2:00 PM Changeset in rtems [9d457f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 20000118a
Feb 3, 2000:
- 10:20 PM Changeset in rtems [b452a40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed behavior to match that expected by EPICS test code. Reported by Eric Norum <eric@…>.
- 1:21 PM Changeset in rtems [4bf1801]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@…> that contains the automake files for libnetworking plus a couple of minor fixes. [Now only one unused/unsupported Makefile.in remains (./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).] To apply: patch -p1 < rtems-rc-20000118-7.diff /bin/sh rtems-rc-20000118-7.rm /bin/sh rtems-rc-20000118-7.add ./bootstrap Notes: * I have tested this one by building all BSPs for m68k, powerpc, sh and unix with toolchains built since last weekend. * I did not touch libnetworking's directory layout.
- 1:18 PM Changeset in rtems [1382cea3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed spelling errors.
Feb 2, 2000:
- 3:26 PM Changeset in rtems [399432fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@…> that contains: The workarounds related to the issues with ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg (Which is basically broken) To apply: patch -p1 < rtems-rc-20000118-6.diff ./bootstrap Note: * Though this patch is small, ./bootstrap is absolutely necessary. * Now your CVS source tree is identical to my local CVS.
Feb 1, 2000:
- 1:41 PM Changeset in rtems [847dbbe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@…> that contains: * The fix for the gen68360/network/Makefile.am * automatically set permissions to 755 to scripts/buildall and scripts-ada/buildall (I remembered a trick to achieve this :). * automake support for libbsp/* and libcpu/* (Attn: This part will finally break old-style configuration for all non-public cpus) NOTES: * This patch has only been tested for a random selection of BSPs (I haven't rebuilt all toolchains yet). * This patch is against rtem-cvs as of this morning (MET). To apply: patch -p1 <rtems-rc-20000118-5.diff cvs rm -f ./c/src/lib/libbsp/Makefile.in cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in cvs rm -f ./c/src/lib/libcpu/Makefile.in cvs add ./c/src/lib/libbsp/Makefile.am cvs add ./c/src/lib/libbsp/shmdr/Makefile.am cvs add ./c/src/lib/libcpu/Makefile.am ./bootstrap
Jan 31, 2000:
- 10:34 PM Changeset in rtems [8505e9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed references to non-existent include files.
- 8:48 PM Changeset in rtems [543452de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed versions of newlib patch.
- 7:28 PM Changeset in rtems [819c7da8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Spelling corrected.
- 7:28 PM Changeset in rtems [bb18b95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Spelling corrected.
- 3:27 PM Changeset in rtems [4e36a2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from Ralf Corsepius <corsepiu@…> that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams
- 3:22 PM Changeset in rtems [8fbdf07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@…> that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
- 3:18 PM Changeset in rtems [d7269fb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Ralf Corsepius <corsepiu@…> caught some files in CVS that should not have been.
- 3:15 PM Changeset in rtems [4c46630]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@…> that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups
- 2:47 PM Changeset in rtems [d2bc265b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Successfully built some RPMs. There is still a lot of work to do.
- 2:46 PM Changeset in rtems [8030d8a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated versions.
- 2:46 PM Changeset in rtems [0261887]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modifications from Ralf to be more like other custom files. There is no way to build this target.
- 2:45 PM Changeset in rtems [2fabda6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modification to properly support BSP aliases (pc[456]86).
- 2:45 PM Changeset in rtems [71aeab4d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Suggested modification from Rosimildo da Silva <rdasilva@…> to make the BSP boot on netboot.
- 2:43 PM Changeset in rtems [49440a6e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added AC_SUBST(RTEMS_BSP) so the makefiles properly honor the BSP alias on the tools.
- 2:42 PM Changeset in rtems [8be7bef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- BSP now links although this change is untested.
Jan 28, 2000:
- 3:27 PM Changeset in rtems [c01ba67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from John M. Mills <jmills@…> to include more information on hardware settings.
- 12:02 AM Changeset in rtems [9789cb89]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Put Ada scripts in group gnatrtems.
Jan 27, 2000:
- 11:49 PM Changeset in rtems [42ec72d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed gnat and made final cleanup.
- 11:48 PM Changeset in rtems [f82fee9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@…> that converts the a29k to automake. This patch contains * An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_* which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details. * A dummy bsp_specs to libbsp/29k/portsw * An update to the automake files related to the a29k. Note: * This patch is completely untested, because I don't have a toolchain for it. * The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again.
- 11:48 PM Changeset in rtems [71506054]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- GNAT/RTEMS RPMs have built for the binutils/gnat/gcc combination and appear to be close for gdb.
- 5:06 PM Changeset in rtems [1b2b923]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch to fix typo from Ralf Corsepius <corsepiu@…>.
- 2:40 PM Changeset in rtems [e26ce93]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added note from Ian Lance Taylor <ian@…>.
- 2:37 PM Changeset in rtems [318f591]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added after report from Quality Quorum <qqi@…> that pc686.cfg was not present.
Jan 26, 2000:
- 8:50 PM Changeset in rtems [0610a988]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- First attempt at debugging.
- 7:56 PM Changeset in rtems [64ab2e9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- First cut at adding RPM scripts for building GNAT/RTEMS RPMs.
- 2:22 PM Changeset in rtems [a1f89b4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- No longer incorrectly references mips.
- 2:20 PM Changeset in rtems [21677c0e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@…> that converts the a29k to automake. This patch contains * An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_* which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details. * A dummy bsp_specs to libbsp/29k/portsw * An update to the automake files related to the a29k. Note: * This patch is completely untested, because I don't have a toolchain for it. * The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again.
Jan 25, 2000:
- 7:47 PM Changeset in rtems [5eac93c7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Now binutils, gcc, and gdb build into a "base" package that is shared by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
Note: See TracTimeline
for information about the timeline view.