File tree Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 8181exclude_patterns = []
8282
8383# Include at the beginning of every source file that is read
84- with open ('prolog.rst ' , 'rb' ) as pr :
84+ with open ('rst_prolog ' , 'rb' ) as pr :
8585 rst_prolog = pr .read ().decode ('utf-8' )
8686
8787# The reST default role (used for this markup: `text`) to use for all
Original file line number Diff line number Diff line change @@ -329,18 +329,23 @@ a whole.
329329More precisely, each node’s representation consists of the following
330330components:
331331
332- * (optionally) any number of FDT_NOP tokens
333- * FDT_BEGIN_NODE token
334- * The node’s name as a null-terminated string
335- * [zeroed padding bytes to align to a 4-byte boundary]
336- * For each property of the node:
337- * (optionally) any number of FDT_NOP tokens
338- * FDT_PROP token
339- * property information as given in section :ref: `sect-fdt-lexical-structure `
340- * [zeroed padding bytes to align to a 4-byte boundary]
341- * Representations of all child nodes in this format
342- * (optionally) any number of FDT_NOP tokens
343- * FDT_END_NODE token
332+ * (optionally) any number of FDT_NOP tokens
333+ * FDT_BEGIN_NODE token
334+
335+ * The node’s name as a null-terminated string
336+ * [zeroed padding bytes to align to a 4-byte boundary]
337+
338+ * For each property of the node:
339+
340+ * (optionally) any number of FDT_NOP tokens
341+ * FDT_PROP token
342+
343+ * property information as given in section :ref: `sect-fdt-lexical-structure `
344+ * [zeroed padding bytes to align to a 4-byte boundary]
345+
346+ * Representations of all child nodes in this format
347+ * (optionally) any number of FDT_NOP tokens
348+ * FDT_END_NODE token
344349
345350Note that this process requires that all property definitions for a
346351particular node precede any subnode definitions for that node. Although
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Syntax* form. See section :ref:`chapter-devicetree-source-format` for
7979an overview of this syntax.
8080
8181Relationship to IEEE™ 1275 and |epapr |
82- ------------------------------------
82+ --------------------------------------
8383
8484|spec | is loosely related to the IEEE 1275 Open Firmware
8585standard—\ *IEEE Standard for Boot (Initialization Configuration)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments