
This patch set is improving the HAB support for targets that are using IH_TYPE_FIRMWARE_IVT image type.
Patch 0001 is migrating CONFIG_CSF_SIZE to Kconfig so value can be configurable and used by U-Boot tools.
Patch 0002 is fixing secure boot support for targets using IH_TYPE_FIRMWARE_IVT image type.
Patch 0003 is verifying the SPL size to avoid a possible HAB failure event.
Patch 0004 is cleaning up the code as CONFIG_SECURE_BOOT is now enabled through Kconfig.
Breno Lima (4): Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig habv4: tools: Avoid hardcoded CSF size for SPL targets imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled imx: configs: Cleanup CONFIG_SECURE_BOOT comments
arch/arm/mach-imx/Kconfig | 7 +++++++ common/image.c | 8 +++++--- configs/imx8mq_evk_defconfig | 1 + include/configs/cl-som-imx7.h | 4 ---- include/configs/imx8mq_evk.h | 4 ---- include/configs/mx6_common.h | 4 ---- include/configs/mx6sllevk.h | 6 ------ include/configs/mx6ullevk.h | 6 ------ include/configs/mx7_common.h | 4 ---- include/configs/mx7ulp_evk.h | 9 --------- scripts/config_whitelist.txt | 1 - tools/default_image.c | 5 ++++- tools/spl_size_limit.c | 3 +++ 13 files changed, 20 insertions(+), 42 deletions(-)