Skip to content
Snippets Groups Projects
  • Yann Gautier's avatar
    9a3eca2d
    stm32mp1: add legacy STM32 image load · 9a3eca2d
    Yann Gautier authored
    
    STM32MP_USE_STM32IMAGE is now used to distinguished the 2 possible
    configurations.
    If STM32MP_USE_STM32IMAGE is set, the legacy loading scheme is used. It
    implies a single binary containing BL2, BL32 and a shared device tree
    blob in case sp_min is used. The legacy loading scheme can also manage
    the loading of OP-TEE.
    If STM32MP_USE_STM32IMAGE is not set, then FIP is used, and it implies
    FCONF as well.
    
    Change-Id: Ibf93982e6be2f551d65094c985eaf5a6bd2ab788
    Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
    9a3eca2d
    History
    stm32mp1: add legacy STM32 image load
    Yann Gautier authored
    
    STM32MP_USE_STM32IMAGE is now used to distinguished the 2 possible
    configurations.
    If STM32MP_USE_STM32IMAGE is set, the legacy loading scheme is used. It
    implies a single binary containing BL2, BL32 and a shared device tree
    blob in case sp_min is used. The legacy loading scheme can also manage
    the loading of OP-TEE.
    If STM32MP_USE_STM32IMAGE is not set, then FIP is used, and it implies
    FCONF as well.
    
    Change-Id: Ibf93982e6be2f551d65094c985eaf5a6bd2ab788
    Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>