forked from Imagelibrary/rtems
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* include/bsp.h: Move interrupt_stack_size field from CPU Table to
|
||||||
|
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||||
|
references to CPU Table in all forms.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove "*cpp:". Remove qrtems_debug.
|
* bsp_specs: Remove "*cpp:". Remove qrtems_debug.
|
||||||
|
|||||||
@@ -27,15 +27,6 @@ extern "C" {
|
|||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
|
||||||
* confdefs.h overrides for this BSP:
|
|
||||||
* - number of termios serial ports (defaults to 1)
|
|
||||||
* - Interrupt stack space is not minimum if defined.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
|
|
||||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (12 * 1024)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Simple spin delay in microsecond units for device drivers.
|
* Simple spin delay in microsecond units for device drivers.
|
||||||
* This is very dependent on the clock speed of the target.
|
* This is very dependent on the clock speed of the target.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* include/bsp.h: Move interrupt_stack_size field from CPU Table to
|
||||||
|
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||||
|
references to CPU Table in all forms.
|
||||||
|
|
||||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Moved most of the remaining CPU Table fields to the
|
* Makefile.am: Moved most of the remaining CPU Table fields to the
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
||||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Network driver configuration
|
* Network driver configuration
|
||||||
@@ -110,8 +109,6 @@ void bsp_spurious_initialize( void );
|
|||||||
|
|
||||||
extern rtems_configuration_table BSP_Configuration; /* owned by BSP */
|
extern rtems_configuration_table BSP_Configuration; /* owned by BSP */
|
||||||
|
|
||||||
extern rtems_cpu_table Cpu_table; /* owned by BSP */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* include/bsp.h: Move interrupt_stack_size field from CPU Table to
|
||||||
|
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||||
|
references to CPU Table in all forms.
|
||||||
|
|
||||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Moved most of the remaining CPU Table fields to the
|
* Makefile.am: Moved most of the remaining CPU Table fields to the
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
||||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Network driver configuration
|
* Network driver configuration
|
||||||
@@ -107,8 +106,6 @@ void bsp_spurious_initialize( void );
|
|||||||
|
|
||||||
extern rtems_configuration_table BSP_Configuration; /* owned by BSP */
|
extern rtems_configuration_table BSP_Configuration; /* owned by BSP */
|
||||||
|
|
||||||
extern rtems_cpu_table Cpu_table; /* owned by BSP */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user