Home
last modified time | relevance | path

Searched refs:Dtb (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DDtPlatformDxe.c115 VOID *Dtb; in DtPlatformDxeEntryPoint() local
118 Dtb = NULL; in DtPlatformDxeEntryPoint()
119 Status = DtPlatformLoadDtb (&Dtb, &DtbSize); in DtPlatformDxeEntryPoint()
178 Status = gBS->InstallConfigurationTable (&gFdtTableGuid, Dtb); in DtPlatformDxeEntryPoint()
192 if (Dtb == NULL) { in DtPlatformDxeEntryPoint()
206 if (Dtb != NULL) { in DtPlatformDxeEntryPoint()
207 FreePool (Dtb); in DtPlatformDxeEntryPoint()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/
DDxeDtPlatformDtbLoaderLibDefault.c36 OUT VOID **Dtb, in DtPlatformLoadDtb() argument
56 *Dtb = CopyDtb; in DtPlatformLoadDtb()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DDtPlatformDtbLoaderLib.h35 OUT VOID **Dtb,