dtc.1 (242b24828472137ec4411826b86e753d49bd2c39) | dtc.1 (21d5d37ba4c0131d6c141695366e266e32cc3bc1) |
---|---|
1.\"- 2.\" Copyright (c) 2013 David Chisnall 3.\" All rights reserved. 4.\" 5.\" This software was developed by SRI International and the University of 6.\" Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) 7.\" ("CTSRD"), as part of the DARPA CRASH research programme. 8.\" --- 24 unchanged lines hidden (view full) --- 33.Dd January 1, 2013 34.Dt DTC 1 35.Os 36.Sh NAME 37.Nm dtc 38.Nd device tree compiler 39.Sh SYNOPSIS 40.Nm | 1.\"- 2.\" Copyright (c) 2013 David Chisnall 3.\" All rights reserved. 4.\" 5.\" This software was developed by SRI International and the University of 6.\" Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) 7.\" ("CTSRD"), as part of the DARPA CRASH research programme. 8.\" --- 24 unchanged lines hidden (view full) --- 33.Dd January 1, 2013 34.Dt DTC 1 35.Os 36.Sh NAME 37.Nm dtc 38.Nd device tree compiler 39.Sh SYNOPSIS 40.Nm |
41.Op Fl fhsv | 41.Op Fl @fhsv |
42.Op Fl b Ar boot_cpu_id 43.Op Fl d Ar dependency_file 44.Op Fl E Ar [no-]checker_name 45.Op Fl H Ar phandle_format 46.Op Fl I Ar input_format 47.Op Fl O Ar output_format 48.Op Fl o Ar output_file 49.Op Fl R Ar entries --- 29 unchanged lines hidden (view full) --- 79depends on the input file and any files that it includes. 80This argument is only useful when the input is DTS, as only the source format 81has a notion of inclusions. 82.It Fl E Ar [no-]checker_name 83Enable or disable a specified checker. 84The argument is the name of the checker. 85The full list of checkers is given in 86.Sx CHECKERS . | 42.Op Fl b Ar boot_cpu_id 43.Op Fl d Ar dependency_file 44.Op Fl E Ar [no-]checker_name 45.Op Fl H Ar phandle_format 46.Op Fl I Ar input_format 47.Op Fl O Ar output_format 48.Op Fl o Ar output_file 49.Op Fl R Ar entries --- 29 unchanged lines hidden (view full) --- 79depends on the input file and any files that it includes. 80This argument is only useful when the input is DTS, as only the source format 81has a notion of inclusions. 82.It Fl E Ar [no-]checker_name 83Enable or disable a specified checker. 84The argument is the name of the checker. 85The full list of checkers is given in 86.Sx CHECKERS . |
87.It Fl @ 88Emit a __symbols__ node to allow plugins to be loaded. |
|
87.It Fl f 88Force the tool to attempt to generate the output, even if the input had errors. 89.It Fl h 90Display the help text and exit. 91.It Fl H Ar phandle_format 92Specifies the type of phandle nodes to generate in the output. 93Valid values are: 94.Pp --- 242 unchanged lines hidden --- | 89.It Fl f 90Force the tool to attempt to generate the output, even if the input had errors. 91.It Fl h 92Display the help text and exit. 93.It Fl H Ar phandle_format 94Specifies the type of phandle nodes to generate in the output. 95Valid values are: 96.Pp --- 242 unchanged lines hidden --- |