2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/bspstart.c: Remove unnecessary includes of
	rtems/libcsupport.h and rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-16 19:06:10 +00:00
parent 1c79f01d90
commit a196084919
30 changed files with 75 additions and 36 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out * Makefile.am, configure.ac, startup/bspstart.c: Split out

View File

@@ -12,9 +12,7 @@
*/ */
#include <bsp.h> #include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <mc9328mxl.h> #include <mc9328mxl.h>
extern void rtems_irq_mngt_init(void); extern void rtems_irq_mngt_init(void);

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c: * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:

View File

@@ -13,8 +13,6 @@
* $Id$ * $Id$
*/ */
#include <bsp.h> #include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <at91rm9200.h> #include <at91rm9200.h>
#include <at91rm9200_pmc.h> #include <at91rm9200_pmc.h>
#include <at91rm9200_emac.h> #include <at91rm9200_emac.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Split out bsp_get_work_area() into its own file and user * Makefile.am: Split out bsp_get_work_area() into its own file and user

View File

@@ -11,8 +11,6 @@
*/ */
#include <bsp.h> #include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <ep7312.h> #include <ep7312.h>
#include <uart.h> #include <uart.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Now support * Makefile.am, configure.ac, startup/bspstart.c: Now support

View File

@@ -21,8 +21,6 @@
#include <stdio.h> #include <stdio.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <gba.h> #include <gba.h>
#include <conio.h> #include <conio.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out * Makefile.am, configure.ac, startup/bspstart.c: Split out

View File

@@ -13,10 +13,7 @@
* *
*/ */
#include <bsp.h> #include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <s3c24xx.h> #include <s3c24xx.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out * Makefile.am, configure.ac, startup/bspstart.c: Split out

View File

@@ -11,8 +11,6 @@
*/ */
#include <bsp.h> #include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <lpc22xx.h> #include <lpc22xx.h>
/* /*

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:

View File

@@ -17,12 +17,8 @@
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <cplb.h> #include <cplb.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcpu/interrupt.h> #include <libcpu/interrupt.h>
const unsigned int dcplbs_table[16][2] = { const unsigned int dcplbs_table[16][2] = {

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c: * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:

View File

@@ -17,8 +17,6 @@
#include <string.h> #include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
/* /*
* bsp_start * bsp_start

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* ide/ide.c: Convert to "bool". * ide/ide.c: Convert to "bool".

View File

@@ -31,8 +31,6 @@
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <rtems/pci.h> #include <rtems/pci.h>
#include <libcpu/cpuModel.h> #include <libcpu/cpuModel.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out * Makefile.am, configure.ac, startup/bspstart.c: Split out

View File

@@ -18,8 +18,6 @@
#include <bsp.h> #include <bsp.h>
#include <libcpu/au1x00.h> #include <libcpu/au1x00.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
au1x00_uart_t *uart0 = (au1x00_uart_t *)AU1X00_UART0_ADDR; au1x00_uart_t *uart0 = (au1x00_uart_t *)AU1X00_UART0_ADDR;
au1x00_uart_t *uart3 = (au1x00_uart_t *)AU1X00_UART3_ADDR; au1x00_uart_t *uart3 = (au1x00_uart_t *)AU1X00_UART3_ADDR;

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:

View File

@@ -21,8 +21,6 @@
#include <string.h> #include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcpu/mongoose-v.h> #include <libcpu/mongoose-v.h>
extern void _sys_exit(int); extern void _sys_exit(int);

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create * Makefile.am, configure.ac, startup/bspstart.c: Create

View File

@@ -14,10 +14,7 @@
* bspstart.c,v 1.4.2.1 2003/09/04 18:44:49 joel Exp * bspstart.c,v 1.4.2.1 2003/09/04 18:44:49 joel Exp
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
/* /*
* bsp_start * bsp_start

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create * Makefile.am, configure.ac, startup/bspstart.c: Create

View File

@@ -14,17 +14,13 @@
* bspstart.c,v 1.4.2.1 2003/09/04 18:44:49 joel Exp * bspstart.c,v 1.4.2.1 2003/09/04 18:44:49 joel Exp
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
/* /*
* bsp_start * bsp_start
* *
* This routine does the bulk of the system initialization. * This routine does the bulk of the system initialization.
*/ */
void bsp_start( void ) void bsp_start( void )
{ {
extern void mips_install_isr_entries(void); extern void mips_install_isr_entries(void);

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h, * Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,

View File

@@ -16,9 +16,6 @@
#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c). #warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
#include <string.h>
#include <rtems/libio.h>
#include <bsp/consoleIo.h> #include <bsp/consoleIo.h>
#include <libcpu/spr.h> #include <libcpu/spr.h>
#include <bsp/residual.h> #include <bsp/residual.h>

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c, startup/bspstart.c.nocache: Add use of * startup/bspstart.c, startup/bspstart.c.nocache: Add use of

View File

@@ -22,7 +22,6 @@
#include <bsp.h> #include <bsp.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#include <rtems/libio.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <libcpu/cpuIdent.h> #include <libcpu/cpuIdent.h>
#include <libcpu/spr.h> #include <libcpu/spr.h>