5 Commits

Author SHA1 Message Date
Mikael Ågren
469546ff33
fw: Add checksum to partition table
Refuse to boot if blake2s digest over the partition table does not match
digest stored on flash
2025-04-04 13:41:56 +02:00
Mikael Ågren
a8f355e19a
fw: Remove storage area address and size from partition table
Instead we calculate start addresses from area index and use fixed size.
2025-04-04 13:41:55 +02:00
Mikael Ågren
d0310ff3e0
fw: Remove TK1_SYSCALL_REG_MGMT
Validate preload API access using the fixed, pre-calculated app digest
instead of letting an app register itself as a management app.
2025-04-04 13:41:54 +02:00
Mikael Ågren
e5a574204b
fw: Remove pre loaded app auth and status from partition table 2025-04-04 13:41:54 +02:00
Mikael Ågren
f1da9f257e
Add tool to inspect partition table dump 2025-04-04 13:41:54 +02:00