mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
fix(core): adding SECMON_MONOTONIC_VERSION counter to DISC2
[no changelog]
This commit is contained in:
@@ -31,6 +31,9 @@
|
|||||||
#define SECRET_MONOTONIC_COUNTER_1_OFFSET (0x410)
|
#define SECRET_MONOTONIC_COUNTER_1_OFFSET (0x410)
|
||||||
#define SECRET_MONOTONIC_COUNTER_1_LEN 0x400
|
#define SECRET_MONOTONIC_COUNTER_1_LEN 0x400
|
||||||
|
|
||||||
|
#define SECRET_MONOTONIC_COUNTER_2_OFFSET 0x810
|
||||||
|
#define SECRET_MONOTONIC_COUNTER_2_LEN 0x400
|
||||||
|
|
||||||
// second page: refreshed on wallet wipe
|
// second page: refreshed on wallet wipe
|
||||||
#define SECRET_BHK_OFFSET 0x2000
|
#define SECRET_BHK_OFFSET 0x2000
|
||||||
#define SECRET_BHK_LEN 0x20
|
#define SECRET_BHK_LEN 0x20
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#define BOOTLOADER_MONOTONIC_VERSION 1
|
#define BOOTLOADER_MONOTONIC_VERSION 1
|
||||||
#define FIRMWARE_MONOTONIC_VERSION 1
|
#define FIRMWARE_MONOTONIC_VERSION 1
|
||||||
|
#define SECMON_MONOTONIC_VERSION 1
|
||||||
|
|||||||
Reference in New Issue
Block a user