mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-20 14:39:22 +00:00
feat(core): include signed bootloader 2.1.0
This commit is contained in:
parent
ff6bf906d0
commit
c38b39ee6e
1
core/.changelog.d/1901.added
Normal file
1
core/.changelog.d/1901.added
Normal file
@ -0,0 +1 @@
|
||||
Updated bootloader to 2.1.0.
|
@ -73,9 +73,9 @@ static secbool known_bootloader(const uint8_t *hash, int len) {
|
||||
// bootloader_T2T1_qa.bin version 2.1.0.0
|
||||
#define BOOTLOADER_T2T1_QA_00 {0xce, 0xb2, 0x6d, 0xc9, 0x1d, 0x61, 0xaa, 0x91, 0x45, 0xf6, 0xc2, 0xfe, 0xf7, 0xef, 0xe7, 0xf9, 0x23, 0x24, 0xfa, 0xf5, 0x4d, 0xce, 0xb8, 0x48, 0xf5, 0xfa, 0x3b, 0x48, 0x67, 0x45, 0x73, 0xfc}
|
||||
#define BOOTLOADER_T2T1_QA_FF {0xa5, 0x58, 0xf4, 0x97, 0xe8, 0x1a, 0x9d, 0xa5, 0xe6, 0x05, 0xb2, 0x3c, 0x35, 0x88, 0x01, 0x80, 0x8d, 0xe4, 0xd2, 0xc9, 0x3e, 0x4a, 0x28, 0x13, 0x67, 0xc2, 0x15, 0x61, 0xf8, 0x42, 0x06, 0x52}
|
||||
// bootloader_T2T1.bin version 2.0.3.0
|
||||
#define BOOTLOADER_T2T1_00 {0xb1, 0x83, 0xd3, 0x31, 0xc7, 0xff, 0x3d, 0xcf, 0x54, 0x1e, 0x7e, 0x40, 0xf4, 0x9e, 0xc3, 0x53, 0x4c, 0xcc, 0xf3, 0x8c, 0x35, 0x39, 0x88, 0x81, 0x65, 0xc0, 0x5c, 0x25, 0xbd, 0xfc, 0xea, 0x14}
|
||||
#define BOOTLOADER_T2T1_FF {0xab, 0xdb, 0x7d, 0xe2, 0xef, 0x44, 0x66, 0xa7, 0xb7, 0x1f, 0x2b, 0x02, 0xf3, 0xe1, 0x40, 0xe7, 0xcd, 0xf2, 0x8e, 0xc0, 0xbb, 0x33, 0x04, 0xce, 0x0d, 0xa5, 0xca, 0x02, 0x57, 0xb6, 0xd4, 0x30}
|
||||
// bootloader_T2T1.bin version 2.1.0.0
|
||||
#define BOOTLOADER_T2T1_00 {0x16, 0x1c, 0x71, 0x92, 0xe0, 0xdb, 0x35, 0x68, 0xd3, 0xae, 0xed, 0x97, 0xc7, 0x2b, 0x24, 0xc5, 0x43, 0x4f, 0x0c, 0x3c, 0xb8, 0x16, 0x60, 0x12, 0x34, 0x10, 0x8d, 0xc1, 0xd5, 0x58, 0xb5, 0x4a}
|
||||
#define BOOTLOADER_T2T1_FF {0xe0, 0xd5, 0x96, 0x9f, 0x30, 0xab, 0xfd, 0x8a, 0x7e, 0xb7, 0x63, 0xce, 0x03, 0x67, 0x4a, 0xb4, 0x3e, 0x39, 0x18, 0xab, 0x22, 0x9a, 0x3b, 0xac, 0x2a, 0x9e, 0xa7, 0xe4, 0xd3, 0x81, 0x76, 0x00}
|
||||
// --- END GENERATED BOOTLOADER SECTION ---
|
||||
|
||||
#if defined TREZOR_MODEL_T
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user