Module builder

Source
Expand description

Code to generate a Flattened DeviceTree binary blob.

Structs§

BubbleSortValidator
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).
Builder
The FDT builder.
BuilderConfig
FDT builder configuration.
Nest
Type used to track node nesting level.
StringId
A string ID in the string table.

Enums§

Error
Errors returned by the FDT builder.

Traits§

MemoryReservationValidator
Trait for validating memory reservations.