summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-08 21:16:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-08 21:16:33 +0000
commit3a86b73871e2dbe0a8ea3aa5e3180ad6adbe9430 (patch)
tree3d5e4e17af4089ca1adf9abad72d685fe46fd825 /c
parentupdated for snapshot 3.5.02 (diff)
downloadrtems-3a86b73871e2dbe0a8ea3aa5e3180ad6adbe9430.tar.bz2
file added
Diffstat (limited to 'c')
-rw-r--r--c/TESTED56
1 files changed, 56 insertions, 0 deletions
diff --git a/c/TESTED b/c/TESTED
new file mode 100644
index 0000000000..e1d98b322c
--- /dev/null
+++ b/c/TESTED
@@ -0,0 +1,56 @@
+#
+# $Id$
+#
+
+The RTEMS Project does not have all of the development computers or
+target boards included in the RTEMS distribution. Many of the BSPs
+are user supplied and we try to insure that they compile before each
+full release. This file describes the range of configurations the
+RTEMS project can internally test.
+
+Host Development Systems
+========================
+
+All RTEMS development is done on a Sun SPARCStation running Solaris 2.3 and
+all other host systems are not tested internally.
+
+Target Systems
+==============
+
+The following table describes the testability of each BSP by the RTEMS project:
+
+ CPU CPU
+ FAMILY MODEL TARGET STATUS
+ ====== ========= =================== =================
+ m68k m68000 efi68k (note 1)
+ m68k m68020 Motorola MVME136 TESTED INTERNALLY
+ m68k m68lc040 Motorola MVME162 (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)
+ i386 i386_fp Force CPU-386 TESTED INTERNALLY
+ i386 i486 DJGPP/PC-AT TESTED INTERNALLY
+ i386 pentium DJGPP/PC-AT TESTED INTERNALLY
+ i960 i960ca Cyclone CVME961 (note 4)
+ hppa hppa7100 simhppa (note 2)
+ ppc 403 Papyrus (note 2)
+ UNIX NA Solaris 2 (SPARC) TESTED INTERNALLY (inlines)
+ UNIX NA Solaris 2 (SPARC) TESTED INTERNALLY (macros)
+ UNIX NA Linux (i386) (note 5)
+ UNIX NA HPUX (PA-RISC) (note 2)
+ no_cpu NA no_bsp (note 3)
+
+
+(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.
+
+(3) Target is not intended to be executed. It is only an example.
+
+(4) The RTEMS Project owns this board but it is broken at the moment.
+
+(5) The RTEMS Project owns a Linux host but does not regularly test this BSP.