|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
GENERATED: copy-to-run payload signed by scripts/secrets/rot_sign.py – do not edit. More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | : uint32_t { k_sb_payload_body_len = 32U } |
| Signed body length (bytes ra8_dfu_launch copies + the digest covers). More... | |
Variables | |
| static const uint8_t | g_sb_signed_payload [148] |
| Signed copy-to-run image: 32-byte body + 116-byte RoT trailer. | |
GENERATED: copy-to-run payload signed by scripts/secrets/rot_sign.py – do not edit.
[ body (k_sb_payload_body_len) ][ ra8_rot_trailer_t (116) ]. The body is dfu_copy_to_run's 32-byte run-base image (payload.c); the trailer is signed with the project RoT key (img_version 7). Regenerate via examples/ek_ra8d2/hw_validated/hil/dfu_copy_to_run/scripts/ build_payload.sh + rot_sign.py if payload.c changes.
Definition in file signed_payload.h.
| anonymous enum : uint32_t |
Signed body length (bytes ra8_dfu_launch copies + the digest covers).
| Enumerator | |
|---|---|
| k_sb_payload_body_len | Sb payload body length. |
Definition at line 17 of file signed_payload.h.
|
static |
Signed copy-to-run image: 32-byte body + 116-byte RoT trailer.
Definition at line 20 of file signed_payload.h.
Referenced by main(), and sb_tampered_rejected().