forked from Imagelibrary/rtems
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* startup/erc32mec.c: New file. * startup/Makefile.am: Reflect above. * include/erc32.h: Converted SCORE_EXTERN to extern. * tools/runtest.in: Lengthened timeout on test runs.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-07-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/erc32mec.c: New file.
|
||||
* startup/Makefile.am: Reflect above.
|
||||
* include/erc32.h: Converted SCORE_EXTERN to extern.
|
||||
* tools/runtest.in: Lengthened timeout on test runs.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
@@ -448,7 +448,7 @@ extern ERC32_Register_Map ERC32_MEC;
|
||||
#define ERC32_MEC_TIMER_COUNTER_DEFINED_MASK 0x0000000F
|
||||
#define ERC32_MEC_TIMER_COUNTER_CURRENT_MODE_MASK 0x00000005
|
||||
|
||||
SCORE_EXTERN unsigned32 _ERC32_MEC_Timer_Control_Mirror;
|
||||
extern unsigned32 _ERC32_MEC_Timer_Control_Mirror;
|
||||
|
||||
/*
|
||||
* This macros manipulate the General Purpose Timer portion of the
|
||||
|
||||
@@ -8,7 +8,7 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
||||
PGM = $(ARCH)/startup.rel
|
||||
|
||||
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c main.c bootcard.c sbrk.c \
|
||||
setvec.c spurious.c
|
||||
setvec.c spurious.c erc32mec.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
S_FILES = boardinit.S
|
||||
|
||||
18
c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
Normal file
18
c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Put this variable in a separate file so it is only linked in when needed.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2002.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.OARcorp.com/rtems/license.html.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
ERC32_Register_Map ERC32_MEC;
|
||||
|
||||
@@ -76,7 +76,7 @@ stdio_setup="yes"
|
||||
run_to_completion="yes"
|
||||
logdir=log
|
||||
update_on_tick="no"
|
||||
max_run_time=$((5 * 60))
|
||||
max_run_time=$((10 * 60))
|
||||
using_print_buffer="yes"
|
||||
|
||||
while getopts vhr12o:c:sl:t OPT
|
||||
|
||||
Reference in New Issue
Block a user