summaryrefslogtreecommitdiffstats
path: root/c/TESTED
blob: 73c09bdd1a684db67017ff3c6bb8b30334dd8974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
#  $Id$
#

This file is current as of Decembter 23, 1997 for the snapshots
preceding the 4.0.0 release.

The RTEMS project uses Intel x86 based computers running the RedHat
distribution of the Linux operating system internally for development.  
This release has been tested on the following Languages/CPUs/Targets using
RedHat Linux 4.2 as the host environment:

   CPU     CPU
  FAMILY  MODEL             TARGET               SUITES
  ====== ========= =======================   ===============
   m68k   m68000    efi68k                       (note 1)
   m68k   m68020    Motorola MVME136            NOT TESTED
   m68k   m68030    Motorola MVME147             (note 1)
   m68k   m68030    Motorola MVME147s            (note 1)
   m68k  m68lc040   Motorola MVME162             (note 1)
   m68k  m68lc040   Motorola MVME162LX           (note 1)
   m68k  m68ec040   Motorola IDP                 (note 1)
   m68k   m68020    DY-4 DMV152                  (note 1)
   m68k   m68302    generic 68302                (note 1)
   m68k   m68332    efi332                       (note 1)
   m68k   m68360    generic 68360                (note 1)
   m68k   m68360    68360 in companion mode      (note 1)
   i386  i386_fp    Force CPU-386                (note 1) 
   i386  i386ex     generic i386ex               (note 1) 
   i386   i486      DJGPP/PC-AT                 NOT TESTED
   i386  pentium    DJGPP/PC-AT                 NOT TESTED
   i386   ix86      bare PC (pc386)             NOT TESTED
   i960  i960ca     Cyclone CVME961              (note 4)
   hppa  hppa7100   simhppa                      (note 1)
   mips  idt4600    p4000                        (note 1)
   mips  idt4650    p4000                        (note 1)
   ppc    403       Papyrus                      (note 1)
  sparc   erc32     generic erc32               ALL TESTS (note 5)
   a29k   a29k      port sw                      (note 2)
   UNIX     NA      Solaris 2 (SPARC)            (note 2) 
   UNIX     NA      Solaris 2 (SPARC)            (note 2) 
   UNIX     NA      Linux (i386)                ALL TESTS (inlines)
   UNIX     NA      Linux (i386)                ALL TESTS (macros)
   UNIX     NA      HPUX (PA-RISC)               (note 2)
  no_cpu    NA      no_bsp                       (note 3)

NOTES:

"NOT TESTED" indicates that this was not tested in the testing cycle
immediately preceding the snapshot.

(1) Target board is not owned by RTEMS Project.  The target is known
    to compile and link with all appropriate tests successfully.
    If the target does not support multiprocessor configurations, then
    "ALL TESTS" does not include the multiprocessor tests.

(2) RTEMS Project cannot internally compile or test this target.
    As of 4.0.0, the HP-UX is not recognized in the configure script
    The a29k does not use GNU tools and may suffer from bit rot.

(3) Target is not intended to be executed.  It is only an example.

(4) The board owned by the RTEMS Project is broken.  The BSP is known
    to compile and link with all appropriate tests successfully.

(5) This BSP is tested on the SPARC Instruction Simulator (SIS).