forked from Imagelibrary/rtems
2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR after RTC replaced.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR
|
||||
after RTC replaced.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/gdbstub/m68k-stub.c:
|
||||
|
||||
@@ -246,13 +246,15 @@ typedef volatile struct nvram_config_ {
|
||||
/*
|
||||
* Flag to indicate if J1-4 is on (and parameters should be
|
||||
* sought in User Area NVRAM)
|
||||
*
|
||||
* NOTE: If NVRAM has bad settings, the you want to disable this
|
||||
* on the MVME167.
|
||||
*/
|
||||
|
||||
#if defined(mvme167)
|
||||
#define NVRAM_CONFIGURE \
|
||||
( !( ( (unsigned char)(lcsr->vector_base & 0xFF) ) & 0x10 ) )
|
||||
#define NVRAM_CONFIGURE \
|
||||
( !( ( (unsigned char)(lcsr->vector_base & 0xFF) ) & 0x10 ) )
|
||||
#else
|
||||
#define NVRAM_CONFIGURE 0
|
||||
#define NVRAM_CONFIGURE 0
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -113,11 +113,6 @@ END_CODE
|
||||
|
||||
BEGIN_DATA
|
||||
|
||||
PUBLIC (environ)
|
||||
.align 2
|
||||
SYM (environ):
|
||||
.long 0
|
||||
|
||||
PUBLIC (start_frame)
|
||||
SYM (start_frame):
|
||||
.space 4,0
|
||||
|
||||
Reference in New Issue
Block a user