summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/rtl22xx/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-03 22:24:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-03 22:24:44 +0000
commitb5e70186139ba74db65dea2abd8acae36ea6d572 (patch)
tree047507b9ddaafc78131de61329d93c3a322ff216 /c/src/lib/libbsp/arm/rtl22xx/include
parent2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b5e70186139ba74db65dea2abd8acae36ea6d572.tar.bz2
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
Diffstat (limited to 'c/src/lib/libbsp/arm/rtl22xx/include')
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/include/bsp.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
index d1882b0897..9ef62b2568 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
@@ -121,15 +121,6 @@ extern "C" {
// RTL8019AS definition
#define RTL8019AS_BASE 0x82000000 //
-
-
-
-/*
- * Define the interrupt mechanism for Time Test 27
- *
- * NOTE: Following are not defined and are board independent
- *
- */
struct rtems_bsdnet_ifconfig;
int cs8900_driver_attach (struct rtems_bsdnet_ifconfig *config,
int attaching);
@@ -145,6 +136,11 @@ extern rtems_configuration_table BSP_Configuration;
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH cs8900_driver_attach
+/*
+ * BSP Configuration Default Overrides
+ */
+#define BSP_ZERO_WORKSPACE_AUTOMATICALLY TRUE
+
#ifdef __cplusplus
}
#endif