mcuboot
mcuboot copied to clipboard
boot_nv_security_counter_init() not called through boot_go()
If MCUBOOT_HW_ROLLBACK_PROT
is defined, one is expected to implement the interface from security_cnt.h
. This interface also defines the function boot_nv_security_counter_init()
.
But actually that function is never called from the boot code. I can of course call it myself before boot_go()
and have a functioning system, but if it is supposed to be an expected interface I also expect it to be called.
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Please don't activate an auto close bot who is faster in reading issues than the maintainers.