aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/boot/powerpc
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
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..1877a4e74a47 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.2.1 2009/10/25 01:10:29 kensmith Exp $
SUBDIR= boot1.chrp ofw uboot
diff --git a/sys/boot/powerpc/Makefile.inc b/sys/boot/powerpc/Makefile.inc
index 265f86d1ed55..0af89d36ac6e 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.2.1 2009/10/25 01:10:29 kensmith Exp $
.include "../Makefile.inc"
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile
index 621b973ff7aa..de81fe0e6b72 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.2.1 2009/10/25 01:10:29 kensmith Exp $
WITHOUT_SSP=
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile.hfs b/sys/boot/powerpc/boot1.chrp/Makefile.hfs
index 7f35cc32512d..b4ebb7cb6673 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.2.1 2009/10/25 01:10:29 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..e156c6dc67b4 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.2.1 2009/10/25 01:10:29 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..bcceb8a492c8 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.2.1 2009/10/25 01:10:29 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..2e4d219f8364 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.2.1 2009/10/25 01:10:29 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.2.1 2009/10/25 01:10:29 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.2.1 2009/10/25 01:10:29 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..4b4b8febb9df 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.2.1 2009/10/25 01:10:29 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 dfc80db04752..0a71d095fc63 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.1.2.1 2009/10/25 01:10:29 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..3e889e5eb062 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.2.1 2009/10/25 01:10:29 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..3a40a24d5db6 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.2.1 2009/10/25 01:10:29 kensmith Exp $
diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/sys/boot/powerpc/ofw/ldscript.powerpc
index ecf8129455aa..f987e89ff115 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.2.1 2009/10/25 01:10:29 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..7f449a7f03c2 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.2.1 2009/10/25 01:10:29 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..d224c6755058 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.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <stand.h>
#include "libofw.h"
diff --git a/sys/boot/powerpc/ofw/version b/sys/boot/powerpc/ofw/version
index cb0f6938f966..df72e59d1e06 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.2.1 2009/10/25 01:10:29 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 efb401e9cef9..c7be2b07f608 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.1.2.1 2009/10/25 01:10:29 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 5a9515a452d6..8a25c02af7b2 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.1.2.1 2009/10/25 01:10:29 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..79ca4fc5401f 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.2.1 2009/10/25 01:10:29 kensmith Exp $
diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/sys/boot/powerpc/uboot/ldscript.powerpc
index 43ef422a7f7f..1e1e01a99a6a 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.2.1 2009/10/25 01:10:29 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..10d8df26374d 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.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <machine/asm.h>
diff --git a/sys/boot/powerpc/uboot/version b/sys/boot/powerpc/uboot/version
index 906210de8c3f..32dbc710d603 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.2.1 2009/10/25 01:10:29 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.