forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
| this file contains board specific definitions |
|
||||
\*===============================================================*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __GEN83xx_BSP_h
|
||||
#define __GEN83xx_BSP_h
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
| this file contains board specific definitions |
|
||||
\*===============================================================*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __GEN83xx_HWREG_VALS_h
|
||||
#define __GEN83xx_HWREG_VALS_h
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@
|
||||
+-----------------------------------------------------------------+
|
||||
| this file declares constants of the interrupt controller |
|
||||
\*===============================================================*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef GEN83xx_IRQ_IRQ_H
|
||||
#define GEN83xx_IRQ_IRQ_H
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
| this file integrates the IPIC irq controller |
|
||||
\*===============================================================*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <mpc83xx/mpc83xx.h>
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
| of the network interface driver |
|
||||
\*===============================================================*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <rtems/rtems_bsdnet_internal.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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$
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user