forked from Imagelibrary/rtems
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Now compiles and links.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Now compiles and links.
|
||||||
|
|
||||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ void *bsp_ram_end = (void *)RAM_END; /* first addr behind avail. ram area */
|
|||||||
/*
|
/*
|
||||||
* Driver configuration parameters
|
* Driver configuration parameters
|
||||||
*/
|
*/
|
||||||
|
boolean bsp_exceptions_in_RAM;
|
||||||
uint32_t bsp_clicks_per_usec;
|
uint32_t bsp_clicks_per_usec;
|
||||||
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
|
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
|
||||||
boolean bsp_serial_external_clock;
|
boolean bsp_serial_external_clock;
|
||||||
@@ -88,6 +89,7 @@ uint32_t bsp_serial_rate;
|
|||||||
uint32_t bsp_timer_average_overhead; /* Average overhead of timer in ticks */
|
uint32_t bsp_timer_average_overhead; /* Average overhead of timer in ticks */
|
||||||
uint32_t bsp_timer_least_valid; /* Least valid number from timer */
|
uint32_t bsp_timer_least_valid; /* Least valid number from timer */
|
||||||
boolean bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
|
boolean bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
|
||||||
|
void (*bsp_spurious_handler)(uint32_t vector, CPU_Interrupt_frame *);
|
||||||
|
|
||||||
/* Initialize whatever libc we are using
|
/* Initialize whatever libc we are using
|
||||||
* called from postdriver hook
|
* called from postdriver hook
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Now compiles and links.
|
||||||
|
|
||||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ uint32_t _top_of_ram;
|
|||||||
/*
|
/*
|
||||||
* Driver configuration parameters
|
* Driver configuration parameters
|
||||||
*/
|
*/
|
||||||
|
boolean bsp_exceptions_in_RAM;
|
||||||
uint32_t bsp_clicks_per_usec;
|
uint32_t bsp_clicks_per_usec;
|
||||||
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
|
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
|
||||||
boolean bsp_serial_external_clock;
|
boolean bsp_serial_external_clock;
|
||||||
|
|||||||
Reference in New Issue
Block a user