aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/Makefile2
-rw-r--r--sys/boot/powerpc/Makefile.inc2
-rw-r--r--sys/boot/powerpc/boot1.chrp/Makefile2
-rw-r--r--sys/boot/powerpc/boot1.chrp/Makefile.hfs2
-rw-r--r--sys/boot/powerpc/boot1.chrp/boot1.c2
-rw-r--r--sys/boot/powerpc/boot1.chrp/bootinfo.txt2
-rw-r--r--[-rwxr-xr-x]sys/boot/powerpc/boot1.chrp/generate-hfs.sh6
-rw-r--r--sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu2
-rw-r--r--sys/boot/powerpc/ofw/Makefile2
-rw-r--r--sys/boot/powerpc/ofw/conf.c2
-rw-r--r--sys/boot/powerpc/ofw/help.ofw2
-rw-r--r--sys/boot/powerpc/ofw/ldscript.powerpc2
-rw-r--r--sys/boot/powerpc/ofw/metadata.c2
-rw-r--r--sys/boot/powerpc/ofw/start.c2
-rw-r--r--sys/boot/powerpc/ofw/version2
-rw-r--r--sys/boot/powerpc/uboot/Makefile2
-rw-r--r--sys/boot/powerpc/uboot/conf.c2
-rw-r--r--sys/boot/powerpc/uboot/help.uboot2
-rw-r--r--sys/boot/powerpc/uboot/ldscript.powerpc2
-rw-r--r--sys/boot/powerpc/uboot/start.S2
-rw-r--r--sys/boot/powerpc/uboot/version2
21 files changed, 23 insertions, 23 deletions
diff --git a/sys/boot/powerpc/Makefile b/sys/boot/powerpc/Makefile
index 80a68a672c62..c9802aa5aac5 100644
--- a/sys/boot/powerpc/Makefile
+++ b/sys/boot/powerpc/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/Makefile,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
SUBDIR= boot1.chrp ofw uboot
diff --git a/sys/boot/powerpc/Makefile.inc b/sys/boot/powerpc/Makefile.inc
index 265f86d1ed55..b4db80d47729 100644
--- a/sys/boot/powerpc/Makefile.inc
+++ b/sys/boot/powerpc/Makefile.inc
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.include "../Makefile.inc"
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile
index 621b973ff7aa..e25688ede914 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile
+++ b/sys/boot/powerpc/boot1.chrp/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/Makefile,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
WITHOUT_SSP=
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile.hfs b/sys/boot/powerpc/boot1.chrp/Makefile.hfs
index 7f35cc32512d..391809ab580f 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile.hfs
+++ b/sys/boot/powerpc/boot1.chrp/Makefile.hfs
@@ -1,4 +1,4 @@
# This file autogenerated by generate-hfs.sh - DO NOT EDIT
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/Makefile.hfs,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
BOOTINFO_OFFSET=0x58
BOOT1_OFFSET=0x1c
diff --git a/sys/boot/powerpc/boot1.chrp/boot1.c b/sys/boot/powerpc/boot1.chrp/boot1.c
index 6a6ad073fbd8..1e6ce6c11fe1 100644
--- a/sys/boot/powerpc/boot1.chrp/boot1.c
+++ b/sys/boot/powerpc/boot1.chrp/boot1.c
@@ -16,7 +16,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/powerpc/boot1.chrp/boot1.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <sys/dirent.h>
diff --git a/sys/boot/powerpc/boot1.chrp/bootinfo.txt b/sys/boot/powerpc/boot1.chrp/bootinfo.txt
index 61cf0079fa6f..a3897cdf66dd 100644
--- a/sys/boot/powerpc/boot1.chrp/bootinfo.txt
+++ b/sys/boot/powerpc/boot1.chrp/bootinfo.txt
@@ -1,7 +1,7 @@
<CHRP-BOOT>
<DESCRIPTION>FreeBSD/powerpc bootloader</DESCRIPTION>
<OS-NAME>FreeBSD</OS-NAME>
-<VERSION> $FreeBSD$ </VERSION>
+<VERSION> $FreeBSD: src/sys/boot/powerpc/boot1.chrp/bootinfo.txt,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ </VERSION>
<COMPATIBLE>
MacRISC MacRISC3 MacRISC4
diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
index ab5694dd8bc8..62f47de28563 100755..100644
--- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
+++ b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
@@ -10,7 +10,7 @@
# template (e.g. because the boot block or the CHRP script have grown),
# you must install it from ports.
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
HFS_SIZE=1600 #Size in 512-byte blocks of the produced image
@@ -50,14 +50,14 @@ BOOTINFO_OFFSET=$(echo 0x$BOOTINFO_OFFSET | awk '{printf("%x\n",$1/512);}')
BOOT1_OFFSET=$(echo 0x$BOOT1_OFFSET | awk '{printf("%x\n",$1/512);}')
echo '# This file autogenerated by generate-hfs.sh - DO NOT EDIT' > Makefile.hfs
-echo '# $FreeBSD$' >> Makefile.hfs
+echo '# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> Makefile.hfs
echo "BOOTINFO_OFFSET=0x$BOOTINFO_OFFSET" >> Makefile.hfs
echo "BOOT1_OFFSET=0x$BOOT1_OFFSET" >> Makefile.hfs
bzip2 $OUTPUT_FILE
echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
-echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu
+echo '$FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> $OUTPUT_FILE.bz2.uu
uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
rm $OUTPUT_FILE.bz2
diff --git a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu b/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
index 4ef435e6d028..b0e3923e68a7 100644
--- a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
+++ b/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
@@ -1,6 +1,6 @@
HFS template boot filesystem created by generate-hfs.sh
DO NOT EDIT
-$FreeBSD$
+$FreeBSD: src/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
begin 644 hfs.tmpl.bz2
M0EIH.3%!62936?(HJX\``"]_]?___O)20>!4M2$>0#MUW$1$``$!$``"2!`(
M4EG``>G*VV3"22334_2(/*>ID,@``:#U&"-#(!IZ0`)$HIY0>B-#(/4T```&
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index d42fa927ce5c..c0d102b1edae 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/ofw/Makefile,v 1.25.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
MK_SSP= no
diff --git a/sys/boot/powerpc/ofw/conf.c b/sys/boot/powerpc/ofw/conf.c
index 4ab3e2334440..87c2e712a818 100644
--- a/sys/boot/powerpc/ofw/conf.c
+++ b/sys/boot/powerpc/ofw/conf.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/conf.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stand.h>
#include "bootstrap.h"
diff --git a/sys/boot/powerpc/ofw/help.ofw b/sys/boot/powerpc/ofw/help.ofw
index 5873eb0512d2..983744623ad2 100644
--- a/sys/boot/powerpc/ofw/help.ofw
+++ b/sys/boot/powerpc/ofw/help.ofw
@@ -1 +1 @@
-$FreeBSD$
+$FreeBSD: src/sys/boot/powerpc/ofw/help.ofw,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/sys/boot/powerpc/ofw/ldscript.powerpc
index ecf8129455aa..112b3b2a7fa5 100644
--- a/sys/boot/powerpc/ofw/ldscript.powerpc
+++ b/sys/boot/powerpc/ofw/ldscript.powerpc
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/powerpc/ofw/ldscript.powerpc,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc)
diff --git a/sys/boot/powerpc/ofw/metadata.c b/sys/boot/powerpc/ofw/metadata.c
index 37c2bb717000..2f1f8dcfee3f 100644
--- a/sys/boot/powerpc/ofw/metadata.c
+++ b/sys/boot/powerpc/ofw/metadata.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/metadata.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stand.h>
#include <sys/param.h>
diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c
index ff3fcd88c5a2..7ce62b9da9e0 100644
--- a/sys/boot/powerpc/ofw/start.c
+++ b/sys/boot/powerpc/ofw/start.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/start.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stand.h>
#include "libofw.h"
diff --git a/sys/boot/powerpc/ofw/version b/sys/boot/powerpc/ofw/version
index cb0f6938f966..a121b1405211 100644
--- a/sys/boot/powerpc/ofw/version
+++ b/sys/boot/powerpc/ofw/version
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/boot/powerpc/ofw/version,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important. Make sure the current version number is on line 6.
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile
index 62a286831ce6..46d7417fac35 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/sys/boot/powerpc/uboot/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/uboot/Makefile,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $
PROG= ubldr
NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c
index 35305371ce6b..9cca9f208a5b 100644
--- a/sys/boot/powerpc/uboot/conf.c
+++ b/sys/boot/powerpc/uboot/conf.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/powerpc/uboot/conf.c,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stand.h>
#include "bootstrap.h"
diff --git a/sys/boot/powerpc/uboot/help.uboot b/sys/boot/powerpc/uboot/help.uboot
index 5873eb0512d2..c45a1099316e 100644
--- a/sys/boot/powerpc/uboot/help.uboot
+++ b/sys/boot/powerpc/uboot/help.uboot
@@ -1 +1 @@
-$FreeBSD$
+$FreeBSD: src/sys/boot/powerpc/uboot/help.uboot,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/sys/boot/powerpc/uboot/ldscript.powerpc
index 43ef422a7f7f..b93c3021e7bf 100644
--- a/sys/boot/powerpc/uboot/ldscript.powerpc
+++ b/sys/boot/powerpc/uboot/ldscript.powerpc
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/powerpc/uboot/ldscript.powerpc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc)
diff --git a/sys/boot/powerpc/uboot/start.S b/sys/boot/powerpc/uboot/start.S
index 3e80576907a4..a646c632d20d 100644
--- a/sys/boot/powerpc/uboot/start.S
+++ b/sys/boot/powerpc/uboot/start.S
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/powerpc/uboot/start.S,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
#include <machine/asm.h>
diff --git a/sys/boot/powerpc/uboot/version b/sys/boot/powerpc/uboot/version
index 906210de8c3f..17ae5ef2af15 100644
--- a/sys/boot/powerpc/uboot/version
+++ b/sys/boot/powerpc/uboot/version
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/boot/powerpc/uboot/version,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important. Make sure the current version number is on line 6.