mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:05:06 +08:00
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Formatting.
|
||||
|
||||
2010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Now runs on 486 and below again. Reformatted.
|
||||
|
||||
@@ -66,6 +66,7 @@ void bsp_start_default( void )
|
||||
* Init rtems interrupt management
|
||||
*/
|
||||
rtems_irq_mngt_init();
|
||||
|
||||
/*
|
||||
* Init rtems exceptions management
|
||||
*/
|
||||
@@ -79,7 +80,7 @@ void bsp_start_default( void )
|
||||
printk("PCI bus: could not initialize PCI BIOS interface\n");
|
||||
}
|
||||
|
||||
bsp_ide_cmdline_init ();
|
||||
bsp_ide_cmdline_init();
|
||||
|
||||
} /* bsp_start */
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Formatting.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
|
||||
@@ -206,14 +206,14 @@ void bsp_start(void)
|
||||
/*
|
||||
* initialize the device driver parameters
|
||||
*/
|
||||
bsp_clicks_per_usec = 10; /* for 40MHz extclk */
|
||||
bsp_serial_per_sec = 40000000;
|
||||
bsp_clicks_per_usec = 10; /* for 40MHz extclk */
|
||||
bsp_serial_per_sec = 40000000;
|
||||
bsp_serial_external_clock = 0;
|
||||
bsp_serial_xon_xoff = 0;
|
||||
bsp_serial_cts_rts = 0;
|
||||
bsp_serial_rate = 9600;
|
||||
bsp_serial_xon_xoff = 0;
|
||||
bsp_serial_cts_rts = 0;
|
||||
bsp_serial_rate = 9600;
|
||||
bsp_timer_average_overhead = 3;
|
||||
bsp_timer_least_valid = 3;
|
||||
bsp_timer_least_valid = 3;
|
||||
bsp_clock_speed = 40000000;
|
||||
|
||||
#ifdef REV_0_2
|
||||
|
||||
Reference in New Issue
Block a user