Module fdt

Source
Expand description

This module writes Flattened Devicetree blobs as defined here: https://devicetree-specification.readthedocs.io/en/stable/flattened-format.html

Structsยง

Fdt
Interface for creating and manipulating a Flattened Devicetree (FDT) and emitting a Devicetree Blob (DTB).
FdtHeader ๐Ÿ”’
FdtNode
Flattened device tree node.
FdtReserveEntry
Reserved physical memory region.
FdtStrings ๐Ÿ”’

Enumsยง

Error

Constantsยง

FDT_BEGIN_NODE ๐Ÿ”’
FDT_END ๐Ÿ”’
FDT_END_NODE ๐Ÿ”’
FDT_NOP ๐Ÿ”’
FDT_PROP ๐Ÿ”’
RESVMEM_TERMINATOR ๐Ÿ”’
SIZE_U32 ๐Ÿ”’
SIZE_U64 ๐Ÿ”’

Functionsยง

align_data ๐Ÿ”’
align_pad_len ๐Ÿ”’
c_str_to_string ๐Ÿ”’
consume ๐Ÿ”’
is_valid_node_name ๐Ÿ”’
is_valid_prop_name ๐Ÿ”’
rdu32 ๐Ÿ”’
rdu64 ๐Ÿ”’

Type Aliasesยง

Blob ๐Ÿ”’
Result