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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmFvpDxe.c 61 IN OUT EFI_DEVICE_PATH **FdtDevicePath,
128 *FdtDevicePath = AppendDevicePathNode (FvDevicePath,
163 EFI_DEVICE_PATH *FdtDevicePath;
174 FdtDevicePath = NULL;
175 Status = InternalFindFdtByGuid (&FdtDevicePath, Platform->FdtGuid);
177 TextDevicePath = ConvertDevicePathToText (FdtDevicePath, FALSE, FALSE);
181 FreePool (FdtDevicePath);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
FdtDxe.c 32 OUT EFI_DEVICE_PATH **FdtDevicePath
118 EFI_DEVICE_PATH *FdtDevicePath;
121 Status = FdtOverrideDevicePath(L"fdt.dtb", &FdtDevicePath);
126 Status = BdsLoadImage (FdtDevicePath,
196 * @param[out] FdtDevicePath EFI Device Path of the FDT blob.
208 OUT EFI_DEVICE_PATH **FdtDevicePath
264 *FdtDevicePath = ConvertTextToDevicePath (FilePathText);
LinuxLoader.h 169 IN EFI_DEVICE_PATH_PROTOCOL* FdtDevicePath,

Completed in 561 milliseconds