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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DtPlatformDtbLoaderLib.h 21 Return a pool allocated copy of the DTB image that is appropriate for
24 @param[out] Dtb Pointer to the DTB copy
25 @param[out] DtbSize Size of the DTB copy
28 @retval EFI_NOT_FOUND No suitable DTB image could be located
35 OUT VOID **Dtb,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/
DxeDtPlatformDtbLoaderLibDefault.c 22 Return a pool allocated copy of the DTB image that is appropriate for
25 @param[out] Dtb Pointer to the DTB copy
26 @param[out] DtbSize Size of the DTB copy
29 @retval EFI_NOT_FOUND No suitable DTB image could be located
36 OUT VOID **Dtb,
56 *Dtb = CopyDtb;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DtPlatformDxe.c 115 VOID *Dtb;
118 Dtb = NULL;
119 Status = DtPlatformLoadDtb (&Dtb, &DtbSize);
122 "%a: no DTB blob could be loaded, defaulting to ACPI (Status == %r)\n",
178 Status = gBS->InstallConfigurationTable (&gFdtTableGuid, Dtb);
192 if (Dtb == NULL) {
206 if (Dtb != NULL) {
207 FreePool (Dtb);

Completed in 577 milliseconds