source: rtems/c/ACKNOWLEDGEMENTS @ f198c63

4.104.114.84.95
Last change on this file since f198c63 was f29032c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/96 at 18:09:25

added MIPS port by Craig Lebakken (lebakken@…) and Derrick Ostertag
(ostertag@…).

  • Property mode set to 100644
File size: 4.9 KB
Line 
1#
2#  $Id$
3#
4
5RTEMS was developed by On-Line Applications Research (OAR) under
6contract to the U.S. Army Missile Command.  Other than the
7contributions listed in this document, all code and documentation
8was developed by OAR for the Army.
9
10The RTEMS project would like to thank those who have made
11contributions to the project.  Together we make RTEMS a
12much better product.
13
14The following persons/organizations have made contributions:
15
16+ Dr. Mikhail (Misha) Savitski (mms@eiscathq.irf.se) of the EISCAT Scientific
17  Association submitted the BSP and other miscellaneous support for the
18  Motorola MVME162 (M68040LC CPU) VMEbus single board computer.
19
20+ Division Inc. of Chapel Hill, NC for sponsoring On-Line Applications
21  Research to port RTEMS to the Hewlett-Packard PA-RISC architecture (V1.1)
22  and the addition of HP-UX as a development host. Tony Bennett
23  (tbennett@divnc.com) was assisted in this effort by Joel Sherrill
24  (joel@OARcorp.com).  Tony also deserves a big pat on the back for
25  contributing significantly to the overall organization of the development
26  environment and directory structure.  RTEMS is much easier to build
27  because of Tony.
28
29+ Greg Allen of Division Inc. of Chapel Hill, NC for
30  porting RTEMS to HP-UX.  This port treats a UNIX computer as simply
31  another RTEMS target processor.  This port can be used to develop
32  and test code which will ultimately run on the embedded platform.
33
34+ Doug McBride (mcbride@rodin.colorado.edu) of the Colorado Space Grant
35  College at the University of Colorado at Boulder submitted the BSP
36  for the Motorola IDP board (M68EC040 CPU) single board computer.  The
37  BSP leverages heavily off of the existing RTEMS BSP framework, the
38  examples in the back of the IDP user's manual, and the libgloss example
39  support for the IDP board from the newlib/libgloss distribution.
40
41+ David Glessner (dwg@glenqcy.glenayre.com) of Glenayre Electronics
42  submitted the support for the Motorola MC68302 CPU.  This included
43  the "gen68302" BSP which uses the on-chip peripherals on the MC68302
44  as well as the modifications to the m68k dependent executive code to
45  support m68k family members based on the mc68000 core.
46
47+ Bryce Cogswell (cogswell@cs.uoregon.edu) submitted the support for MS-DOS
48  as a development environment as well as djgpp/go32 as a target environment.
49
50+ Andy Bray (andy@i-cubed.demon.co.uk) of I-CUBED Ltd. in Cambridge U.K.
51  for porting RTEMS to the PowerPC.  This effort included support for the
52  IBM 403 as well as the Motorola 601, 603, and 604 variants.  A special
53  thanks to Dom Latter (dom@i-cubed.demon.co.uk) for being an RTEMS
54  evangelist and promoting the use of RTEMS both at I-CUBED Ltd. as well 
55  as within the Internet community as a whole.
56
57+ John S. Gwynne (jsg@coulomb.eng.ohio-state.edu) of Ohio State University
58  submitted the support for the Motorola MC68332 CPU as well as completing
59  the support for CPUs based on the MC68000 core.  This included the "efi68k"
60  and "efi332" BSPs as well as completing the modifications to the m68k
61  dependent executive code to support m68k family members based on the
62  MC68000 core.  "efi68k" and "efi332" are single board computers designed
63  primarily for automotive electronic fuel injection (EFI) control, but can
64  be considered general purpose controllers when used without the EFI
65  companion board(s). See the README in each BSP for more information.
66
67+ The European Space Agency for sponsoring On-Line Applications Research
68  to port RTEMS to the SPARC V7 architecture for use with their ERC32
69  radiation-hardened CPU.  Jiri Gaisler (jgais@wd.estec.esa.nl) deserves
70  special thanks for championing this port within the ESA was well as
71  for developing and supporting the SPARC Instruction Simulator used to
72  develop and test this port.
73
74+ Eric Norum (eric@skatter.usask.ca) of the Saskatchewan Accelerator
75  Laboratory submitted the support for the Motorola MC68360 CPU
76  including the `gen68360' BSP.
77
78+ Dominique le Campion (Dominique.LECAMPION@enst-bretagne.fr), for
79  Telecom Bretagne and T.N.I. (Brest, France) submitted the BSP for
80  the Motorola MVME147 board (68030 CPU + 68881 FPU).
81
82+ Craig Lebakken (lebakken@minn.net) and Derrick Ostertag
83  (ostertag@transition.com) of Transition Networks of Eden Prairie, MN
84  for porting RTEMS to the MIPS architecture.  This submission
85  includes support for the R4600 and R4650 MIPS models.
86
87Finally, the RTEMS project would like to thank those who have contributed
88to the other free software efforts which RTEMS utilizes.  The primary RTEMS
89development environment is from the Free Software Foundation (the GNU
90project).  The "newlib" C library was put together by Cygnus and is
91a collaboration of the efforts of numerous individuals and organizations.
92
93We would like to see your name here.  BSPs and ports are always welcome.
94Useful libraries which support RTEMS applications are also an important
95part of providing a strong foundation for the development of real-time
96embedded applications and are welcome as submission.
97
Note: See TracBrowser for help on using the repository browser.