I'm trying to embed ipxe snp into u-boot and run ipxe efi application with bootefi
command.
This document describe the process of running the efi https://github.com/ARM-software/u-boot/blob/master/doc/README.uefi
but it doesn't say how to embed the efi application into uboot.bin
, how can I do it?