]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 274b6993752abfe393aedf2545706d111b096cb5..9c2d1df6b7ace4887503ee455b38ea3d5c3f86cb 100644 (file)
@@ -5,10 +5,6 @@
 
 #include "k3-binman.dtsi"
 
-&custmpk_pem {
-       filename = "../../ti/keys/custMpk.pem";
-};
-
 #ifndef CONFIG_ARM64
 
 &bcfg_yaml {
index db3f1cf40fc9ded72dbc39a7209fd84b7abc35dc..d1ef2fac31143cb1960017c0338f22cfe4699651 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";
                };
        };