Re: [PATCH v2 1/3] scripts/Makefile.lib: add PLATFORM_LIBS to efi linking

2025-05-11 Thread Heinrich Schuchardt
On 5/11/25 12:52, Heinrich Schuchardt wrote: On 5/8/25 20:30, Adriano Cordova wrote: Link .efi applications using libgcc Signed-off-by: Adriano Cordova --- changes in v2: - Address the root of the problem. In v1 I was modifying    printx in initrddump.efi not to generate __lshrdi3 in

Re: [PATCH v2 1/3] scripts/Makefile.lib: add PLATFORM_LIBS to efi linking

2025-05-11 Thread Heinrich Schuchardt
On 5/8/25 20:30, Adriano Cordova wrote: Link .efi applications using libgcc Signed-off-by: Adriano Cordova --- changes in v2: - Address the root of the problem. In v1 I was modifying printx in initrddump.efi not to generate __lshrdi3 instructions, but a better fix is to prov

[PATCH v2 1/3] scripts/Makefile.lib: add PLATFORM_LIBS to efi linking

2025-05-08 Thread Adriano Cordova
Link .efi applications using libgcc Signed-off-by: Adriano Cordova --- changes in v2: - Address the root of the problem. In v1 I was modifying printx in initrddump.efi not to generate __lshrdi3 instructions, but a better fix is to provide those instructions with libgcc scripts/