summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
commit3344730a1a6485f68b73a7b9612911ba74d0c932 (patch)
treefaddae691634d618e94e2d87437be9f6a4a6b3c2 /c/src/lib/libbsp/powerpc
parent2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-3344730a1a6485f68b73a7b9612911ba74d0c932.tar.bz2
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/include/bsp.h10
20 files changed, 50 insertions, 100 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
index 2857f4c072..4597360a6b 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
index 395c0668a9..58e192407a 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
@@ -65,16 +65,6 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
( (_frequency /( _clock_by * 2 * _baud_rate)) - 2)
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
index 2fb9e4fce2..58b37c370f 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h b/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
index ae7756d51f..fe43e173d5 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
@@ -57,16 +57,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config);
#define NOCACHE_MEM_SIZE 512*1024
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog
index 9ef2cab598..ac08ebb27b 100644
--- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen405/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/gen405/include/bsp.h b/c/src/lib/libbsp/powerpc/gen405/include/bsp.h
index 8bfb6aade6..2e2f8def2d 100644
--- a/c/src/lib/libbsp/powerpc/gen405/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen405/include/bsp.h
@@ -70,16 +70,6 @@ extern "C" {
#include <rtems/iosupp.h>
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index 48abec5d32..9344012ff4 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
index 7e2d400cc6..ed9d5e0cc7 100644
--- a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
@@ -67,16 +67,6 @@ extern "C" {
#include <rtems/iosupp.h>
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
index 8fdd5ce906..7cc9a6aaa4 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
index 07474c8b09..4292b0d838 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
@@ -70,16 +70,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
#define NOCACHE_MEM_SIZE 512*1024
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
index fcd5d5ac94..6d4d8b6075 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
index 129857bb39..66988b949a 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
@@ -73,16 +73,6 @@ extern rtems_configuration_table BSP_Configuration;
*/
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
index 9d4faa1943..cc3b3f6291 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h b/c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h
index 1aef9ef100..8ccad23707 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h
@@ -355,16 +355,6 @@ void InitializeNvRAM(void);
(int) (((_value) * 4000) / (ulCpuBusClock/10000))
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 072b42087c..5e6589fd94 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/psim/include/bsp.h b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
index 2776503bc8..148eee6db6 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
@@ -59,16 +59,6 @@ extern "C" {
#include <rtems/iosupp.h>
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
index 15a564ac0d..9cd52d20c2 100644
--- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
index c23dcb066a..04cfca3df2 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
@@ -72,16 +72,6 @@ extern "C" {
SCORE603E_BRD_FLASH_DISABLE_MASK) \
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*/
diff --git a/c/src/lib/libbsp/powerpc/ss555/ChangeLog b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
index 02cbfad1ce..3bf84afbfc 100644
--- a/c/src/lib/libbsp/powerpc/ss555/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ss555/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
index 18d43a79b3..e4fd98df1b 100644
--- a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
@@ -76,16 +76,6 @@ typedef struct cpld_ {
extern volatile cpld_t cpld; /* defined in linkcmds */
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Stuff for Time Test 27
*
* The following require that IRQ7 be jumpered to ground. On the SS555,