A biomedical equipment manufacturer is designing an embedded patient monitoring device intended for hospital environments where physical access to the device cannot be fully restricted. To meet strict regulatory standards, the architecture must guarantee that the initial bootloader execution sequence is validated using one-time programmable, non-volatile hardware fuses burned into the system-on-chip during manufacturing, preventing any subsequent firmware update or physical attacker from altering the initial trust anchor. Which hardware security component best establishes this immutable, non-modifiable foundation for the secure boot process?
- eFuse-backed hardware Root of Trust (RoT)Answer
- BNetwork-attached Hardware Security Module (HSM)
- CSymmetric AES-256 memory bus encryption controller
- DHost-based detective integrity monitoring software within the embedded OS
Answer
The eFuse-backed hardware Root of Trust (RoT) provides an immutable, non-modifiable foundation programmed during manufacturing to validate the initial bootloader prior to execution.
An eFuse-backed hardware Root of Trust establishes an immutable anchor by burning key hashes or configuration flags into the physical chip silicon during manufacturing. Because eFuses cannot be reset or reprogrammed, the processor reliably executes only authentic boot code before handing control to subsequent boot stages.
Step-by-Step Solution
Key Concept
eFuse and Hardware Root of Trust (RoT)