HomeSort by relevance Sort by last modified time
    Searched refs:InstallFdt (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatform.c 59 InstallFdt (
77 DEBUG ((EFI_D_ERROR, "InstallFdt() - Failed to locate EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL protocol\n"));
103 DEBUG ((EFI_D_ERROR, "InstallFdt() - loaded FDT binary image seems corrupt\n"));
328 Status = InstallFdt (TextDevicePath);
375 Status = InstallFdt (TextDevicePath);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 297 InstallFdt (
617 Status = InstallFdt (BootImage, (UINTN)Fdt, KernelArgs);
623 Status = InstallFdt (Buffer, (UINTN)Fdt, KernelArgs);
694 Status = InstallFdt (BootImage, (UINTN)Fdt, KernelArgs);

Completed in 456 milliseconds