OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BootImage
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c
491
IN VOID *
BootImage
,
502
Status = AbootimgGetKernelInfo (
BootImage
, &StoredKernel, &StoredKernelSize);
550
VOID *
BootImage
= NULL;
586
if (
BootImage
== NULL) {
587
Status = LoadBootImage (BootPathStr, &
BootImage
, &BootImageSize);
593
Status = LoadFdtFromBootImage (
BootImage
, &Fdt);
601
if (
BootImage
== NULL) {
602
Status = LoadBootImage (BootPathStr, &
BootImage
, &BootImageSize);
609
Status = GetRamdiskInfo (
BootImage
, &Ramdisk, &RamdiskSize);
614
Status = InstallFdt (
BootImage
, (UINTN)Fdt, KernelArgs)
[
all
...]
/prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar
Completed in 166 milliseconds