2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/bspstart.c: Now compiles and links.
This commit is contained in:
Joel Sherrill
2007-11-28 22:02:57 +00:00
parent f09b997d4d
commit d046f1ed65
4 changed files with 11 additions and 0 deletions

View File

@@ -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>
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU

View File

@@ -79,6 +79,7 @@ void *bsp_ram_end = (void *)RAM_END; /* first addr behind avail. ram area */
/*
* Driver configuration parameters
*/
boolean bsp_exceptions_in_RAM;
uint32_t bsp_clicks_per_usec;
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
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_least_valid; /* Least valid number from timer */
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
* called from postdriver hook

View File

@@ -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>
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU

View File

@@ -93,6 +93,7 @@ uint32_t _top_of_ram;
/*
* Driver configuration parameters
*/
boolean bsp_exceptions_in_RAM;
uint32_t bsp_clicks_per_usec;
uint32_t bsp_serial_per_sec; /* Serial clocks per second */
boolean bsp_serial_external_clock;