summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/README2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/i2c.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S3
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h2
18 files changed, 2 insertions, 35 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
index 2bb44ed6bc..32fd3b47ca 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
@@ -10,8 +10,6 @@
* S. Kate Feng 2003-2007 : Modified it to support the mvme5500 BSP.
*
* Modified for the 'beatnik' BSP by T. Straumann, 2005-2007.
- *
- * bsp.h,v 1.9.4.2 2003/09/04 18:45:20 joel Exp
*/
#ifndef LIBBSP_BEATNIK_BSP_H
#define LIBBSP_BEATNIK_BSP_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
index 2a2bfdfb8a..58d1d0dd8f 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
@@ -19,8 +19,6 @@
*
* OAR init.c Template modified by T. Straumann who provided
* the implementation of this application.
- *
- * init.c,v 1.12.4.1 2003/09/04 18:46:30 joel Exp
*/
#define CONFIGURE_INIT
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c b/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
index c273cc8ba1..fdd91b6490 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
@@ -11,8 +11,6 @@
* 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.
- *
- * polled_io.c,v 1.4.2.3 2003/09/04 18:45:20 joel Exp
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/start/start.S b/c/src/lib/libbsp/powerpc/ep1a/start/start.S
index b1ae032b50..51596ac418 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/start/start.S
+++ b/c/src/lib/libbsp/powerpc/ep1a/start/start.S
@@ -28,8 +28,6 @@
* 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.
- *
- * start.S,v 1.4 2002/04/19 13:25:27 joel Exp
*/
/*
#include <ppc-asm.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README b/c/src/lib/libbsp/powerpc/gen5200/README
index f2faf4706d..2c3b08212b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/README
+++ b/c/src/lib/libbsp/powerpc/gen5200/README
@@ -1,5 +1,5 @@
#
-# README,v 1.1 2001/10/22 14:45:58 joel Exp
+# README
#
BSP NAME: gen5200
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
index 0723511746..6539be597e 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.c,v 1.5 2004/04/21 16:01:34 ralf Exp
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
index bbc29597df..cc60be6901 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
@@ -33,8 +33,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.c,v 1.6 2004/04/21 16:01:34 ralf Exp
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
index 0c7dbc5330..45a1cd52c9 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
@@ -29,8 +29,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcfmbus.c,v 1.4 2004/03/31 01:59:32 ralf Exp
*/
#include "mpc5200mbus.h"
#include "../include/mpc5200.h"
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
index 8c014c02b6..f98b7d0c15 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.h,v 1.4 2004/04/21 10:42:52 ralf Exp
*/
#ifndef __RTEMS__I2C_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
index c3213e7aaa..dc5053006f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.h,v 1.3 2004/04/21 10:42:52 ralf Exp
*/
#ifndef __I2CDRV_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
index 8f3b425634..0eb36ead26 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
@@ -4,8 +4,6 @@
* 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.
- *
- * tm27.h,v 1.2 2004/04/23 04:47:38 ralf Exp
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
index 4fc35f7a25..3ef9389e9f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
@@ -38,8 +38,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) ds1307.c,v 1.5 2004/04/21 10:42:52 ralf Exp
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
index 5baac6ca67..6726706094 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
@@ -30,8 +30,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
index 2efc046053..2395d89886 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
@@ -33,9 +33,6 @@
*
* Further changes to derive for the PPC405CR/GP/GPr/EX/EXr
* by Michael Hamel ADInstruments Ltd 2008
- *
- *
- * Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
index bd23cfb0ab..ef81f5a2e0 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
@@ -1,5 +1,5 @@
#
-# README.mtx603e,v 1.1 2002/11/6 1:00:00 gregm Exp
+# README.mtx603e
#
BSP NAME: mtx603e
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
index 912e66e409..522ed2a855 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/rtems/license.html.
*
- * pci.c,v 1.2 2002/05/14 17:10:16 joel Exp
- *
* Copyright 2004, 2008 Brookhaven National Laboratory and
* Shuchen K. Feng, <feng1@bnl.gov>
*
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
index 293fd2ce24..8145e2293a 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
@@ -1,5 +1,3 @@
-/* pgtbl_activate.c,v 1.1.2.1 2003/02/20 21:45:49 joel Exp */
-
#include <rtems.h>
#include <libcpu/pte121.h>
#include <libcpu/bat.h>
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h b/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
index c18e741e18..4d5695dae1 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
@@ -14,8 +14,6 @@
* 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.
- *
- * irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
*/
#ifndef LIBBSP_POWERPC_IRQ_H