diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-04-26 16:13:21 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-06-10 11:43:37 +0200 |
| commit | e91b68fd6b83d6e4c862000630d240b339cc5a7b (patch) | |
| tree | ac26eb8ca4c313ec84ab735c052136a04076e300 /include/efi_loader.h | |
| parent | 8deb5d855b360b8e63b7230854ccd690fe1dd255 (diff) | |
efi_loader: load distro dtb in bootmgr
If no device-tree is specified, try to load a device-tree from the boot
device use the $fdtfile concatenated to either of the paths '/dtb/', '/',
'/dtb/current/'.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'include/efi_loader.h')
| -rw-r--r-- | include/efi_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index ab7bed22971..6c993e1a694 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -1205,4 +1205,6 @@ efi_status_t efi_load_option_dp_join(struct efi_device_path **dp, int efi_get_distro_fdt_name(char *fname, int size, int seq); +void efi_load_distro_fdt(void **fdt, efi_uintn_t *fdt_size); + #endif /* _EFI_LOADER_H */ |
