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:
Joel Sherrill
2007-12-04 22:21:53 +00:00
parent 56ed8f0fa9
commit 99856a3360
3 changed files with 7 additions and 2 deletions

View File

@@ -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>
* preinstall.am: Moved most of the remaining CPU Table fields to the

View File

@@ -43,6 +43,7 @@ noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = ../../powerpc/shared/startup/bspstart.c \
../../powerpc/shared/showbats.c \
../../powerpc/shared/startup/pretaskinghook.c \
../../shared/bsppredriverhook.c \
../../powerpc/shared/startup/zerobss.c \
../../powerpc/shared/startup/pgtbl_setup.c \
../../powerpc/shared/startup/pgtbl_activate.c \

View File

@@ -30,8 +30,6 @@
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
#endif
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
/*
* diagram illustrating the role of the configuration
* constants