2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>

PR 614/bsps
	* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
This commit is contained in:
Ralf Corsepius
2004-04-21 16:16:38 +00:00
parent f05b2ac0bc
commit 7dd6e8d7a7
92 changed files with 230 additions and 46 deletions

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -36,7 +36,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/clock.c, include/bsp.h, timer/timer.c: Include * clock/clock.c, include/bsp.h, timer/timer.c: Include

View File

@@ -39,7 +39,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -36,7 +36,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -46,7 +46,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src

View File

@@ -145,7 +145,6 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
| need to be converted to ticks for the application. | need to be converted to ticks for the application.
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
| Macros | Macros

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -88,7 +88,6 @@ extern void Wait_X_ms (unsigned);
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* cvme961/timer/timer.c: Include <rtems/zilog/z8536.h> instead of * cvme961/timer/timer.c: Include <rtems/zilog/z8536.h> instead of
<zilog/z8536.h>. <zilog/z8536.h>.

View File

@@ -47,7 +47,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -36,7 +36,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>. * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -46,7 +46,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of

View File

@@ -56,7 +56,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org> 2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c, * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,

View File

@@ -46,7 +46,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-19 Joel Sherrill <joel@OARcorp.com> 2004-04-19 Joel Sherrill <joel@OARcorp.com>
* start/start.S: DWARF on the m68k requires that all objects me a * start/start.S: DWARF on the m68k requires that all objects me a

View File

@@ -49,7 +49,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org> 2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/gen68360/clock/clock.c, * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,

View File

@@ -63,7 +63,6 @@ extern int rtems_scc1_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/motorola/mc68230.h> instead of * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of

View File

@@ -35,7 +35,6 @@
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -169,7 +169,6 @@ extern char _SYS_CLOCK_FREQUENCY; /* Don't use this variable directly!!! */
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org> 2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h, * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,

View File

@@ -49,7 +49,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c, * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,

View File

@@ -44,7 +44,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead

View File

@@ -132,7 +132,6 @@ struct pcc_map {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -193,7 +193,6 @@ struct vme_gcsr_map {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h> * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>

View File

@@ -173,7 +173,6 @@ typedef volatile struct {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>. * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -354,7 +354,6 @@ extern m68k_isr_entry M68Kvec[]; /* vector table address */
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org> 2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c, * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,

View File

@@ -56,7 +56,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -40,7 +40,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -57,7 +57,6 @@ extern void assertSoftwareInterrupt(uint32_t);
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -37,7 +37,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,

View File

@@ -48,7 +48,6 @@ extern void WriteDisplay( char * string );
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -45,7 +45,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -45,7 +45,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>. * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.

View File

@@ -73,7 +73,6 @@ int rtems_dmv177_sonic_driver_attach(struct rtems_bsdnet_ifconfig *config);
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -65,7 +65,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config);
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>. * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -78,7 +78,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of

View File

@@ -75,7 +75,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/start.S: Include <rtems/asm.h> instead of <asm.h>. * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -78,7 +78,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -81,7 +81,6 @@ extern rtems_configuration_table BSP_Configuration;
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>. * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -363,7 +363,6 @@ void InitializeNvRAM(void);
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -67,7 +67,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -80,7 +80,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, startup/start.S: Reflect new locations of cpukit headers. * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.

View File

@@ -84,7 +84,6 @@ extern volatile cpld_t cpld; /* defined in linkcmds */
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -64,7 +64,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -80,7 +80,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -69,7 +69,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -59,7 +59,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -73,7 +73,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>. * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -62,7 +62,6 @@ extern int rtems_erc32_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config
*/ */
#define MAX_LONG_TEST_DURATION 3 /* 3 seconds */ #define MAX_LONG_TEST_DURATION 3 /* 3 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>. * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -62,7 +62,6 @@ extern int rtems_leon_open_eth_driver_attach (struct rtems_bsdnet_ifconfig *conf
*/ */
#define MAX_LONG_TEST_DURATION 3 /* 3 seconds */ #define MAX_LONG_TEST_DURATION 3 /* 3 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Define the interrupt mechanism for Time Test 27 * Define the interrupt mechanism for Time Test 27

View File

@@ -1,3 +1,8 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Build main.o for !HAS_CXX. * Makefile.am: Build main.o for !HAS_CXX.

View File

@@ -44,7 +44,6 @@ extern "C" {
*/ */
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/* /*
* Stuff for Time Test 27 * Stuff for Time Test 27