arm: dts: k3-am62a-phycore-som-binman: Provide capsule nodes
Fill in phycore-am62ax capsule GUID properties of the base binman capsule nodes. Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
@@ -142,7 +142,21 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
||||
#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-am62a7-r5-phycore-som-2gb.dtb PHYCORE_AM62AX_TIBOOT3
|
||||
*/
|
||||
image-guid = "07CA7DD0-85FF-597E-A485-B2423D3AE6C1";
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* CONFIG_TARGET_PHYCORE_AM62AX_R5 */
|
||||
|
||||
#ifdef CONFIG_TARGET_PHYCORE_AM62AX_A53
|
||||
|
||||
@@ -451,4 +465,29 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
||||
#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-am62a7-phyboard-lyra-rdk.dtb PHYCORE_AM62AX_SPL
|
||||
*/
|
||||
image-guid = "14F968A2-7C3A-50AD-9356-192F07AD2A9C";
|
||||
};
|
||||
};
|
||||
|
||||
&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-am62a7-phyboard-lyra-rdk.dtb PHYCORE_AM62AX_UBOOT
|
||||
*/
|
||||
image-guid = "1F1148C5-2785-5E7C-9C58-C5B1EC0DC80C";
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* CONFIG_TARGET_PHYCORE_AM62AX_A53 */
|
||||
|
||||
Reference in New Issue
Block a user