fdt

Module builder

Source
Expand description

Code to generate a Flattened DeviceTree binary blob.

Structs§

  • An O(n^2) algorithm to check for overlapping memory reservations. This is not a problem in practice because the number of memory reservations is expected to be small (typically 1 or 2).
  • The FDT builder.
  • FDT builder configuration.
  • Type used to track node nesting level.
  • A string ID in the string table.

Enums§

  • Errors returned by the FDT builder.

Traits§