~ubuntu-branches/debian/sid/device-tree-compiler/sid

« back to all changes in this revision

Viewing changes to debian/manpages/dtc.1

  • Committer: Bazaar Package Importer
  • Author(s): Aurélien GÉRÔME
  • Date: 2008-02-16 17:08:36 UTC
  • Revision ID: james.westby@ubuntu.com-20080216170836-9qz0a9uh39d3qugf
Tags: 1.1.0.dfsg-1
* New upstream release.
* Fix lintian warning "copyright-without-copyright-notice".
  + Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH DTC 1 "22 August 2007" "Linux"
 
2
.SH NAME
 
3
\fBdtc\fP \- OpenFirmware Device Tree Compiler
 
4
.SH SYNOPSIS
 
5
\fB/usr/bin/dtc\fP [options] <input file>
 
6
.SH DESCRIPTION
 
7
This tool compiles device-tree descriptions for booting PowerPC
 
8
kernels on embedded systems without OpenFirmware.
 
9
.SH OPTIONS
 
10
.TP
 
11
\fB\-h\fR
 
12
Display help text.
 
13
.TP
 
14
\fB\-q\fR
 
15
Quiet:
 
16
.IP
 
17
\fB-q\fR \- Suppress warnings.
 
18
.br
 
19
\fB-qq\fR \- Suppress errors.
 
20
.br
 
21
\fB-qqq\fR \- Suppress all.
 
22
.TP
 
23
\fB\-I\fR <input format>
 
24
.IP
 
25
Input formats are:
 
26
.IP
 
27
\fBdts\fR \- device tree source text
 
28
.br
 
29
\fBdtb\fR \- device tree blob
 
30
.br
 
31
\fBfs\fR \- /proc/device\-tree style directory
 
32
.TP
 
33
\fB\-o\fR <output file>
 
34
.IP
 
35
Dump the result into a file, instead of stdout.
 
36
.TP
 
37
\fB\-O\fR <output format>
 
38
.IP
 
39
Output formats are:
 
40
.IP
 
41
\fBdts\fR \- device tree source text
 
42
.br
 
43
\fBdtb\fR \- device tree blob
 
44
.br
 
45
\fBasm\fR \- assembler source
 
46
.TP
 
47
\fB\-V\fR <output version>
 
48
.IP
 
49
Blob version to produce. The default is 17 (only relevant for dtb
 
50
and asm output).
 
51
.TP
 
52
\fB\-R\fR <number>
 
53
.IP
 
54
Make space for <number> reserve map entries (only relevant for dtb
 
55
and asm output).
 
56
.TP
 
57
\fB\-S\fR <bytes>
 
58
.IP
 
59
Make the blob at least <bytes> long (extra space).
 
60
.HP
 
61
\fB\-b\fR <number>
 
62
.IP
 
63
Set the physical boot CPU.
 
64
.TP
 
65
\fB\-f\fR
 
66
Force \- try to produce output even if the input tree has errors.
 
67
.TP
 
68
\fB\-v\fR
 
69
Print DTC version and exit.
 
70
.SH AUTHOR
 
71
\fBdtc\fP was written by David Gibson
 
72
<david@gibson.dropbear.id.au>. Since April 1, 2006, Jon Loeliger
 
73
<jdl@jdl.com> assumes maintainership.
 
74
.PP
 
75
This manual page was written by Aur\['e]lien G\['E]R\[^O]ME
 
76
<ag@roxor.cx>, for the Debian project (but may be used by others).