|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Directories | |
| inc | |
| src | |
On-silicon proof that a working root of trust can authenticate an image on this hardware. It runs the real ra8_rot verify chain against a signed fixture:
It then flips one body byte and requires the tampered image to be rejected, so the pass covers both directions.
This is a self-test and cannot brick the board. RA8_ENABLE_ROOT_OF_TRUST is scoped to this app's CMake target only, so nothing here enables the root of trust in the boot path. It is the on-silicon proof that has to pass before the production DFU / secure-boot path turns authentication on.
The fixture in inc/rot_fixture.h is generated by scripts/secrets/rot_sign.py with the project RoT signing key, which is kept out of tree.