]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j722s-binman: Add support for HS-SE
authorUdit Kumar <u-kumar1@ti.com>
Wed, 9 Oct 2024 11:04:47 +0000 (16:34 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 17 Oct 2024 21:39:16 +0000 (15:39 -0600)
J722S SOC have two variants as HS-FS and HS-SE.
Add binman support for HS-SE variant.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
[j-choudhary@ti.com: Fix load-dm-data entry and indentation]
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
arch/arm/dts/k3-j722s-binman.dtsi

index 28087a3b6fb047e1e17ba45d04f0c8f8e5efd3bd..6b521166575676453bbc7e9b62d1f3e361a8b8dd 100644 (file)
@@ -7,6 +7,56 @@
 
 #if IS_ENABLED(CONFIG_TARGET_J722S_R5_EVM)
 
+&binman {
+       tiboot3-j722s-hs-evm.bin {
+               filename = "tiboot3-j722s-hs-evm.bin";
+               ti-secure-rom {
+                       content = <&u_boot_spl>, <&ti_fs_enc>, <&combined_tifs_cfg>,
+                                 <&combined_dm_cfg>, <&sysfw_inner_cert>;
+                       combined;
+                       dm-data;
+                       sysfw-inner-cert;
+                       keyfile = "custMpk.pem";
+                       sw-rev = <1>;
+                       content-sbl = <&u_boot_spl>;
+                       content-sysfw = <&ti_fs_enc>;
+                       content-sysfw-data = <&combined_tifs_cfg>;
+                       content-sysfw-inner-cert = <&sysfw_inner_cert>;
+                       content-dm-data = <&combined_dm_cfg>;
+                       load = <0x43c00000>;
+                       load-sysfw = <0x40000>;
+                       load-sysfw-data = <0x67000>;
+                       load-dm-data = <0x43c7a800>;
+               };
+
+               u_boot_spl: u-boot-spl {
+                       no-expanded;
+               };
+
+               ti_fs_enc: ti-fs-enc.bin {
+                       filename = "ti-sysfw/ti-fs-firmware-j722s-hs-enc.bin";
+                       type = "blob-ext";
+                       optional;
+               };
+
+               combined_tifs_cfg: combined-tifs-cfg.bin {
+                       filename = "combined-tifs-cfg.bin";
+                       type = "blob-ext";
+               };
+
+               sysfw_inner_cert: sysfw-inner-cert {
+                       filename = "ti-sysfw/ti-fs-firmware-j722s-hs-cert.bin";
+                       type = "blob-ext";
+                       optional;
+               };
+
+               combined_dm_cfg: combined-dm-cfg.bin {
+                       filename = "combined-dm-cfg.bin";
+                       type = "blob-ext";
+               };
+       };
+};
+
 &binman {
        tiboot3-j722s-hs-fs-evm.bin {
                filename = "tiboot3-j722s-hs-fs-evm.bin";