mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

boot_nv_security_counter_init() not called through boot_go()

Open Olstyle opened this issue 1 year ago • 2 comments

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.

Olstyle avatar Dec 05 '23 11:12 Olstyle

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.

github-actions[bot] avatar Jun 03 '24 01:06 github-actions[bot]

Please don't activate an auto close bot who is faster in reading issues than the maintainers.

Olstyle avatar Jun 03 '24 05:06 Olstyle