Re: [PATCH v4 01/16] keytoc: remove ECDSA dts support

2024-09-25 Thread Ahmad Fatoum
On 13.09.24 09:59, Sascha Hauer wrote: > Generating dts snippets for ECDSA keys does not work properly, > there are various endianess problems. As we do not need this currently > for barebox drop the support for now. > > Signed-off-by: Sascha Hauer Acked-by: Ahmad Fatoum > --- > scripts/keyto

[PATCH v4 01/16] keytoc: remove ECDSA dts support

2024-09-13 Thread Sascha Hauer
Generating dts snippets for ECDSA keys does not work properly, there are various endianess problems. As we do not need this currently for barebox drop the support for now. Signed-off-by: Sascha Hauer --- scripts/keytoc.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff