CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb

2018-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu May  3 01:32:17 UTC 2018

Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: Makefile

Log Message:
Fix the tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/elftosb/usr.sbin/elftosb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/elftosb/usr.sbin/elftosb/Makefile
diff -u src/external/bsd/elftosb/usr.sbin/elftosb/Makefile:1.5 src/external/bsd/elftosb/usr.sbin/elftosb/Makefile:1.6
--- src/external/bsd/elftosb/usr.sbin/elftosb/Makefile:1.5	Mon Jun 19 16:12:34 2017
+++ src/external/bsd/elftosb/usr.sbin/elftosb/Makefile	Wed May  2 21:32:17 2018
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2017/06/19 20:12:34 christos Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/03 01:32:17 christos Exp $
 
 .include 
 .include 
 .include 
 
+.if !defined(DIST)
+.include "${.PARSEDIR}/../../Makefile.inc"
+.endif
+
 .PATH:		${DIST}/elftosb2
 
 .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"



CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:58:29 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: elftosb.8

Log Message:
Fix xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8
diff -u src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.2 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.3
--- src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.2	Sat Oct 26 22:55:51 2013
+++ src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8	Sat Oct 26 22:58:29 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: elftosb.8,v 1.2 2013/10/26 22:55:51 wiz Exp $
+.\" $NetBSD: elftosb.8,v 1.3 2013/10/26 22:58:29 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,8 +57,8 @@ Freescale i.MX23 and i.MX28 application 
 One or several ELF files and optionally a key are taken as input and
 processed under the control of a command file to generate the sb file.
 .Sh SEE ALSO
-.Xr sbkeygen 1 ,
-.Xr sbtool 1
+.Xr sbkeygen 8 ,
+.Xr sbtool 8
 .br
 Freescale Application Note AN4555
 .Sh COPYRIGHT



CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb

2013-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct 26 22:55:51 UTC 2013

Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: elftosb.8

Log Message:
Syntax and formatting fixes. Add missing command. Explain 'sb'.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8
diff -u src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.1 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.2
--- src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.1	Thu Nov 15 19:49:16 2012
+++ src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8	Sat Oct 26 22:55:51 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: elftosb.8,v 1.1 2012/11/15 19:49:16 jkunz Exp $
+.\" $NetBSD: elftosb.8,v 1.2 2013/10/26 22:55:51 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -25,41 +25,39 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd November 3, 2012
-.Dt elftosb 1
+.Dt ELFTOSB 8
 .Os
 .Sh NAME
 .Nm elftosb
 .Nd generate secure boot images for Freescale processors
 .Sh SYNOPSIS
 .Nm
-.Oo Fl ? Ns \&| Ns Fl -help Oc
-.Oo Fl C|--component Ar version Oc
-.Oo Fl c|--command Ar file Oc
-.Oo Fl D|--define Ar const Oc
-.Oo Fl d|--debug Oc
-.Oo Fl f|--chip-family Ar family Oc
-.Oo Fl k|--key Ar file Oc
-.Oo Fl O|--option Ar option Oc
-.Oo Fl o|--output Ar file Oc
-.Oo Fl P|--product Ar version Oc
-.Oo Fl p|--search-path Ar path Oc
-.Oo Fl q|--quiet Oc
-.Oo Fl V|--verbose Oc
-.Oo Fl v|--version Oc
-.Oo Fl z|--zero-key Oc
+.Oo Fl ?, Fl Fl help Oc
+.Oo Fl C, Fl Fl component Ar version Oc
+.Oo Fl c, Fl Fl command Ar file Oc
+.Oo Fl D, Fl Fl define Ar const Oc
+.Oo Fl d, Fl Fl debug Oc
+.Oo Fl f, Fl Fl chip-family Ar family Oc
+.Oo Fl k, Fl Fl key Ar file Oc
+.Oo Fl O, Fl Fl option Ar option Oc
+.Oo Fl o, Fl Fl output Ar file Oc
+.Oo Fl P, Fl Fl product Ar version Oc
+.Oo Fl p, Fl Fl search-path Ar path Oc
+.Oo Fl q, Fl Fl quiet Oc
+.Oo Fl V, Fl Fl verbose Oc
+.Oo Fl v, Fl Fl version Oc
+.Oo Fl z, Fl Fl zero-key Oc
 .Ar files...
-.Oc
-.Oc
 .Sh DESCRIPTION
 The
 .Nm
-programm is used to create a digitaly signed sb boot file.
+programm is used to create a digitaly signed secure boot (sb) file.
 This sb file can be booted by the first stage boot loader found in
 Freescale i.MX23 and i.MX28 application processors.
-One or several ELF files and optionaly a key are taken as input and
+One or several ELF files and optionally a key are taken as input and
 processed under the control of a command file to generate the sb file.
 .Sh SEE ALSO
-.Xr sbkeygen 1
+.Xr sbkeygen 1 ,
 .Xr sbtool 1
 .br
 Freescale Application Note AN4555