2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac, console/console-config.c, i2c/i2c_init.c,
	include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h,
	include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c,
	startup/bspstart.c: Address some of the issues spotted by the
	check_bsp script.
This commit is contained in:
Joel Sherrill
2011-01-24 15:32:04 +00:00
parent 760ef104a0
commit e570c31324
13 changed files with 52 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, console/console-config.c, i2c/i2c_init.c,
include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h,
include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c,
startup/bspstart.c: Address some of the issues spotted by the
check_bsp script.
2011-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
* network/network.c: Typo.

View File

@@ -68,6 +68,7 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_BSP_BOOTCARD_OPTIONS
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_PPC_EXCEPTIONS

View File

@@ -16,6 +16,8 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#include <rtems/bspIo.h>

View File

@@ -16,6 +16,11 @@
+-----------------------------------------------------------------+
| this file contains the low level MPC83xx I2C driver parameters |
\*===============================================================*/
/*
* $Id$
*/
#include <mpc83xx/mpc83xx_i2cdrv.h>
#include <libchip/i2c-2b-eeprom.h>
#include <bsp/irq.h>

View File

@@ -17,6 +17,10 @@
| this file contains board specific definitions |
\*===============================================================*/
/*
* $Id$
*/
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h

View File

@@ -17,6 +17,10 @@
| this file contains board specific definitions |
\*===============================================================*/
/*
* $Id$
*/
#ifndef __GEN83xx_HWREG_VALS_h
#define __GEN83xx_HWREG_VALS_h

View File

@@ -16,6 +16,11 @@
+-----------------------------------------------------------------+
| this file declares constants of the interrupt controller |
\*===============================================================*/
/*
* $Id$
*/
#ifndef GEN83xx_IRQ_IRQ_H
#define GEN83xx_IRQ_IRQ_H

View File

@@ -12,8 +12,11 @@
* Germany
* rtems@embedded-brains.de
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#ifndef _RTEMS_TMTEST27

View File

@@ -10,6 +10,8 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H

View File

@@ -17,6 +17,10 @@
| this file integrates the IPIC irq controller |
\*===============================================================*/
/*
* $Id$
*/
#include <mpc83xx/mpc83xx.h>
#include <rtems.h>

View File

@@ -18,6 +18,10 @@
| of the network interface driver |
\*===============================================================*/
/*
* $Id$
*/
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtems_bsdnet_internal.h>

View File

@@ -17,6 +17,11 @@
| this file contains the low level MPC83xx SPI driver parameters |
| and board-specific functions |
\*===============================================================*/
/*
* $Id$
*/
#include <mpc83xx/mpc83xx_spidrv.h>
#include <bsp/irq.h>
#include <bsp.h>

View File

@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/