mbox series

[U-Boot,0/3] crypto: Add manual relocation

Message ID cover.1571057794.git.michal.simek@xilinx.com
Headers show
Series crypto: Add manual relocation | expand

Message

Michal Simek Oct. 14, 2019, 12:56 p.m. UTC
Hi,

This patch series fixes manual relocation issue, as it is crashing
when using RSA signed images on microblaze.

Thanks,
Michal


T Karthik Reddy (3):
  common: hash: Manually relocate struct hash_algo
  drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()
  common: image-sig.c: Add manual relocation

 common/hash.c                               | 29 +++++++++++++++++++++
 common/image-sig.c                          | 29 +++++++++++++++++++++
 drivers/crypto/rsa_mod_exp/mod_exp_uclass.c | 15 ++++++++++-
 3 files changed, 72 insertions(+), 1 deletion(-)

Comments

Michal Simek Oct. 24, 2019, 11:23 a.m. UTC | #1
po 14. 10. 2019 v 14:56 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Hi,
>
> This patch series fixes manual relocation issue, as it is crashing
> when using RSA signed images on microblaze.
>
> Thanks,
> Michal
>
>
> T Karthik Reddy (3):
>   common: hash: Manually relocate struct hash_algo
>   drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()
>   common: image-sig.c: Add manual relocation
>
>  common/hash.c                               | 29 +++++++++++++++++++++
>  common/image-sig.c                          | 29 +++++++++++++++++++++
>  drivers/crypto/rsa_mod_exp/mod_exp_uclass.c | 15 ++++++++++-
>  3 files changed, 72 insertions(+), 1 deletion(-)
>
> --
> 2.17.1
>

Applied all.
M