aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/uboot
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/uboot
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/uboot')
-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
6 files changed, 6 insertions, 6 deletions
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.