2007-11-30 Till Straumann <strauman@slac.stanford.edu>

* startup/bspstart.c: removed bsp_exceptions_in_RAM
This commit is contained in:
Till Straumann
2007-12-01 01:31:27 +00:00
parent ea39487c59
commit 4af7ef3f40
10 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed bsp_exceptions_in_RAM
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,

View File

@@ -378,7 +378,6 @@ void bsp_start( void )
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
Cpu_table.postdriver_hook = bsp_postdriver_hook;
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
Cpu_table.exceptions_in_RAM = TRUE;
bsp_clicks_per_usec = BSP_processor_frequency/(BSP_time_base_divisor * 1000);

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed bsp_exceptions_in_RAM
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU

View File

@@ -200,5 +200,4 @@ void bsp_start( void )
bsp_serial_rate = 115200;
bsp_timer_average_overhead = 2;
bsp_timer_least_valid = 3;
bsp_exceptions_in_RAM = TRUE;
}

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed bsp_exceptions_in_RAM
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Now compiles and links.

View File

@@ -79,7 +79,6 @@ 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;
@@ -191,5 +190,4 @@ void bsp_start( void )
bsp_serial_rate = 9600;
bsp_timer_average_overhead = 2;
bsp_timer_least_valid = 3;
bsp_exceptions_in_RAM = TRUE;
}

View File

@@ -1,3 +1,8 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed declaration of
bsp_exceptions_in_RAM.
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* irq/irq.h, irq/no_pic.c: some more changes to let

View File

@@ -30,11 +30,6 @@
SPR_RW(SPRG0)
SPR_RW(SPRG1)
/*
* Driver configuration parameters
*/
boolean bsp_exceptions_in_RAM;
extern unsigned long __rtems_end[];
void initialize_exceptions(void);

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed bsp_exceptions_in_RAM
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* irq/irq.h, irq/irq_init.c: Removed the definition

View File

@@ -93,7 +93,6 @@ 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;
@@ -220,7 +219,6 @@ void bsp_start( void )
bsp_serial_rate = 115200;
bsp_timer_average_overhead = 2;
bsp_timer_least_valid = 3;
bsp_exceptions_in_RAM = TRUE;
/*
* Initialize some SPRG registers related to irq handling