forked from Imagelibrary/rtems
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||||
|
the Configuration Table. This included pretasking_hook,
|
||||||
|
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||||
|
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||||
|
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||||
|
code was made conditional and some style clean up occurred.
|
||||||
|
|
||||||
2007-11-30 Daniel Hellstrom <daniel@gaisler.com>
|
2007-11-30 Daniel Hellstrom <daniel@gaisler.com>
|
||||||
|
|
||||||
* shared/include/grspw.h, shared/spw/grspw.c: GRSPW SpaceWire Driver.
|
* shared/include/grspw.h, shared/spw/grspw.c: GRSPW SpaceWire Driver.
|
||||||
|
|||||||
@@ -119,15 +119,6 @@ void bsp_start( void )
|
|||||||
{
|
{
|
||||||
unsigned char *work_space_start;
|
unsigned char *work_space_start;
|
||||||
|
|
||||||
/*
|
|
||||||
* Set up our hooks
|
|
||||||
* Make sure libc_init is done before drivers initialized so that
|
|
||||||
* they can use atexit()
|
|
||||||
*/
|
|
||||||
|
|
||||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
|
||||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This should be enough interrupt stack.
|
* This should be enough interrupt stack.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user