Timeline



01/10/00:

21:38 Changeset in rtems [0f59d63f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now automake generated.
21:37 Changeset in rtems [710f76a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added mpc6xx/timer/Makefile.
21:36 Changeset in rtems [01ab7019]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Accidentally deleted.
21:22 Changeset in rtems [19642e2c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed definition of USHRT_MAX to remove lots of redefinition warnings.
20:56 Changeset in rtems [6d3ab0f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added pc486 and pc586 as aliases of pc386 with proper cpu flags.
20:40 Changeset in rtems [119204d8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning by changing %eax -> %ax as source of move to segment registers.
20:38 Changeset in rtems [c084f11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added pc486 and pc586 to list.
20:12 Changeset in rtems [f9bcb58]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected compilation problem in lgdt instruction.
19:07 Changeset in rtems [f4d21dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added include of <bsp/irq.h> per Jay Kulpinski <jskulpin@…>.
18:56 Changeset in rtems [aa1d76e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Missed cleanup from Ralf Corsepius.
18:47 Changeset in rtems [70af0ea1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Don't look at the object information structure for threads/tasks for APIs that are not configured. This resulted in weird behavior when ITRON was disabled on some targets.
18:16 Changeset in rtems [f983d57]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-14.diff from Ralf Corsepius <corsepiu@…> which fixes some PowerPC specific bugs.
18:16 Changeset in rtems [89703c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jay Kulpinski <jskulpin@…> to make sure RTEMS_TM27 is defined before the bsp.h is included.
18:10 Changeset in rtems [362ec23e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-12.diff from Ralf Corsepius <corsepiu@…> which converts the PowerPC BSPs to configuration and more automake. * Besides adding partial automake support, rsp converting all powerpc BSPs to make them compliant to the new configuration scheme, this patch attempts to fix several configuration bugs in powerpc related Makefiles.
18:07 Changeset in rtems [f9b48de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed reference to Radstone PPCN.
18:07 Changeset in rtems [2352726]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed comment.
15:18 Changeset in rtems [94a86c40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Per suggestions of Eric Valette <valette@…> and Jay Kulpinski <jskulpin@…>, the bsp_specs now defines USE_ENHANCED_INTR_API and powerpc/shared/include/bsp.h uses that to enable its tm27 support.
15:03 Changeset in rtems [6e7b6ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed unterminated comment spotted by eagle eye Ralf Corsepius <corsepiu@…>.
14:50 Changeset in rtems [bc2f04f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-13.diff from Ralf Corsepius <corsepiu@…> which does the following: * some cleanups, fixes, addtions to the libbsp automake transition patches * The missing Automake transistion patches all libcpu/<cpu>/<variant>/* previously not yet been converted to automake (libcpu/powerpc, libcpu/hppa1.1, libcpu/mips64orion, libcpu/sparc) => With this patch, libcpu/*/* is under full automake control. NOTES: * This patch is tested by building for random set of bsps affected by this patch, but not tested for all BSPs. * The parts of this patch related to libcpu/powerpc fix many small bugs inside of those Makefiles. * Have a look into libcpu/powerpc/mpc6xx/, which is in rather bad shape, IMO. Obviously most subdirectories seem to be build but are not included into libcpu.a by wrapup/Makefile. Addtionally, no actual BSP uses this cpu-variant subdirectory. Furthermore libcpu/powerpc/mpc6xx has a different directory layout than all other powerpc/<variant>/ directories. Joel's note: I agree but the issue is that there is a conflict between including timer or clock in libcpu/XXX/wrapup/Makefile.* and letting a BSP specifically decide to pick it up. There is no clear solution to this at the moment.
14:31 Changeset in rtems [5fa14794]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-11.diff from Ralf Corsepius <corsepiu@…> that converts the i386 directory to automake. NOTE: Ralf is unable to build any i386 BSPs. This was true before and after this patch and appears (to Joel) to be a tool issue unrelated since others can build i386 BSPs.
14:29 Changeset in rtems [7068e246]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-10.diff from Ralf Corsepius <corsepiu@…> that converts the m68k directory to automake. NOTE: This one is fully tested by building *all* bsps with ../../rtems-rc-20000104/configure \ --target=m68k-rtems \ --prefix=/tmp/rtems \ --enable-cxx \ --disable-posix \ --enable-rdbg \ --disable-networking \ --enable-maintainer-mode \ --enable-multiprocessing \ --disable-tests make
14:23 Changeset in rtems [53ab4823]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-9.diff from Ralf Corsepius <corsepiu@…> that converts the hppa1.1 directory to automake. NOTE: * Due to not having a toolchain (gcc refuses to build) this patch is untested. * I omited/deactivated the pxfl subdirectory, because I don't understand how it supposed to work. Joel's note: It was right to ignore the pxfl directory. It should be removed one the BSPs are moved outside the tree. This was an old hack.
14:17 Changeset in rtems [4200321a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-7.diff from Ralf Corsepius <corsepiu@…> that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
14:17 Changeset in rtems [1597ab4a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-8.diff from Ralf Corsepius <corsepiu@…> that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
14:09 Changeset in rtems [59909bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@…> that converts the i960 directory to automake. The same kind of libbsp configuration as for the mips64orion, now for the i960. In addition to libbsp configuration this patch also contains two fixes for cvme961.cfg and rxgen960.cfg, which contained non-functional make-exes. (Now both bsps probably have the same issues with linking c++ applications as the gensh2 has, but this is a different open issue not tried to be solved now). The rxgen961 also seems to have problems with its start file, because linking apps fails due to not finding start.o. (Note that libbsp/i960/rxgen960 lacks a start subdirectory!). I leave solving this issue to you :)
14:07 Changeset in rtems [d0a8b4b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@…> that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
14:06 Changeset in rtems [82f1f6d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@…> that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
14:04 Changeset in rtems [0cbfa283]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@…> that converts the no_cpu directory to automake.
14:04 Changeset in rtems [1e562da6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-5.diff from Ralf Corsepius <corsepiu@…> that converts the no_cpu directory to automake.
14:03 Changeset in rtems [49e05f41]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@…> that converts the unix directory to automake. Ralf's note: Please check c/src/lib/libbsp/unix/posix/startup/Makefile.am. I am not sure if it is correct.
13:59 Changeset in rtems [10726095]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-3.diff from Ralf Corsepius <corsepiu@…> that converts the sparc directory to automake. Ralf's note: The implementation of libbsp/sparc/* gives a nearly minimal example of the new configuration scheme.
13:56 Changeset in rtems [94608578]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-2.diff from Ralf Corsepius <corsepiu@…> that converts nearly all of libbsp/sh to automake. Comments follow: 1. Almost full automake support for the libbsp/sh/ subdirectories (exception libbsp/sh/gensh*/wrapup/*) 2. Fixes for libbsp/bare/* 3. Updates to libbsp/* configuration which supports old (autoconf/deep configuration) and new (automake/flat/cascaded configuration) style configuration of libbsp/<cpu>/*
13:26 Changeset in rtems [338f1dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> that makes sure the interrupt code works on "old buggy MCP750 boards". The symptom was that there was no ethernet PCI IRQ at all.

01/07/00:

20:51 Changeset in rtems [d273d78a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renaming mcp750 to motorola_shared since that is the basis for both the mvme2307 and mcp750 BSPs. In addition, it can support many Motorola PowerPC based VME and PCI boards.
20:39 Changeset in rtems [1d54d3b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renaming mcp750 to motorola_shared since that is the basis for both the mvme2307 and mcp750 BSPs. In addition, it can support many Motorola PowerPC based VME and PCI boards.
18:52 Changeset in rtems [35d9acb3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John M. Mills <jmills@…> to correct the baseline serial drivers used in the 'gensh2' BSP for the Hitachi sh7045 CPU.
14:54 Changeset in rtems [09e0df6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> that corrects a patch from Emmanuel Raguet <raguet@…>. Emmanuel's patch was against the Makefile.in's generated from the Makefile.am's patched in this file.
14:52 Changeset in rtems [c3538f3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…> which corrects the following problems: - unclosed comment in pc386/start/start16.S - bad #endif in pc386/startup/ldseg.S
14:47 Changeset in rtems [0ff37e68]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000104-0.diff from Ralf Corsepius <corsepiu@…> which is described below: This one is a (minor) patch in preparation of the upcoming patches. It actually is an excerpt of the upcoming patches and therefore is completely untested in this standalone form, but I don't expect it to break something. The essential changes in this patch are: * An update to rtems-polish.sh (Now can also be run in subdirectories) * A bug-fix for the libcpu/powerpc (A directory was missing from SUBDIRS in a Makefile.am) * An update to gensh2.cfg. * Cleanups/Enhancements? to configuration files To apply: cd <srcdir> patch -p0 < rtems-rc-20000104-0.diff cvs rm -f c/src/lib/libbsp/Makefile.am.new

01/06/00:

22:44 Changeset in rtems [98c875a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Initialize the attributes structure. Random data was causing the test to fail sporadically.
15:31 Changeset in rtems [89184f9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected spacing.
15:20 Changeset in rtems [bd177b7b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed comment.

01/05/00:

23:01 Changeset in rtems [aaac6d6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 20000104
23:01 Changeset in rtems [0312d81f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed comment thanks to John M. Mills <jmills@…>.
22:44 Changeset in rtems [86217271]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 20000104
22:23 Changeset in rtems [ef03d0e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 20000104
22:19 Changeset in rtems [5870ac55]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added support for simple binary semaphores in addition to the high power binary/mutex style semaphores already supported by RTEMS. This was done at the request of Eric Norum <eric@…> in support of his effort to port EPICS to RTEMS. This change consisted of changing the nesting_allowed boolean into a lock_nesting_behavior enumerated value as well as allowing the core mutex object to optionally support ensuring that the holder of a binary semaphore released it. Finally, a more subtle enhancement was to allow the non-holder to release a priority inheritance/ceiling mutex and still allow the holding task to return to its original priority.
22:15 Changeset in rtems [5283cc82]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect a time that had previously been left out due to an array sizing coding error.
22:15 Changeset in rtems [27f09663]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Screen updated since test runs.
22:14 Changeset in rtems [4bcbf89c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Was not actually installing the test.
22:14 Changeset in rtems [28adcfd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added message priority parameter returned by core support routine.
22:13 Changeset in rtems [c0d405ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added new message priority parameter as returned by core support routine.
22:09 Changeset in rtems [fc20c53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Increased stack space.
22:06 Changeset in rtems [f49aaf18]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect change in object class numbering due to ITRON API addition.
22:03 Changeset in rtems [280c4ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected test and screen to reflect implementation working.
22:03 Changeset in rtems [5cffd64]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed screen to reflect change in object class numbers with ITRON addition.
21:32 Changeset in rtems [3a8b95e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Spacing corrected.
20:51 Changeset in rtems [54a5ee7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected so header message is printed.
18:40 Changeset in rtems [66fe6be6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
patch from Eric Norum <eric@…> as follows: At the request of kjoutwater@… I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
18:40 Changeset in rtems [69405459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> as follows: At the request of kjoutwater@… I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
18:30 Changeset in rtems [db6ec79e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed recursive release for mutexes with nesting allowed.
18:17 Changeset in rtems [f388d36]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now print strings -- not error numbers.
17:21 Changeset in rtems [99e7ab89]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Added tests for open, close, unlink, and send.
17:20 Changeset in rtems [b302d527]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Added return priority from message seize. + Changed priority to be based off of min and max int.
17:18 Changeset in rtems [466b8882]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added the recording of the submit type.
17:18 Changeset in rtems [58243b4]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Added return of the message priority.
17:16 Changeset in rtems [65800393]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added priority conversion between POSIX and core.
17:16 Changeset in rtems [c5858ef]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added priority conversion between POSIX and core priorities.
17:13 Changeset in rtems [3ebd4c1]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Changed priority to the POSIX priority type. + Added priority validation + Changed to call correct core routine. + Added priority conversion + Resolved return type problems.
17:11 Changeset in rtems [fcd0c90]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Added check for reading from a write only queue. + Added ability to return message priority from the core.
17:09 Changeset in rtems [cecd206]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Added check for name greater than PATH_MAX.
17:08 Changeset in rtems [e015106]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
+ Changed to resonable default values for maxmsg and msgsize. + Added oflag tracking.
17:07 Changeset in rtems [f602eeb]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added mqueuetranslatereturncode.c.
17:06 Changeset in rtems [864ac98]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Added routines to translate to and from the core message queue return codes.

01/04/00:

23:36 Changeset in rtems [0eded82]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typos.
23:33 Changeset in rtems [ea6af4f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated dates and miscellaneous.
23:33 Changeset in rtems [c25e00ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added timer manager.
23:32 Changeset in rtems [ed09d6fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Improved clean stanza.
17:08 Changeset in rtems [590eb87]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added this file to contain an example program.
16:25 Changeset in network-demos [fb90f9d]netdemos-4-5-branch by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'netdemos-4-5-branch'. Sprout from master 2000-01-04 16:25:57 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 20000104.' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
16:25 Changeset in network-demos [f37d950]netdemos-20000104 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-20000104'. Sprout from master 2000-01-04 16:25:57 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 20000104.' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
16:25 Changeset in network-demos [9fd60d5]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Changed version to 20000104.
14:16 Changeset in rtems [bfded728]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed warnings.
14:03 Changeset in rtems [36155ebb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning.
14:00 Changeset in rtems [a148f56]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warnings.
13:58 Changeset in rtems [1dfc188e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unitialized variable warning.
13:49 Changeset in rtems [afe8c1b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added shared version of this file.
13:48 Changeset in rtems [7b0ff008]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made to compile again.

01/03/00:

20:43 Changeset in rtems [393be8e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed path to shared/include/coverhd.h.
19:08 Changeset in rtems [6bc66ab0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added new URL.
18:28 Changeset in rtems [0173ab8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Comments added and some messages translated from Polish.
17:27 Changeset in rtems [0af1b73f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: In another attempt to get C++ exceptions working on the gen68360 target I tried building for the m68k-elf target. All the tools built and installed properly as did all of RTEMS. No applications would run, though -- not even hello.exe! It turns out the problem was in the linker script. The alignment was in the wrong place. Here's a patch. Exceptions still don't work, but at least I can get some things working with the ELF format now.
16:53 Changeset in rtems [110136a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated times.
16:52 Changeset in rtems [e065e8ae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Increased stack size to 4K per Eric Norum.
16:44 Changeset in rtems [205d5645]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Mills <jmills@…> to correct some cut and paste errors.
15:39 Changeset in rtems [6b7cf9f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-12.diff from Ralf Corsepius <corsepiu@…> to added the bin2boot_SOURCES warning.
15:36 Changeset in rtems [b84176b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Do not explicitly list pieces from libcpu used.
14:38 Changeset in rtems [32f19fb3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Share align_h.S from ppc403. VPATH was not picking it up. Discovered and reported by Ralf Corsepius <corsepiu@…> on the mpc505.
14:14 Changeset in rtems [e07b6868]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added tm27 stuff.
14:14 Changeset in rtems [db941670]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added define to trip items that are private to tm27 in bsp.h.
14:06 Changeset in rtems [95273a6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Combination of coverhd.h cleanup and MVME23xx/MCP750 patch from Eric Valette <valette@…> and Jay Kulpinski <jskulpin@…>.
14:04 Changeset in rtems [d5c4681e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Use shared coverhd.h.
14:01 Changeset in rtems [20385957]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Increased minimum stack size so all tests will run.
Note: See TracTimeline for information about the timeline view.