forked from Imagelibrary/rtems
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* start/start.S, startup/bspstart.c: Not functional for CPU32
|
||||||
|
but hopefully will compile now and give a warning saying that
|
||||||
|
the CPU32 variant needs work.
|
||||||
|
|
||||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ V____IPC: .long start - V___ISSP
|
|||||||
| Lots of macros, how-ever it creates a simple ROM vector table
|
| Lots of macros, how-ever it creates a simple ROM vector table
|
||||||
|
|
|
|
||||||
|
|
||||||
|
#if !defined(mcpu32)
|
||||||
#define MAKE_EXCEPTION_VECTOR(n) V___##n: .long (_CPU_ISR_jump_table + (n * 10))
|
#define MAKE_EXCEPTION_VECTOR(n) V___##n: .long (_CPU_ISR_jump_table + (n * 10))
|
||||||
|
|
||||||
MAKE_EXCEPTION_VECTOR(2)
|
MAKE_EXCEPTION_VECTOR(2)
|
||||||
@@ -336,6 +337,7 @@ MAKE_EXCEPTION_VECTOR(252)
|
|||||||
MAKE_EXCEPTION_VECTOR(253)
|
MAKE_EXCEPTION_VECTOR(253)
|
||||||
MAKE_EXCEPTION_VECTOR(254)
|
MAKE_EXCEPTION_VECTOR(254)
|
||||||
MAKE_EXCEPTION_VECTOR(255)
|
MAKE_EXCEPTION_VECTOR(255)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
|
|
||||||
| Start
|
| Start
|
||||||
|
|||||||
@@ -61,6 +61,10 @@ void bsp_start( void )
|
|||||||
|
|
||||||
_M68k_Ramsize = (unsigned long)&_RamSize; /* RAM size set in linker script */
|
_M68k_Ramsize = (unsigned long)&_RamSize; /* RAM size set in linker script */
|
||||||
|
|
||||||
|
#if defined(cpu32)
|
||||||
|
#warning "do something about vectors!!!"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clear interrupt sources.
|
* Clear interrupt sources.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user