Loading elf file with UEFI bootloader in Hikey960

Hi all,

Is there any way to load an elf file from EFI like similar to u-boot on hikey960?
If there is, could you please provide some examples.

And currently Hikey960 does not support u-boot right?

Thanks,
IVID

Is there any way to load an elf file from EFI like similar to u-boot on hikey960?
If there is, could you please provide some examples.

It doesn’t use ELF format but loading additional components is the very
soul and purpose of EFI. Most of EDK2 itself can serve as an example
(since it is composed of components). The Hikey fastboot app is another
thing you might like to look at.

Hi Daniel,

Could you please provide steps to load some sample app like a simple
program and load it using EFI

Regards,
Ivid

Try: https://github.com/pbatard/uefi-simple