diff options
author | Sughosh Ganu | 2022-10-21 18:15:58 +0530 |
---|---|---|
committer | Tom Rini | 2022-10-31 14:47:32 -0400 |
commit | d70c4a0a20c3edba3375f51426da2aa7096f58df (patch) | |
tree | 14ea89e1c97544fc74145ac72906bddcc5e1bc63 /include/configs | |
parent | a402adc664d4330b10089d81d377efaad0da3148 (diff) |
stm32mp1: Add image information for capsule updates
Enabling capsule update functionality on the platform requires
populating information on the images that are to be updated using the
functionality. Do so for the DK2 board.
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stm32mp15_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h index bd8e16bc1b9..214901c557f 100644 --- a/include/configs/stm32mp15_common.h +++ b/include/configs/stm32mp15_common.h @@ -32,6 +32,10 @@ #define CONFIG_SERVERIP 192.168.1.1 #endif +#define STM32MP_FIP_IMAGE_GUID \ + EFI_GUID(0x19d5df83, 0x11b0, 0x457b, 0xbe, 0x2c, \ + 0x75, 0x59, 0xc1, 0x31, 0x42, 0xa5) + /*****************************************************************************/ #ifdef CONFIG_DISTRO_DEFAULTS /*****************************************************************************/ |