Expand description
Code to generate a Flattened DeviceTree binary blob.
Structs§
- Bubble
Sort Validator - 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.
- Builder
Config - FDT builder configuration.
- Nest
- Type used to track node nesting level.
- String
Id - A string ID in the string table.
Enums§
- Error
- Errors returned by the FDT builder.
Traits§
- Memory
Reservation Validator - Trait for validating memory reservations.