arm: dts: k3-am625-phycore-som-binman: Provide capsule nodes
authorWadim Egorov <w.egorov@phytec.de>
Wed, 27 Nov 2024 12:17:33 +0000 (13:17 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 13 Dec 2024 20:15:31 +0000 (14:15 -0600)
Fill in phycore-am62x capsule GUID properties of the base
binman capsule nodes.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am625-phycore-som-binman.dtsi

index 63f2eed..31456d2 100644 (file)
                };
        };
 };
+
+#include "k3-binman-capsule-r5.dtsi"
+
+&capsule_tiboot3 {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am625-r5-phycore-som-2gb.dtb PHYCORE_AM62X_TIBOOT3
+                */
+               image-guid = "C7D64D6D-10B2-54BC-A3BF-06A9DC3653D9";
+       };
+};
+
 #endif /* CONFIG_TARGET_PHYCORE_AM62X_R5 */
 
 #ifdef CONFIG_TARGET_PHYCORE_AM62X_A53
                };
        };
 };
+
+#include "k3-binman-capsule.dtsi"
+
+&capsule_tispl {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am625-phyboard-lyra-rdk.dtb PHYCORE_AM62X_SPL
+                */
+               image-guid = "09841C3F-F177-5D57-B1F6-754D92879205";
+       };
+};
+
+&capsule_uboot {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am625-phyboard-lyra-rdk.dtb PHYCORE_AM62X_UBOOT
+                */
+               image-guid = "D11A9016-515E-503A-8872-3FF65384D0C4";
+       };
+};
+
 #endif /* CONFIG_TARGET_PHYCORE_AM62X_A53 */