source: rtems/c/TESTED @ 8548fe0

4.104.114.84.95
Last change on this file since 8548fe0 was 2f3692ee, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/98 at 15:46:09

Updated for mvme136.

  • Property mode set to 100644
File size: 3.5 KB
Line 
1#
2#  $Id$
3#
4
5This file is current for the 4.0.0 release.
6
7The RTEMS project uses Intel x86 based computers running the RedHat
8distribution of the Linux operating system internally for development. 
9This release has been tested on the following Languages/CPUs/Targets using
10RedHat Linux 4.2 as the host environment:
11
12   CPU      CPU
13  FAMILY   MODEL             TARGET               SUITES
14 ========  ========= =======================   ===============
15   m68k    m68000    efi68k                       (note 1)
16   m68k    m68020    Motorola MVME136             (note 1, 6)
17   m68k    m68030    Motorola MVME147             (note 1)
18   m68k    m68030    Motorola MVME147s            (note 1)
19   m68k   m68lc040   Motorola MVME162             (note 1)
20   m68k   m68lc040   Motorola MVME162LX           (note 1)
21   m68k   m68ec040   Motorola IDP                 (note 1)
22   m68k    m68020    DY-4 DMV152                  (note 1)
23   m68k    m68302    generic 68302                (note 1)
24   m68k    m68302    ods 68302                    (note 1)
25   m68k    m68332    efi332                       (note 1)
26   m68k    m68360    generic 68360                (note 1, 6)
27   m68k    m68360    68360 in companion mode      (note 1, 6)
28   i386   i386_fp    Force CPU-386                (note 1, 7)
29   i386   i386ex     generic i386ex               (note 1, 6)
30   i386    ix86      bare PC (pc386)              (note 1, 6)
31   i386    i486      DJGPP/PC-AT                  (note 7)
32   i386   pentium    DJGPP/PC-AT                  (note 7)
33   i960   i960ca     Cyclone CVME961              (note 4)
34   hppa   hppa7100   simhppa                      (note 1)
35   mips   idt4600    p4000                        (note 1)
36   mips   idt4650    p4000                        (note 1)
37 powerpc  ppc403     helas403                     (note 1, 6)
38 powerpc  ppc403     Papyrus                      (note 1)
39 powerpc  ppc403     psim                         (note 5)
40   sh     sh7032     generic sh1                  (note 1)
41  sparc    erc32     generic erc32               ALL TESTS (note 5)
42   a29k    a29k      port sw                      (note 2)
43   UNIX      NA      Solaris 2 (SPARC)            (note 2)
44   UNIX      NA      Solaris 2 (SPARC)            (note 2)
45   UNIX      NA      Linux (i386)                ALL TESTS (inlines)
46   UNIX      NA      Linux (i386)                ALL TESTS (macros)
47   UNIX      NA      HPUX (PA-RISC)               (note 2)
48  no_cpu     NA      no_bsp                       (note 3)
49
50NOTES:
51
52"NOT TESTED" indicates that this was not tested in the testing cycle
53immediately preceding the snapshot.
54
55(1) Target board is not owned by RTEMS Project.  The target is known
56    to compile and link with all appropriate tests successfully.
57    If the target does not support multiprocessor configurations, then
58    "ALL TESTS" does not include the multiprocessor tests.
59
60(2) RTEMS Project cannot internally compile or test this target.
61    As of 4.0.0, the HP-UX is not recognized in the configure script
62    The a29k does not use GNU tools and may suffer from bit rot.
63
64(3) Target is not intended to be executed.  It is only an example.
65
66(4) The board owned by the RTEMS Project is broken.  The BSP is known
67    to compile and link with all appropriate tests successfully.
68
69(5) This BSP is tested on a CPU software simulator.
70
71(6) This BSP was tested by an RTEMS volunteer and reported to work.
72
73(7) The BSP is deprecated.  For information on what would be
74    required to update it contact rtems@OARcorp.com.
Note: See TracBrowser for help on using the repository browser.