Are there any suggestions for creating slightly customized versions of the immutable and MCUBoot boot loaders?
Currently I'm using CONFIG_SECURE_BOOT=y & CONFIG_BOOTLOADER_MCUBOOT=y to get the immutable and MCUBoot boot loaders. I would like to add some code to those boot loaders to show various states of the boot loader on our custom board (via LED & Display). What would be the easiest approach to do this?
Ideally, I'd like to use as much of the current immutable and MCUBoot as possible and just have a custom "main" with my changes. And have those boot loaders be used in the multi-image build instead.