Re: [PATCH 08/12] binman: etype: Add u_boot_spl_pubkey_dtb etype

2023-06-29 Thread Simon Glass
On Thu, 29 Jun 2023 at 15:59, wrote: > > From: Lukas Funke > > This adds a new etype 'u_boot_spl_pubkey_dtb'. The etype adds the public > key from a certificate to the dtb. This creates a '/signature' node which > is turn contains the fields which make up the public key. Usually this > is done by

[PATCH 08/12] binman: etype: Add u_boot_spl_pubkey_dtb etype

2023-06-29 Thread lukas . funke-oss
From: Lukas Funke This adds a new etype 'u_boot_spl_pubkey_dtb'. The etype adds the public key from a certificate to the dtb. This creates a '/signature' node which is turn contains the fields which make up the public key. Usually this is done by 'mkimage -K'. However, 'binman sign' does not add