summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/irq.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/network/network.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/start/start.S1
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c2
24 files changed, 0 insertions, 62 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
index 29a77bd431..7a42ebcbd3 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
index 0f6875de82..1f529ae707 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
+++ b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SPI:
In master mode SCS (SPI_D) cannot be used as GPIO[31]. Unfortunately this pin
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
index 14c755c8c1..71be4b9eca 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
+++ b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: gen83xx
BOARD: Freescale MPC8349 board MPC8349EAMDS
BUS: PCI (unused)
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
index ee76369778..f4e5a3d8d6 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-gen83xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c b/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
index 9a8ebd3342..7a98b9ee45 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
@@ -16,8 +16,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.
- *
- * $Id$
*/
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
index 0ed7cf8d1e..9b30d0fd74 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
@@ -17,9 +17,6 @@
| this file contains the low level MPC83xx I2C driver parameters |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx_i2cdrv.h>
#include <libchip/i2c-2b-eeprom.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
index 147abf5f59..b8bcec7121 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
@@ -17,9 +17,6 @@
| this file contains board specific definitions |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h b/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
index e1feb6f2b0..c97059b2c4 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
@@ -17,9 +17,6 @@
| this file contains board specific definitions |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef __GEN83xx_HWREG_VALS_h
#define __GEN83xx_HWREG_VALS_h
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h b/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
index 7186d46fc3..8d4f0d17a8 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
@@ -17,9 +17,6 @@
| this file declares constants of the interrupt controller |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef GEN83xx_IRQ_IRQ_H
#define GEN83xx_IRQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h b/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
index 5f5ef786b3..f5ad2af63c 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
@@ -15,8 +15,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.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h b/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
index fee7e81d33..4dad6fd158 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
@@ -10,8 +10,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.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
index 2e92df68e5..54a528e26b 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
@@ -10,8 +10,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.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_GEN83XX_U_BOOT_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c b/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
index 2828e6c176..553eb44968 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
@@ -17,9 +17,6 @@
| this file integrates the IPIC irq controller |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
index bb704af5ba..ff59e3db0c 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
@@ -1,8 +1,6 @@
#
# Shared base config file for GEN83xx BSPs
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
#
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
index 81205d8e9d..8f2ac1829d 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
@@ -1,8 +1,6 @@
#
# Config file for customer specific MPC8349 board
#
-# $Id$
-#
#
# All GEN83xx configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
index d75f8e8667..b58c60a92a 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
@@ -1,8 +1,6 @@
#
# Config file for freescale's MPC8349EAMDS evaluation board
#
-# $Id$
-#
#
# All GEN83xx configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/network/network.c b/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
index fa78fd7edb..81f70735d3 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
@@ -18,9 +18,6 @@
| of the network interface driver |
\*===============================================================*/
-/*
- * $Id$
- */
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c b/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
index c0df52ee25..8665bb0a68 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
@@ -18,9 +18,6 @@
| and board-specific functions |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx_spidrv.h>
#include <bsp/irq.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/start/start.S b/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
index 6059379c7a..8d2640e6da 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
+++ b/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
@@ -16,7 +16,6 @@
+-----------------------------------------------------------------+
| this file contains the startup assembly code |
\*===============================================================*/
-/* $Id$ */
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
index 2319549c5a..fa4edf6f93 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
@@ -9,8 +9,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.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
index 92e2fb3c4e..9149c7bf2a 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
@@ -17,8 +17,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.
- *
- * $Id$
*/
#include <libchip/serial.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
index f7da7d2dba..0cffc24273 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
@@ -20,9 +20,6 @@
| this file contains the code to initialize the cpu |
\*===============================================================*/
-/*
- * $Id$
- */
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
index f9b0412ed8..d32b76338b 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
@@ -20,9 +20,6 @@
| this file places the mpc83xx registers into a special section |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
index 579fb79556..9a2c4db941 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
@@ -8,8 +8,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.
- *
- * $Id$
*/
#include <stdint.h>