Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hal/pic32cz.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ int hal_hsm_init_connect(void)
FCW_MUTEX = FCW_MUTEX_RELEASE;

#if defined(HSM_FW_ADDR) && defined(HSM_FW_SIZE)
/* DEV/NON-PRODUCTION: This code path loads and boots the HSM firmware image
* from a raw address/size without performing any hash or signature
* verification. Production builds must authenticate the HSM firmware via
* ROM root-of-trust */

/* Load/boot the HSM core from the firmware image; blocks until it has booted
* and acknowledged. Skipped when HSM_FW_BIN is unset: the firmware is then
* assumed already resident and wolfBoot connects to the running server. */
Expand Down
Loading