
6 May
2020
6 May
'20
10 p.m.
On Wed, May 06, 2020 at 06:32:03PM +0200, Jan Kiszka wrote:
From: Jan Kiszka jan.kiszka@siemens.com
The fdt only provides 32-bit alignment of data. If the public_exponent happens to be not 64-bit aligned, we can trigger an exception on certain architectures. Seen on TI AM64x.
Note that the normal way of accessing such a number would be fdtdec_get_number. However, this is not available for tools, and this is one use case for lib/rsa.
Signed-off-by: Jan Kiszka jan.kiszka@siemens.com
This is the same as: http://patchwork.ozlabs.org/project/uboot/patch/20200503112634.590399-1-heik... I think which I'm testing right now. Can you please confirm and tested-by? Thanks!
--
Tom