Searched refs:FdtDevicePath (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
D | LinuxLoader.c | 57 EFI_DEVICE_PATH *FdtDevicePath; in LinuxLoaderEntryPoint() local 101 FdtDevicePath = NULL; in LinuxLoaderEntryPoint() 131 FdtDevicePath = gEfiShellProtocol->GetDevicePathFromFilePath (FdtPath); in LinuxLoaderEntryPoint() 132 if (FdtDevicePath != NULL) { in LinuxLoaderEntryPoint() 168 FdtDevicePath = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath ( in LinuxLoaderEntryPoint() 171 if (FdtDevicePath == NULL) { in LinuxLoaderEntryPoint() 210 …Status = BootLinuxFdt (SystemMemoryBase, KernelDevicePath, InitrdDevicePath, FdtDevicePath, AsciiL… in LinuxLoaderEntryPoint() 229 if (FdtDevicePath != NULL) { in LinuxLoaderEntryPoint() 230 FreePool (FdtDevicePath); in LinuxLoaderEntryPoint()
|
D | LinuxLoader.h | 162 IN EFI_DEVICE_PATH_PROTOCOL* FdtDevicePath,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ |
D | ArmFvpDxe.c | 61 IN OUT EFI_DEVICE_PATH **FdtDevicePath, in InternalFindFdtByGuid() argument 128 *FdtDevicePath = AppendDevicePathNode (FvDevicePath, in InternalFindFdtByGuid() 163 EFI_DEVICE_PATH *FdtDevicePath; in ArmFvpInitialise() local 174 FdtDevicePath = NULL; in ArmFvpInitialise() 175 Status = InternalFindFdtByGuid (&FdtDevicePath, Platform->FdtGuid); in ArmFvpInitialise() 177 TextDevicePath = ConvertDevicePathToText (FdtDevicePath, FALSE, FALSE); in ArmFvpInitialise() 181 FreePool (FdtDevicePath); in ArmFvpInitialise()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/ |
D | LinuxStarter.c | 190 IN EFI_DEVICE_PATH_PROTOCOL* FdtDevicePath, in BootLinuxFdt() argument 266 if (FdtDevicePath == NULL) { in BootLinuxFdt() 285 Status = BdsLoadImage (FdtDevicePath, AllocateMaxAddress, &FdtBlobBase, &FdtBlobSize); in BootLinuxFdt()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/ |
D | LinuxStarter.c | 251 IN EFI_DEVICE_PATH_PROTOCOL* FdtDevicePath, in BootLinuxFdt() argument 298 if (FdtDevicePath == NULL) { in BootLinuxFdt() 317 Status = BdsLoadImage (FdtDevicePath, AllocateMaxAddress, &FdtBlobBase, &FdtBlobSize); in BootLinuxFdt()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
D | BootMenu.c | 722 EFI_DEVICE_PATH_PROTOCOL *FdtDevicePath; in UpdateFdtPath() local 747 FdtDevicePath = AppendDevicePath (SupportedBootDevice->DevicePathProtocol, FdtDevicePathNodes); in UpdateFdtPath() 749 if (FdtDevicePath == NULL) { in UpdateFdtPath() 753 FdtTextDevicePath = ConvertDevicePathToText (FdtDevicePath, TRUE, TRUE); in UpdateFdtPath() 793 Status = BdsLoadImage (FdtDevicePath, AllocateAnyPages, &FdtBlobBase, &FdtBlobSize); in UpdateFdtPath() 794 FreePool (FdtDevicePath); in UpdateFdtPath()
|