forked from Imagelibrary/rtems
2007-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
|
||||
|
||||
@@ -116,9 +116,6 @@ void bsp_start_default( void )
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook;
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
|
||||
/* tell rtems to clear the workspace by default */
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
/* Place RTEMS workspace at beginning of free memory. */
|
||||
BSP_Configuration.work_space_start = (void *)&_bss_free_start;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
|
||||
|
||||
@@ -104,9 +104,6 @@ void bsp_start_default( void )
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook;
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
|
||||
/* tell RTEMS to clear the workspace */
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
/* Place RTEMS workspace at beginning of free memory. */
|
||||
BSP_Configuration.work_space_start = (void *)&_bss_free_start;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -130,7 +130,6 @@ void bsp_start_default( void )
|
||||
*EP7312_INTMR2 = 0;
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook;
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
/* Place RTEMS workspace at beginning of free memory. */
|
||||
BSP_Configuration.work_space_start = (void *)&_bss_free_start;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -146,7 +146,6 @@ void bsp_start_default( void )
|
||||
Cpu_table.predriver_hook = NULL; /* use system's */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.idle_task = NULL; /* don't override system IDLE task */
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = 0;
|
||||
Cpu_table.extra_mpci_receive_server_stack = 0;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* smc/smc.c: include bspIo.h for printk.
|
||||
|
||||
@@ -105,8 +105,6 @@ void bsp_start_default( void )
|
||||
Cpu_table.predriver_hook = NULL; /* use system's */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.idle_task = bsp_idle_task;
|
||||
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
Cpu_table.extra_mpci_receive_server_stack = 0;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -122,15 +122,6 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
|
||||
/*
|
||||
* SIS does zero out memory BUT only when IT begins execution. Thus
|
||||
* if we want to have a clean slate in the workspace each time we
|
||||
* begin execution of OUR application, then we must zero the workspace.
|
||||
*/
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
|
||||
int i=0;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/fb_vga.c: Eliminate __u16, __u32.
|
||||
|
||||
@@ -186,7 +186,6 @@ void bsp_start_default( void )
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.idle_task = NULL;
|
||||
/* do not override system IDLE task */
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_table_segment = get_ds();
|
||||
Cpu_table.interrupt_table_offset = (void *)Interrupt_descriptor_table;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -192,9 +192,7 @@ void bsp_start( void )
|
||||
*/
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
|
||||
Cpu_table.interrupt_vector_table = (m68k_isr *)0; /* vectors at start of RAM */
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -78,13 +78,7 @@ void bsp_start( void )
|
||||
* initialize the CPU table for this BSP
|
||||
*/
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
|
||||
Cpu_table.interrupt_vector_table = (m68k_isr *)0; /* vectors at start of RAM */
|
||||
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -91,7 +91,6 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
|
||||
m68k_get_vbr( vbr );
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -83,6 +83,5 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
|
||||
|
||||
@@ -80,6 +80,5 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -73,13 +73,7 @@ void bsp_start( void )
|
||||
* initialize the CPU table for this BSP
|
||||
*/
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
|
||||
Cpu_table.interrupt_vector_table = (m68k_isr *)0; /* vectors at start of RAM */
|
||||
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -185,9 +185,7 @@ void bsp_start( void )
|
||||
*/
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
|
||||
Cpu_table.interrupt_vector_table = (m68k_isr *)0; /* vectors at start of RAM */
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -271,7 +271,6 @@ void bsp_start( void )
|
||||
*/
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = 4096;
|
||||
{
|
||||
extern void _BSP_Thread_Idle_body(void);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h,
|
||||
|
||||
@@ -395,7 +395,6 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
Cpu_table.clicks_per_usec = BSP_processor_frequency/(BSP_time_base_divisor * 1000);
|
||||
Cpu_table.exceptions_in_RAM = TRUE;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -285,7 +285,6 @@ void bsp_start(void)
|
||||
Cpu_table.predriver_hook = bsp_predriver_hook; /* init PCI / RTC ... */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.clicks_per_usec = (IPB_CLOCK/1000000);
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.exceptions_in_RAM = TRUE;
|
||||
|
||||
if( Cpu_table.interrupt_stack_size < 4*1024 )
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h,
|
||||
|
||||
@@ -480,7 +480,6 @@ void bsp_start( void )
|
||||
|
||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
/* P94 : 7455 TB/DECR is clocked by the system bus clock frequency */
|
||||
Cpu_table.clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am,
|
||||
|
||||
@@ -312,7 +312,6 @@ void bsp_start( void )
|
||||
Cpu_table.predriver_hook = bsp_predriver_hook; /* Init vectors */
|
||||
Cpu_table.postdriver_hook = SCORE603e_bsp_postdriver_hook;
|
||||
Cpu_table.clicks_per_usec = 66 / 4; /* XXX get from linkcmds */
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
Cpu_table.idle_task_stack_size = (3 * STACK_MINIMUM_SIZE);
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -98,13 +98,6 @@ void bsp_start( void )
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.predriver_hook = bsp_leon3_predriver_hook; /* scan system bus */
|
||||
|
||||
/*
|
||||
* SIS does zero out memory BUT only when IT begins execution. Thus
|
||||
* if we want to have a clean slate in the workspace each time we
|
||||
* begin execution of OUR application, then we must zero the workspace.
|
||||
*/
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
/*
|
||||
* This should be enough interrupt stack.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user