Home
last modified time | relevance | path

Searched refs:InitrdDevicePath (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.c58 EFI_DEVICE_PATH *InitrdDevicePath; in LinuxLoaderEntryPoint() local
102 InitrdDevicePath = NULL; in LinuxLoaderEntryPoint()
140 InitrdDevicePath = gEfiShellProtocol->GetDevicePathFromFilePath (InitrdPath); in LinuxLoaderEntryPoint()
141 if (InitrdDevicePath != NULL) { in LinuxLoaderEntryPoint()
176 InitrdDevicePath = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath ( in LinuxLoaderEntryPoint()
179 if (InitrdDevicePath == NULL) { in LinuxLoaderEntryPoint()
208 …Status = BootLinuxAtag (SystemMemoryBase, KernelDevicePath, InitrdDevicePath, AsciiLinuxCommandLin… in LinuxLoaderEntryPoint()
210 …Status = BootLinuxFdt (SystemMemoryBase, KernelDevicePath, InitrdDevicePath, FdtDevicePath, AsciiL… in LinuxLoaderEntryPoint()
232 if (InitrdDevicePath != NULL) { in LinuxLoaderEntryPoint()
233 FreePool (InitrdDevicePath); in LinuxLoaderEntryPoint()
DLinuxLoader.h140 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath,
161 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath,
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
DLinuxStarter.c162 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath, in BootLinuxAtag() argument
187 if (InitrdDevicePath) { in BootLinuxAtag()
190 …Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSiz… in BootLinuxAtag()
192 …Status = BdsLoadImage (InitrdDevicePath, AllocateAnyPages, &InitrdImageBase, &InitrdImageBaseSize); in BootLinuxAtag()
224 if (InitrdDevicePath) { in BootLinuxAtag()
250 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath, in BootLinuxFdt() argument
276 if (InitrdDevicePath) { in BootLinuxFdt()
278 …Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSiz… in BootLinuxFdt()
280 …Status = BdsLoadImage (InitrdDevicePath, AllocateAnyPages, &InitrdImageBase, &InitrdImageBaseSize); in BootLinuxFdt()
338 if (InitrdDevicePath) { in BootLinuxFdt()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
DLinuxStarter.c162 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath, in BootLinuxAtag() argument
189 IN EFI_DEVICE_PATH_PROTOCOL* InitrdDevicePath, in BootLinuxFdt() argument
244 if (InitrdDevicePath) { in BootLinuxFdt()
246 …Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSiz… in BootLinuxFdt()
248 …Status = BdsLoadImage (InitrdDevicePath, AllocateAnyPages, &InitrdImageBase, &InitrdImageBaseSize); in BootLinuxFdt()
362 if (InitrdDevicePath) { in BootLinuxFdt()