forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Remove all references to console_reserve_resources and termios_reserve_resources.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Remove all references to
|
||||||
|
console_reserve_resources and termios_reserve_resources.
|
||||||
|
|
||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
|||||||
@@ -161,8 +161,6 @@ void _BSP_Uart2_disable()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void m8260_console_reserve_resources(rtems_configuration_table *);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Function: bsp_pretasking_hook
|
* Function: bsp_pretasking_hook
|
||||||
* Created: 95/03/10
|
* Created: 95/03/10
|
||||||
@@ -311,15 +309,6 @@ void bsp_start(void)
|
|||||||
*/
|
*/
|
||||||
BSP_rtems_irq_mng_init(0);
|
BSP_rtems_irq_mng_init(0);
|
||||||
|
|
||||||
/*
|
|
||||||
* Call this in case we use TERMIOS for console I/O
|
|
||||||
*/
|
|
||||||
|
|
||||||
m8xx_uart_reserve_resources(&Configuration);
|
|
||||||
|
|
||||||
/*
|
|
||||||
rtems_termios_initialize();
|
|
||||||
*/
|
|
||||||
#ifdef SHOW_MORE_INIT_SETTINGS
|
#ifdef SHOW_MORE_INIT_SETTINGS
|
||||||
printk("Exit from bspstart\n");
|
printk("Exit from bspstart\n");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Remove all references to
|
||||||
|
console_reserve_resources and termios_reserve_resources.
|
||||||
|
|
||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
|||||||
@@ -177,11 +177,6 @@ void bsp_start(void)
|
|||||||
bsp_timer_least_valid = 0;
|
bsp_timer_least_valid = 0;
|
||||||
bsp_timer_average_overhead = 0;
|
bsp_timer_average_overhead = 0;
|
||||||
|
|
||||||
/*
|
|
||||||
* Call this in case we use TERMIOS for console I/O
|
|
||||||
*/
|
|
||||||
m5xx_uart_reserve_resources( &Configuration );
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initalize RTEMS IRQ system
|
* Initalize RTEMS IRQ system
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user