Re: [U-Boot] [PATCH] arm: Leave smccc calls in .text when efi_loader=n

2019-02-11 Thread Michal Simek
On 11. 02. 19 15:13, Alexander Graf wrote: > Commit 81ea00838c6 ("efi_loader: PSCI reset and shutdown") put the SMCCC > assembly code into the efi specific code section. This is wrong when we > do not have EFI_LOADER enabled, as that strips efi runtime sections from > the output binary > > Reporte

[U-Boot] [PATCH] arm: Leave smccc calls in .text when efi_loader=n

2019-02-11 Thread Alexander Graf
Commit 81ea00838c6 ("efi_loader: PSCI reset and shutdown") put the SMCCC assembly code into the efi specific code section. This is wrong when we do not have EFI_LOADER enabled, as that strips efi runtime sections from the output binary Reported-by: Michal Simek Fixes: 81ea00838c6 ("efi_loader: PS