Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c715 VOID *NewKernelArgs; in AbootimgBootRam() local
728 NewKernelArgs = (VOID *)(UINTN)Address; in AbootimgBootRam()
729 SetMem (NewKernelArgs, EFI_SIZE_TO_PAGES (BOOTIMG_KERNEL_ARGS_SIZE << 1), 0); in AbootimgBootRam()
731 Status = BootFromRam (Buffer, BootPathStr, FdtPathStr, NewKernelArgs, &Kernel, &KernelSize); in AbootimgBootRam()
748 ImageInfo->LoadOptions = NewKernelArgs; in AbootimgBootRam()
749 ImageInfo->LoadOptionsSize = StrLen (NewKernelArgs) * sizeof (CHAR16); in AbootimgBootRam()
771 VOID *NewKernelArgs; in AbootimgBootPartition() local
774 NewKernelArgs = AllocateZeroPool (BOOTIMG_KERNEL_ARGS_SIZE << 1); in AbootimgBootPartition()
775 if (NewKernelArgs == NULL) { in AbootimgBootPartition()
780 Status = BootFromPartition (BootPathStr, FdtPathStr, NewKernelArgs, &Kernel, &KernelSize); in AbootimgBootPartition()
[all …]