forked from Imagelibrary/rtems
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, include/bsp.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am, include/bsp.h: Move interrupt_stack_size field from CPU
|
||||||
|
Table to Configuration Table. Eliminate CPU Table from all ports.
|
||||||
|
Delete references to CPU Table in all forms.
|
||||||
|
|
||||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* preinstall.am: Moved most of the remaining CPU Table fields to the
|
* preinstall.am: Moved most of the remaining CPU Table fields to the
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ noinst_PROGRAMS += startup.rel
|
|||||||
startup_rel_SOURCES = ../../powerpc/shared/startup/bspstart.c \
|
startup_rel_SOURCES = ../../powerpc/shared/startup/bspstart.c \
|
||||||
../../powerpc/shared/showbats.c \
|
../../powerpc/shared/showbats.c \
|
||||||
../../powerpc/shared/startup/pretaskinghook.c \
|
../../powerpc/shared/startup/pretaskinghook.c \
|
||||||
|
../../shared/bsppredriverhook.c \
|
||||||
../../powerpc/shared/startup/zerobss.c \
|
../../powerpc/shared/startup/zerobss.c \
|
||||||
../../powerpc/shared/startup/pgtbl_setup.c \
|
../../powerpc/shared/startup/pgtbl_setup.c \
|
||||||
../../powerpc/shared/startup/pgtbl_activate.c \
|
../../powerpc/shared/startup/pgtbl_activate.c \
|
||||||
|
|||||||
@@ -30,8 +30,6 @@
|
|||||||
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* diagram illustrating the role of the configuration
|
* diagram illustrating the role of the configuration
|
||||||
* constants
|
* constants
|
||||||
|
|||||||
Reference in New Issue
Block a user