From c36fa560b0ff80330443c2444ffbcdc861283f78 Mon Sep 17 00:00:00 2001 From: Parth Pancholi Date: Wed, 7 Feb 2024 10:09:28 +0100 Subject: arm: dts: k3-am625-verdin: rename all fsstub as tifsstub Replace all the fsstub occurences with tifsstub to avoid new terminology and resulting confusion. This follows commit 57f1e97afad ("arm: dts: k3-*: s/fsstub/tifsstub/") Upstream-Status: Pending Signed-off-by: Parth Pancholi --- arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi | 86 +++++++++++------------ 1 file changed, 43 insertions(+), 43 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 e998d99a80..7164e9dc42 100644 --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi +++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi @@ -261,37 +261,37 @@ }; }; - fsstub-hs { - filename = "fsstub.bin_hs"; + tifsstub-hs { + filename = "tifsstub.bin_hs"; ti-secure-rom { - content = <&fsstub_hs_cert>; + content = <&tifsstub_hs_cert>; core = "secure"; load = <0x40000>; sw-rev = ; keyfile = "custMpk.pem"; countersign; - fsstub; + tifsstub; }; - fsstub_hs_cert: fsstub-hs-cert.bin { + tifsstub_hs_cert: tifsstub-hs-cert.bin { filename = "ti-sysfw/ti-fs-stub-firmware-am62x-hs-cert.bin"; type = "blob-ext"; optional; }; - fsstub_hs_enc: fsstub-hs-enc.bin { + tifsstub_hs_enc: tifsstub-hs-enc.bin { filename = "ti-sysfw/ti-fs-stub-firmware-am62x-hs-enc.bin"; type = "blob-ext"; optional; }; }; - fsstub-fs { - filename = "fsstub.bin_fs"; - fsstub_fs_cert: fsstub-fs-cert.bin { + tifsstub-fs { + filename = "tifsstub.bin_fs"; + tifsstub_fs_cert: tifsstub-fs-cert.bin { filename = "ti-sysfw/ti-fs-stub-firmware-am62x-hs-cert.bin"; type = "blob-ext"; optional; }; - fsstub_fs_enc: fsstub-fs-enc.bin { + tifsstub_fs_enc: tifsstub-fs-enc.bin { filename = "ti-sysfw/ti-fs-stub-firmware-am62x-hs-enc.bin"; type = "blob-ext"; optional; @@ -299,17 +299,17 @@ }; - fsstub-gp { - filename = "fsstub.bin_gp"; + tifsstub-gp { + filename = "tifsstub.bin_gp"; ti-secure-rom { - content = <&fsstub_gp>; + content = <&tifsstub_gp>; core = "secure"; load = <0x60000>; sw-rev = ; keyfile = "ti-degenerate-key.pem"; - fsstub; + tifsstub; }; - fsstub_gp: fsstub-gp.bin { + tifsstub_gp: tifsstub-gp.bin { filename = "ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin"; type = "blob-ext"; optional; @@ -358,42 +358,42 @@ }; }; - fsstub-hs { - description = "FSSTUB"; + tifsstub-hs { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-hs"; + os = "tifsstub-hs"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_hs"; + filename = "tifsstub.bin_hs"; }; }; - fsstub-fs { - description = "FSSTUB"; + tifsstub-fs { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-fs"; + os = "tifsstub-fs"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_fs"; + filename = "tifsstub.bin_fs"; }; }; - fsstub-gp { - description = "FSSTUB"; + tifsstub-gp { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-gp"; + os = "tifsstub-gp"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_gp"; + filename = "tifsstub.bin_gp"; }; }; @@ -454,8 +454,8 @@ conf-0 { description = "k3-am625-verdin-wifi-dev"; firmware = "atf"; - loadables = "tee", "fsstub-hs", "fsstub-fs", - "fsstub-gp", "dm", "spl"; + loadables = "tee", "tifsstub-hs", "tifsstub-fs", + "tifsstub-gp", "dm", "spl"; fdt = "fdt-0"; }; }; @@ -560,42 +560,42 @@ }; }; - fsstub-hs { - description = "FSSTUB"; + tifsstub-hs { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-hs"; + os = "tifsstub-hs"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_hs"; + filename = "tifsstub.bin_hs"; }; }; - fsstub-fs { - description = "FSSTUB"; + tifsstub-fs { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-fs"; + os = "tifsstub-fs"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_fs"; + filename = "tifsstub.bin_fs"; }; }; - fsstub-gp { - description = "FSSTUB"; + tifsstub-gp { + description = "TIFSSTUB"; type = "firmware"; arch = "arm32"; compression = "none"; - os = "fsstub-gp"; + os = "tifsstub-gp"; load = <0x9dc00000>; entry = <0x9dc00000>; blob-ext { - filename = "fsstub.bin_gp"; + filename = "tifsstub.bin_gp"; }; }; @@ -642,8 +642,8 @@ conf-0 { description = "k3-am625-verdin-wifi-dev"; firmware = "atf"; - loadables = "tee", "fsstub-hs", "fsstub-fs", - "fsstub-gp", "dm", "spl"; + loadables = "tee", "tifsstub-hs", "tifsstub-fs", + "tifsstub-gp", "dm", "spl"; fdt = "fdt-0"; }; }; -- cgit v1.2.3