Function topology_from_host_dt

Source
fn topology_from_host_dt(
    params: &ShimParams,
    parsed: &ParsedDeviceTree<MAX_PARTITION_RAM_RANGES, MAX_CPU_COUNT, COMMAND_LINE_SIZE, MAX_ENTROPY_SIZE>,
    options: &BootCommandLineOptions,
    address_space: &mut AddressSpaceManager,
) -> Result<PartitionTopology, DtError>
Expand description

Read topology from the host provided device tree.