forked from Imagelibrary/rtems
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate copies of the Configuration Table. Use the
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* bsp.h
|
||||
*
|
||||
/*
|
||||
* This include file contains all board IO definitions.
|
||||
*
|
||||
* BARE : Allows you to build RTEMS with-out any BSP specific stuff
|
||||
@@ -48,12 +47,6 @@ extern "C" {
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
|
||||
@@ -91,7 +91,6 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
|
||||
/*-------------------------------------------------------------------------+
|
||||
| Constants
|
||||
+--------------------------------------------------------------------------*/
|
||||
#define BSP_LIBIO_MAX_FDS 20 /* Number of libio files we want. */
|
||||
|
||||
/*-------------------------------------------------------------------------+
|
||||
| Video (console) related constants.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
|
||||
|
||||
@@ -207,11 +207,6 @@ extern rtems_device_driver rtc_initialize(
|
||||
*/
|
||||
#define RTEMS_BSP_HAS_IDE_DRIVER
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
|
||||
/* console modes (only termios) */
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
|
||||
|
||||
@@ -130,11 +130,6 @@ extern const size_t mpc83xx_uboot_board_info_size;
|
||||
*/
|
||||
#undef RTEMS_BSP_HAS_IDE_DRIVER
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* misc macros */
|
||||
#define BSP_ARRAY_CNT(arr) (sizeof(arr)/sizeof(arr[0]))
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
|
||||
@@ -88,12 +88,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
|
||||
*/
|
||||
#define RTEMS_BSP_HAS_IDE_DRIVER
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
|
||||
@@ -90,12 +90,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
|
||||
#if 0
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
/* bsp.h
|
||||
*
|
||||
/*
|
||||
* This include file contains all board IO definitions.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1997.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may in
|
||||
@@ -108,16 +107,8 @@ extern int CPU_PPC_CLICKS_PER_MS;
|
||||
*/
|
||||
#define BSP_INIT_STACK_SIZE 0x1000
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
|
||||
void bsp_start( void );
|
||||
|
||||
/*
|
||||
* spurious.c
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
|
||||
@@ -89,12 +89,6 @@ extern volatile cpld_t cpld; /* defined in linkcmds */
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
|
||||
|
||||
@@ -143,12 +143,6 @@ extern int rtems_scc_enet_driver_attach (struct rtems_bsdnet_ifconfig *config,
|
||||
*/
|
||||
#undef RTEMS_BSP_HAS_IDE_DRIVER
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/*
|
||||
* our bus frequency
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user