source: rtems/c/TESTED @ be4284d0

4.104.114.84.95
Last change on this file since be4284d0 was 6bd6c82, checked in by Joel Sherrill <joel.sherrill@…>, on 04/15/98 at 22:15:38

Updated.

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