File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
openhcl/openhcl_boot/src/host_params/dt Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ struct PartitionTopology {
375
375
memory_allocation_mode : MemoryAllocationMode ,
376
376
}
377
377
378
+ /// Read topology from the host provided device tree.
378
379
fn topology_from_host_dt (
379
380
params : & ShimParams ,
380
381
parsed : & ParsedDt ,
@@ -542,9 +543,7 @@ fn topology_from_host_dt(
542
543
} )
543
544
}
544
545
545
- // FIXME: seems like maybe we could take the host provided, merge in the pool
546
- // region (since that's the only thing we really care about that doesn't get
547
- // overwritten), then instead verify what we got matches what the host reported?
546
+ /// Read topology from the persisted state region and protobuf payload.
548
547
fn topology_from_persisted_state (
549
548
header : PersistedStateHeader ,
550
549
params : & ShimParams ,
You can’t perform that action at this time.
0 commit comments