summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/README4
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds2
9 files changed, 0 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am b/c/src/lib/libbsp/powerpc/haleakala/Makefile.am
index fdd633149f..0e7687fcb6 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/haleakala/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/haleakala/README b/c/src/lib/libbsp/powerpc/haleakala/README
index a17e582721..115ae63fb1 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/README
+++ b/c/src/lib/libbsp/powerpc/haleakala/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
# Adapted from Virtex BSP
BSP NAME: Haleakala
diff --git a/c/src/lib/libbsp/powerpc/haleakala/configure.ac b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
index 025050737d..25e5db34c7 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/configure.ac
+++ b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
@@ -1,6 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-haleakala],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
diff --git a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
index a2ea623157..2efc046053 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
@@ -29,8 +29,6 @@
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
*
- * $Id$
- *
* derived from "helas403/dlentry.S":
*
* Further changes to derive for the PPC405CR/GP/GPr/EX/EXr
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
index 80e0964787..f0f6010839 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
@@ -40,8 +40,6 @@
*
*
*
- * $Id$
- *
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
index f39d324eaa..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
@@ -20,8 +20,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$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c b/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
index 3964f2f230..7715c99f36 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
@@ -6,8 +6,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Middleware support for PPC405 by M.Hamel ADInstruments Ltd 2008
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
index 0447c51e8f..d984a7ab7e 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
@@ -55,8 +55,6 @@
*
* Further modified for the PPC405EX Haleakala board by
* Michael Hamel ADInstruments Ltd May 2008
- *
- * $Id$
*/
#include <string.h>
#include <fcntl.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds b/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
index 50b80c0d3e..788a347485 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
@@ -7,8 +7,6 @@
* Modifications for gen405 by Dennis Ehlin
* Modifications for virtex by Keith, Greg, and Bob
* Modifications for 405GP/EX by Michael Hamel
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")