aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-11-03 21:45:11 -0500
committerTom Rini <trini@konsulko.com>2023-11-22 12:04:14 -0500
commit110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec (patch)
tree1cdf793bf04b9369708059eb607d59a70a6509f6
parentf1c8e9c44242fca281d118f051a0d5bbc581da48 (diff)
downloadu-boot-110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec.zip
u-boot-110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec.tar.gz
u-boot-110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec.tar.bz2
arm: mach-k3: Move TI dummy keys out of board folder
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>
-rw-r--r--arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi4
-rw-r--r--arch/arm/dts/k3-binman.dtsi2
-rw-r--r--arch/arm/mach-k3/keys/custMpk.crt (renamed from board/ti/keys/custMpk.crt)0
-rw-r--r--arch/arm/mach-k3/keys/custMpk.key (renamed from board/ti/keys/custMpk.key)0
-rw-r--r--arch/arm/mach-k3/keys/custMpk.pem (renamed from board/ti/keys/custMpk.pem)0
5 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
index 274b699..9c2d1df 100644
--- a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
+++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
@@ -5,10 +5,6 @@
#include "k3-binman.dtsi"
-&custmpk_pem {
- filename = "../../ti/keys/custMpk.pem";
-};
-
#ifndef CONFIG_ARM64
&bcfg_yaml {
diff --git a/arch/arm/dts/k3-binman.dtsi b/arch/arm/dts/k3-binman.dtsi
index db3f1cf..d1ef2fa 100644
--- a/arch/arm/dts/k3-binman.dtsi
+++ b/arch/arm/dts/k3-binman.dtsi
@@ -13,7 +13,7 @@
custMpk {
filename = "custMpk.pem";
custmpk_pem: blob-ext {
- filename = "../keys/custMpk.pem";
+ filename = "arch/arm/mach-k3/keys/custMpk.pem";
};
};
diff --git a/board/ti/keys/custMpk.crt b/arch/arm/mach-k3/keys/custMpk.crt
index 01bd64a..01bd64a 100644
--- a/board/ti/keys/custMpk.crt
+++ b/arch/arm/mach-k3/keys/custMpk.crt
diff --git a/board/ti/keys/custMpk.key b/arch/arm/mach-k3/keys/custMpk.key
index adba378..adba378 100644
--- a/board/ti/keys/custMpk.key
+++ b/arch/arm/mach-k3/keys/custMpk.key
diff --git a/board/ti/keys/custMpk.pem b/arch/arm/mach-k3/keys/custMpk.pem
index adba378..adba378 100644
--- a/board/ti/keys/custMpk.pem
+++ b/arch/arm/mach-k3/keys/custMpk.pem