Timeline



06/29/00:

23:00 Changeset in rtems [5532553]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This is the initial addition of the port of RTEMS to the Hitachi H8 family. This port was done by Philip Quaife <philip@…> of Q Solutions and sponsored by Comnet Technologies Ltd. The port was done based on RTEMS 3.5.1 to a Hitach H8300H. The port was updated to RTEMS 4.5 style Makefiles/configure by Joel Sherrill <joel@…>. While doing this Joel added support for the h8300-rtems to binutils, gcc, newlib, and gdb. NOTE: Philip submitted a BSP for a Hitachi evaluation board which is being merged as a separate entity.
22:35 Changeset in rtems [7a30efd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Using RPM names for versions now.
22:35 Changeset in rtems [bbc38ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added H8 as IEEE whether this is true or not.
22:34 Changeset in rtems [63db533]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Disabled #ident since the h8300-rtems binutils do not like the generated assembly from it.
22:34 Changeset in rtems [09a6eba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected prototype for xdrrec_endofrecord to match C body.
22:33 Changeset in rtems [6f6ddc00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_CPU_HAS_16_BIT_ADDRESSES constant to disable code that breaks when the target has 16 bit address space. One of the H8 multilibs is a 16-bit address space CPU. When a real attempt is made to support this CPU model, the code that assumes an address is 32 bits will have to change. This constant is probably not flagging all impacted code.
22:30 Changeset in rtems [a1c1ffc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected.
22:30 Changeset in rtems [caeade33]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
22:20 Changeset in rtems [bc185859]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switch to gcc patch 20000629 and revision level 8. This patch fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
22:18 Changeset in rtems [971a534]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
h8300-rtems now uses the correct command to generate the specs file.
16:28 Changeset in rtems [5b43316]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added initial h8300 support.
16:28 Changeset in rtems [847ed4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
gdb 5.0 does not install readline so don't try to grab the info files.
16:27 Changeset in rtems [ef99210e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette to do some cleanup.
16:22 Changeset in rtems [6d3279ac] by Joel Sherrill <joel.sherrill@…>
Patches from Eric Valette to address librdbg issues on SunRPC upgrade and cleanup.
16:05 Changeset in rtems [5aac7bc] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
16:05 Changeset in rtems [9b6d173]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
15:48 Changeset in rtems [1c2388c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:48 Changeset in rtems [14b4125] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:32 Changeset in rtems [dedb090f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@…> that does some cleanup: * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it. * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused) Notes: All files being effected by this patch are only used when building RTEMS, therefore this patch should not have any side-effects outside of the source- rsp. build-tree.
15:29 Changeset in rtems [fe5851ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-1 from Ralf Corsepius <corsepiu@…> that is part of the multilib/gnu-canonicalization movement: Changes: * New m4-macro: aclocal/multilib.am * Suppress multiprocessing if --enable-multilib is given to configure Notes: For now this patch only suppresses multiprocessing if --enable-multilib is given to configure and should not have any other side-effects, ie. it works around a minor issue which prevents introduction of multilibs in general. The RTEMS_ENABLE_MULTILIB_MASTER macro is the core part to build real multilibs, but can not be applied before other multilib related issues with RTEMS have been solved. (e.g. sptables.h, bsp_specs, Cygnus/Gnu? canonicalization, _RTEMS_version, targopts.h, changing the installation point/tooldir support, etc.).

06/26/00:

15:43 Changeset in rtems [5019592]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed as it was orphaned by previous patches.
14:50 Changeset in rtems [5f3ad6a] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
14:49 Changeset in rtems [e42a135]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
14:46 Changeset in rtems [f782320] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to make sure "/" is created with S_IFDIR set.
14:46 Changeset in rtems [5e0e012c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to make sure "/" is created with S_IFDIR set.

06/17/00:

01:13 Changeset in rtems [1c43eba5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf Corsepius <corsepiu@…> to address build problems effecting RedHat? users but not SuSE users.

06/16/00:

20:14 Changeset in rtems [8611a37]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
* empty log message *
19:55 Changeset in rtems [ae9c16c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Cotton <john.cotton@…> to correct style of names to be rtems_PACKAGE_method.
18:49 Changeset in rtems [50ce2de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Bug report from James Housley <jim@…> correcting name of GNU Java Compiler.
18:48 Changeset in rtems [1abcac5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20000616
18:37 Changeset in rtems [aec4888]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20000616
18:37 Changeset in rtems [7d20714a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
15:34 Changeset in rtems [e8e95cdb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000616-2-cvs.diff from Ralf Corsepius <corsepiu@…> to add -qnolinkcmds to bsp_specs like other BSPs.
15:32 Changeset in rtems [f7b46db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000616-1-cvs.diff from Ralf Corsepius <corsepiu@…> to use i386 instead of i386 and i386 to be able to compile this file with -ansi.
13:05 Changeset in rtems [3207f0a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> to address FreeBSD 4.x build issues.
13:05 Changeset in rtems [0a8a4c1] by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> to address FreeBSD 4.x build issues.
13:00 Changeset in rtems [994202a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius <corsepiu@…> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.

06/15/00:

22:28 Changeset in rtems [fc6eaee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to pick up components from libcpu.
22:22 Changeset in rtems [80e24f1f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
rxgen960 compiles and links.
22:02 Changeset in rtems [d1716c98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Remove pragma align 4
22:00 Changeset in rtems [c8e0c3a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Make ppc603e pick up caching code.
21:57 Changeset in rtems [66a99a96]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Pick up caching code.
21:57 Changeset in rtems [12983170]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Use correct name for caching routines.
21:35 Changeset in rtems [a94c0ace]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated mailing list information.
19:40 Changeset in rtems [a3726b1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixing warning obtained by some users.
19:27 Changeset in rtems [667c8a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Typo corrected from John Cotton <john.cotton@…>.
13:21 Changeset in rtems [10d8a60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
13:20 Changeset in rtems [a4228693]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added multigen generated bare BSP configuration files.
13:11 Changeset in rtems [9e3e2d6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000615-3-cvs.diff from Ralf Corsepius <corsepiu@…> so these BSPs pick up the components they need from libcpu.
13:08 Changeset in rtems [c737b74a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000615-2-cvs.diff from Ralf Corsepius <corsepiu@…> to update multigen.
13:06 Changeset in rtems [2b409223]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000615-1-cvs.diff from Ralf Corsepius <corsepiu@…> to fix a bad file reference.
12:58 Changeset in rtems [73e1db9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved <sys/cdefs.h> to lib/include so non-networking applications could include <sys/ioctl.h>.
12:57 Changeset in rtems [621db4d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved <sys/cdefs.h> to lib/include/sys from libnetworking/sys so non-networking applications could include <sys/ioctl.h>.
Note: See TracTimeline for information about the timeline view.