]> Git Repo - u-boot.git/commit
arm: Leave smccc calls in .text when efi_loader=n
authorAlexander Graf <[email protected]>
Mon, 11 Feb 2019 14:07:17 +0000 (15:07 +0100)
committerAlexander Graf <[email protected]>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commit2f8ab1218f74dbaeffffb0a53094ead58bee41c5
tree3681897c5f9d72ca16f04b0df6828f6df2074c13
parent6f8f4217e75d2e651b29c065e111da22658f7e07
arm: Leave smccc calls in .text when efi_loader=n

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 <[email protected]>
Reported-by: Siva Durga Prasad Paladugu <[email protected]>
Tested-by: Michal Simek <[email protected]>
Fixes: 81ea00838c6 ("efi_loader: PSCI reset and shutdown")
Signed-off-by: Alexander Graf <[email protected]>
arch/arm/cpu/armv7/smccc-call.S
arch/arm/cpu/armv8/smccc-call.S
This page took 0.033718 seconds and 4 git commands to generate.