arm: mach-k3: Move TI dummy keys out of board folder
authorNishanth Menon <nm@ti.com>
Sat, 4 Nov 2023 02:45:11 +0000 (21:45 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
This file is used to emulate customer keys on TI development board
ecosystems, move it out of board/ directory and into mach-k3. And
change the relative paths to absolute paths in the binman paths.

While at it, drop the reference in verdin-binman file which is
redundant.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Manorit Chawdhry <m-chawdhry@ti.com>
arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
arch/arm/dts/k3-binman.dtsi
arch/arm/mach-k3/keys/custMpk.crt [moved from board/ti/keys/custMpk.crt with 100% similarity]
arch/arm/mach-k3/keys/custMpk.key [moved from board/ti/keys/custMpk.key with 100% similarity]
arch/arm/mach-k3/keys/custMpk.pem [moved from board/ti/keys/custMpk.pem with 100% similarity]

index 274b699..9c2d1df 100644 (file)
@@ -5,10 +5,6 @@
 
 #include "k3-binman.dtsi"
 
-&custmpk_pem {
-       filename = "../../ti/keys/custMpk.pem";
-};
-
 #ifndef CONFIG_ARM64
 
 &bcfg_yaml {
index db3f1cf..d1ef2fa 100644 (file)
@@ -13,7 +13,7 @@
        custMpk {
                filename = "custMpk.pem";
                custmpk_pem: blob-ext {
-                       filename = "../keys/custMpk.pem";
+                       filename = "arch/arm/mach-k3/keys/custMpk.pem";
                };
        };