Hi Daniel,

Am 10.02.25 um 14:36 schrieb Daniel Schultz:
There are some device-tree overlays and firmwares with missing entries
for the keyfile. Add them to sign all images in the U-Boot FIT image.

Signed-off-by: Daniel Schultz <d.schu...@phytec.de>
---
  arch/arm/dts/k3-am625-phycore-som-binman.dtsi | 49 ++++++++++++++++---
  1 file changed, 41 insertions(+), 8 deletions(-)

diff --git a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi 
b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
index 31456d23167..7c72da6deda 100644
--- a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
+++ b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
@@ -227,6 +227,24 @@
                fit {
images {
+                               atf {
+                                       ti-secure {
+                                               keyfile = "custMpk.pem";

I don't think you have to define it here, because we are making use of the ti_spl_template from k3-binman.dtsi which is already defining the keyfile.

Regards,
Wadim

Reply via email to