
Hi Philippe, On Tue, 23 Sept 2025 at 16:24, Philippe Simons <simons.philippe@gmail.com> wrote:
I'm currently trying to bring a SM6115 device on Linux but... without much success... I have replaced my ABL with qcomm/abl2eps which allows me to boot an efi application.
I've tried to use ARM64 EFI STUB for that but the resulting u-boot-efi-payload.efi doesn't look like an PE32+ binary....
file u-boot-payload.efi u-boot-payload.efi: data
Which board are you building here? Is this with the concept tree?
Could you help me
The stub is only partially functional - one of the challenges is that it needs device-specific knowledge, so you must create a stub for your particular SoC. I did fiddle with integrating a bit more stuff into it about a month ago, but it is always going to be SoC-specific. Have you tried using the app? It is efi-arm_app64_defconfig and is pretty generic so should run on anything with an EFI interface. Regards, Simon