On 11.12.2024 18:27, Oleksii Kurochko wrote: > Introduce relocate_fdt() and call it to relocate FDT to Xen heap > instead of using early mapping as it is expected that > discard_initial_modules() > ( is supposed to call in the future ) discards the FDT boot module and > remove_early_mappings() destroys the early mapping. > > Unflatten a device tree, creating the tree of struct device_node. > It also fills the "name" and "type" pointers of the nodes so the normal > device-tree walking functions can be used. > > Set device_tree_flattened to NULL in the case when acpi_disabled is > equal to false. > > Signed-off-by: Oleksii Kurochko <[email protected]>
Acked-by: Jan Beulich <[email protected]>
