• A
    efi_loader: Call fdt preparation functions · dea2174d
    Alexander Graf 提交于
    We have a nice framework around image fils to prepare a device tree
    for OS execution. That one patches in missing device tree nodes and
    fixes up the memory range bits.
    
    We need to call that one from the EFI boot path too to get all those
    nice fixups. This patch adds the call.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    dea2174d
image-fdt.c 13.5 KB