Home
last modified time | relevance | path

Searched defs:BL2_HEADER_SIZE (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/stm32h573i_dk/
Dconfig.cmake11 set(BL2_HEADER_SIZE 0x400 CACHE STRING "Header size") variable
/trusted-firmware-m-latest/bl2/ext/mcuboot/
Dmcuboot_default_config.cmake24 set(BL2_HEADER_SIZE 0x400 CACHE STRING "Header size") variable
DKconfig100 config BL2_HEADER_SIZE config
/trusted-firmware-m-latest/config/
Dspe_config.cmake.in24 set(BL2_HEADER_SIZE @BL2_HEADER_SIZE@) variable
Dconfig_base.cmake127 set(BL2_HEADER_SIZE 0x000 CACHE STRING "BL2 Header size") variable
/trusted-firmware-m-latest/platform/ext/target/stm/stm32h573i_dk/include/
Dregion_defs.h85 #define BL2_HEADER_SIZE (0x400) /*!< Appli image header size */ macro