Expand description
This module writes Flattened Devicetree blobs as defined here: https://devicetree-specification.readthedocs.io/en/stable/flattened-format.html
Structsยง
- Interface for creating and manipulating a Flattened Devicetree (FDT) and emitting a Devicetree Blob (DTB).
- FdtHeader ๐
- Flattened device tree node.
- Reserved physical memory region.
- FdtStrings ๐
Enumsยง
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 ๐