change log for rtems (2011-01-24)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Jan 24 16:10:45 UTC 2011
*joel*:
2011-01-24 Joel Sherrill <joel.sherrill at 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.
M 1.100 c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
M 1.15 c/src/lib/libbsp/powerpc/gen83xx/configure.ac
M 1.2 c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
M 1.6 c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
M 1.22 c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
M 1.7 c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
M 1.4 c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
M 1.4 c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
M 1.2 c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
M 1.5 c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
M 1.18 c/src/lib/libbsp/powerpc/gen83xx/network/network.c
M 1.8 c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
M 1.31 c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.99 rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.100
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.99 Mon Jan 24 05:53:24 2011
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog Mon Jan 24 09:32:03 2011
@@ -1,3 +1,11 @@
+2011-01-24 Joel Sherrill <joel.sherrill at 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 at embedded-brains.de>
* network/network.c: Typo.
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.14 rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.15
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.14 Fri Nov 12 08:16:57 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac Mon Jan 24 09:32:03 2011
@@ -68,6 +68,7 @@
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
+RTEMS_BSP_BOOTCARD_OPTIONS
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_PPC_EXCEPTIONS
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c:1.1 rtems/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c:1.2
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c:1.1 Fri Nov 12 08:16:57 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c Mon Jan 24 09:32:03 2011
@@ -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>
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c:1.5 rtems/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c:1.6
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c:1.5 Sun Nov 29 22:26:10 2009
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c Mon Jan 24 09:32:03 2011
@@ -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>
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h:1.21 rtems/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h:1.22
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h:1.21 Thu Dec 30 07:16:41 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h Mon Jan 24 09:32:03 2011
@@ -17,6 +17,10 @@
| this file contains board specific definitions |
\*===============================================================*/
+/*
+ * $Id$
+ */
+
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h:1.6 rtems/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h:1.7
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h:1.6 Sun Nov 29 22:26:10 2009
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h Mon Jan 24 09:32:03 2011
@@ -17,6 +17,10 @@
| this file contains board specific definitions |
\*===============================================================*/
+/*
+ * $Id$
+ */
+
#ifndef __GEN83xx_HWREG_VALS_h
#define __GEN83xx_HWREG_VALS_h
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h:1.3 rtems/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h:1.3 Fri Apr 30 07:48:52 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h Mon Jan 24 09:32:03 2011
@@ -16,6 +16,11 @@
+-----------------------------------------------------------------+
| this file declares constants of the interrupt controller |
\*===============================================================*/
+
+/*
+ * $Id$
+ */
+
#ifndef GEN83xx_IRQ_IRQ_H
#define GEN83xx_IRQ_IRQ_H
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h:1.3 rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h:1.4
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h:1.3 Fri Oct 23 02:32:44 2009
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h Mon Jan 24 09:32:03 2011
@@ -12,8 +12,11 @@
* Germany
* rtems at 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
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h:1.1 rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h:1.2
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h:1.1 Thu Dec 30 07:16:41 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h Mon Jan 24 09:32:03 2011
@@ -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
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:1.4 rtems/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:1.5
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:1.4 Sat Mar 27 15:40:22 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c Mon Jan 24 09:32:04 2011
@@ -17,6 +17,10 @@
| this file integrates the IPIC irq controller |
\*===============================================================*/
+/*
+ * $Id$
+ */
+
#include <mpc83xx/mpc83xx.h>
#include <rtems.h>
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/network/network.c:1.17 rtems/c/src/lib/libbsp/powerpc/gen83xx/network/network.c:1.18
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/network/network.c:1.17 Mon Jan 24 05:53:24 2011
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/network/network.c Mon Jan 24 09:32:04 2011
@@ -18,6 +18,10 @@
| of the network interface driver |
\*===============================================================*/
+/*
+ * $Id$
+ */
+
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtems_bsdnet_internal.h>
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c:1.7 rtems/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c:1.8
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c:1.7 Fri Nov 12 08:16:57 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c Mon Jan 24 09:32:04 2011
@@ -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>
diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c:1.30 rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c:1.31
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c:1.30 Thu Dec 30 07:16:41 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c Mon Jan 24 09:32:04 2011
@@ -14,8 +14,9 @@
* Germany
* rtems at 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$
*/
*joel*:
2011-01-24 Joel Sherrill <joel.sherrill at oarcorp.com>
* console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
M 1.180 c/src/lib/libbsp/powerpc/psim/ChangeLog
M 1.2 c/src/lib/libbsp/powerpc/psim/console/consupp.S
M 1.11 c/src/lib/libbsp/powerpc/psim/irq/irq.h
M 1.15 c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
diff -u rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.179 rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.180
--- rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.179 Tue Jun 29 13:53:01 2010
+++ rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog Mon Jan 24 09:41:36 2011
@@ -1,3 +1,7 @@
+2011-01-24 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
+
2010-06-29 Joel Sherrill <joel.sherrill at oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
diff -u rtems/c/src/lib/libbsp/powerpc/psim/console/consupp.S:1.1 rtems/c/src/lib/libbsp/powerpc/psim/console/consupp.S:1.2
--- rtems/c/src/lib/libbsp/powerpc/psim/console/consupp.S:1.1 Mon Dec 14 17:15:13 1998
+++ rtems/c/src/lib/libbsp/powerpc/psim/console/consupp.S Mon Jan 24 09:41:36 2011
@@ -13,6 +13,8 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
+ *
+ * $Id$
*/
#include "ppc-asm.h"
diff -u rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.10 rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.11
--- rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h:1.10 Fri Sep 11 12:13:42 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/irq/irq.h Mon Jan 24 09:41:36 2011
@@ -15,7 +15,7 @@
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
+ * $Id$
*/
#ifndef LIBBSP_POWERPC_IRQ_H
diff -u rtems/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:1.14 rtems/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:1.15
--- rtems/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:1.14 Sun Nov 29 22:34:19 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c Mon Jan 24 09:41:36 2011
@@ -12,7 +12,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * irq_init.c,v 1.6.2.5 2003/09/04 18:45:20 joel Exp
+ * $Id$
*/
#include <libcpu/io.h>
*joel*:
2011-01-24 Joel Sherrill <joel.sherrill at oarcorp.com>
* network/if_sim.c: Do not use printf() except for printing statistics.
M 1.181 c/src/lib/libbsp/powerpc/psim/ChangeLog
M 1.3 c/src/lib/libbsp/powerpc/psim/network/if_sim.c
diff -u rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.180 rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.181
--- rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.180 Mon Jan 24 09:41:36 2011
+++ rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog Mon Jan 24 09:42:19 2011
@@ -1,5 +1,9 @@
2011-01-24 Joel Sherrill <joel.sherrill at oarcorp.com>
+ * network/if_sim.c: Do not use printf() except for printing statistics.
+
+2011-01-24 Joel Sherrill <joel.sherrill at oarcorp.com>
+
* console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
2010-06-29 Joel Sherrill <joel.sherrill at oarcorp.com>
diff -u rtems/c/src/lib/libbsp/powerpc/psim/network/if_sim.c:1.2 rtems/c/src/lib/libbsp/powerpc/psim/network/if_sim.c:1.3
--- rtems/c/src/lib/libbsp/powerpc/psim/network/if_sim.c:1.2 Sun Nov 29 22:34:19 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/network/if_sim.c Mon Jan 24 09:42:19 2011
@@ -328,7 +328,7 @@
evs &= ((1<<IFSIM_SLOTS)-1);
#ifdef IRQ_DEBUG
- printf("Task got evs %u\n", evs);
+ printk("Task got evs %u\n", evs);
#endif
for ( sc = theIfSims; evs; evs>>=1, sc++ ) {
@@ -367,13 +367,13 @@
{
int i;
for ( i=0; i<len + crc_len; ) {
- printf("%02X ",((char*)eh)[i]);
+ printk("%02X ",((char*)eh)[i]);
if ( 0 == (++i & 0xf) )
fputc('\n',stdout);
}
if ( i & 0xf )
fputc('\n', stdout);
- printf("*****\n");
+ printk("*****\n");
}
#endif
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110124/5e819ca3/attachment-0001.html>
More information about the vc
mailing list