source: rtems/c/TESTED @ edeed26

4.104.114.84.95
Last change on this file since edeed26 was c084f11, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/00 at 20:38:04

Added pc486 and pc586 to list.

  • Property mode set to 100644
File size: 4.6 KB
Line 
1#
2#  $Id$
3#
4
5The RTEMS project uses Intel x86 based computers running the RedHat
6distribution of the Linux operating system internally for development. 
7This release has been tested on the following Languages/CPUs/Targets using
8RedHat Linux 5.1 as the host environment:
9
10   CPU      CPU
11  FAMILY   MODEL             TARGET               SUITES
12 ========  ========= =======================   ===============
13   m66k    mfc5200   no BSP                       (note 9)
14   m68k    m68000    efi68k                       (note 1)
15   m68k    m68020    Motorola MVME136             (note 1, 6)
16   m68k    m68030    Motorola MVME147             (note 1)
17   m68k    m68030    Motorola MVME147s            (note 1)
18   m68k   m68lc040   Motorola MVME162             (note 1)
19   m68k   m68lc040   Motorola MVME162LX           (note 1)
20   m68k   m68ec040   Motorola IDP                 (note 1)
21   m68k    m68040    Motorola MVME167             (note 1, 6)
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   i386ex     Technologic Systems TS-1325  (note 1, 6)
31   i386    i386+     PC clone (pc386)             (note 1, 6)
32   i386    i486      PC clone (pc486)             (note 1, 6)
33   i386   Pentium    PC clone (pc586)             (note 1, 6)
34   i386    i486      DJGPP/PC-AT                  (note 7)
35   i386   pentium    DJGPP/PC-AT                  (note 7)
36   i960   i960ca     Cyclone CVME961              (note 4)
37   i960   i960ha     no BSP                       (note 9)
38   i960   i960rp     rxgen960                     (note 1)
39   hppa   hppa7100   simhppa                      (note 1)
40   mips   idt4600    p4000                        (note 1)
41   mips   idt4650    p4000                        (note 1)
42 powerpc  ppc403     helas403                     (note 1, 6)
43 powerpc  ppc403     Papyrus                      (note 1)
44 powerpc  ppc403     psim                         (note 5)
45 powerpc  ppc603e    Radstone PPCn_60x            (note 1, 8)
46 powerpc  ppc603e    DY-4 DMV-177                 (note 1)
47 powerpc  ppc603e    Vista Score603e              (note 1)
48 powerpc  ppc603e    Motorola MVME2307            (note 1)
49 powerpc  mpc750     Motorola MCP750              (note 1)
50 powerpc  mpc821     no BSP                       (note 9)
51 powerpc  mpc823     no BSP                       (note 9)
52 powerpc  mpc860     eth_comm (custom)            (note 1, 6)
53   sh     sh7032     generic sh1                  (note 1)
54   sh     sh7035     generic sh2                  (note 1)
55  sparc    erc32     generic erc32               ALL TESTS (note 5)
56   a29k    a29k      port sw                      (note 2)
57   UNIX      NA      Solaris 2 (SPARC)            (note 2)
58   UNIX      NA      Solaris 2 (SPARC)            (note 2)
59   UNIX      NA      Linux (i386)                ALL TESTS (inlines)
60   UNIX      NA      Linux (i386)                ALL TESTS (macros)
61   UNIX      NA      HPUX (PA-RISC)               (note 2)
62  no_cpu     NA      no_bsp                       (note 3)
63
64NOTES:
65
66"NOT TESTED" indicates that this was not tested in the testing cycle
67immediately preceding the snapshot.
68
69(1) Target board is not owned by RTEMS Project.  The target is known
70    to compile and link with all appropriate tests successfully.
71    If the target does not support multiprocessor configurations, then
72    "ALL TESTS" does not include the multiprocessor tests.
73
74(2) RTEMS Project cannot internally compile or test this target.
75    The HP-UX is not recognized in the configure script.
76    The a29k does not use GNU tools and may suffer from bit rot.
77
78(3) Target is not intended to be executed.  It is only an example.
79
80(4) The board owned by the RTEMS Project is broken.  The BSP is known
81    to compile and link with all appropriate tests successfully.
82
83(5) This BSP is tested on a CPU software simulator.
84
85(6) This BSP was tested by an RTEMS volunteer and reported to work.
86
87(7) The BSP is deprecated.  For information on what would be
88    required to update it contact rtems@OARcorp.com.
89
90(8) The Radstone ppcn_60x BSP was written by Radstone and designed
91    to support any Radstone PowerPC board with only minor modifications.
92
93(9) This CPU model is supported but there are no BSPs using this CPU
94    model included in the current distribution.
Note: See TracBrowser for help on using the repository browser.