/* * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "blake2s.h" #include "board_capabilities.h" #include "common.h" #include "flash.h" #include "image.h" #include "memzero.h" #include "model.h" #include "uzlib.h" // symbols from bootloader.bin => bootloader.o extern const void _binary_embed_firmware_bootloaders_bootloader_bin_deflated_start; extern const void _binary_embed_firmware_bootloaders_bootloader_bin_deflated_size; /* static secbool known_bootloader(const uint8_t *hash, int len) { if (len != 32) return secfalse; // bootloader-2.0.1.bin (padded with 0x00) if (0 == memcmp(hash, "\x91\x37\x46\xd0\x2d\xa7\xc4\xbe\x1d\xae\xef\xb0\x9b\x4e\x31\x88\xed\x38\x23\x5e\x0e\x31\xa7\x8c\x01\xde\x4e\xcc\xc2\xd6\x36\xb3", 32)) return sectrue; // bootloader-2.0.1.bin (padded with 0xff) if (0 == memcmp(hash, "\x2f\xdb\xde\x94\x0a\xd8\x91\x1c\xbd\x07\xb0\xba\x06\x2c\x90\x84\x02\xec\x95\x19\xde\x52\x8d\x4b\xe9\xb9\xed\x30\x71\x91\xb4\xd3", 32)) return sectrue; // bootloader-2.0.2.bin (padded with 0x00) if (0 == memcmp(hash, "\x2e\xf7\x47\xf8\x49\x87\x1e\xc8\xc6\x01\x35\xd6\x32\xe5\x5a\xd1\x56\x18\xf8\x64\x87\xb7\xaa\x7c\x62\x0e\xc3\x0d\x25\x69\x4e\x18", 32)) return sectrue; // bootloader-2.0.2.bin (padded with 0xff) if (0 == memcmp(hash, "\xcc\x6b\x35\xc3\x8f\x29\x5c\xbd\x7d\x31\x69\xaf\xae\xf1\x61\x01\xef\xbe\x9f\x3b\x0a\xfd\xc5\x91\x70\x9b\xf5\xa0\xd5\xa4\xc5\xe0", 32)) return sectrue; // bootloader-2.0.3.bin (padded with 0x00) if (0 == memcmp(hash, "\xb1\x83\xd3\x31\xc7\xff\x3d\xcf\x54\x1e\x7e\x40\xf4\x9e\xc3\x53\x4c\xcc\xf3\x8c\x35\x39\x88\x81\x65\xc0\x5c\x25\xbd\xfc\xea\x14", 32)) return sectrue; // bootloader-2.0.3.bin (padded with 0xff) if (0 == memcmp(hash, "\xab\xdb\x7d\xe2\xef\x44\x66\xa7\xb7\x1f\x2b\x02\xf3\xe1\x40\xe7\xcd\xf2\x8e\xc0\xbb\x33\x04\xce\x0d\xa5\xca\x02\x57\xb6\xd4\x30", 32)) return sectrue; return secfalse; } */ // clang-format off // --- BEGIN GENERATED BOOTLOADER SECTION --- // bootloader_1.bin version #define BOOTLOADER_1_00 {0xa5, 0x5a, 0x8b, 0x88, 0x94, 0x8a, 0x33, 0x2b, 0xed, 0x0d, 0xd9, 0x5c, 0x79, 0xd5, 0xbe, 0x0c, 0x73, 0x52, 0xaa, 0xac, 0xb3, 0x4f, 0xea, 0xd0, 0xaa, 0x88, 0x33, 0x23, 0x64, 0xab, 0x77, 0x5a} #define BOOTLOADER_1_FF {0x50, 0x6c, 0x5f, 0xd3, 0x73, 0x7b, 0x9b, 0xb7, 0xb9, 0xbf, 0xf9, 0xfa, 0xc6, 0xb9, 0x43, 0x27, 0x8b, 0x06, 0xad, 0x3a, 0xec, 0xce, 0x35, 0xa3, 0x52, 0xc3, 0x6e, 0x9e, 0x9a, 0xb3, 0x50, 0x98} // bootloader_T1B1.bin version #define BOOTLOADER_T1B1_00 {0xc1, 0x01, 0xd3, 0x8a, 0x00, 0x5e, 0x4f, 0x5f, 0x87, 0x1f, 0x49, 0x78, 0x24, 0x9c, 0xf9, 0x82, 0xd1, 0x91, 0x4b, 0xa6, 0x90, 0x03, 0x9c, 0x50, 0x49, 0x61, 0x10, 0x4f, 0xee, 0xe7, 0x1d, 0x7b} #define BOOTLOADER_T1B1_FF {0xbd, 0xb2, 0xf7, 0x62, 0xfb, 0x10, 0xbb, 0x30, 0x1f, 0x95, 0xa3, 0x12, 0x6b, 0x41, 0x1f, 0x66, 0xfc, 0x57, 0x28, 0xce, 0x7f, 0x59, 0x42, 0x6c, 0x3e, 0xed, 0xf7, 0x69, 0xbb, 0x96, 0xbd, 0x4b} // bootloader_T2B1.bin version 2.1.4.0 #define BOOTLOADER_T2B1_00 {0x12, 0xf5, 0x51, 0x01, 0x10, 0xb3, 0x59, 0x8e, 0x73, 0x95, 0xa9, 0xa8, 0xc5, 0xbc, 0x3a, 0x53, 0xa3, 0xa8, 0xed, 0x83, 0x32, 0xc2, 0xd2, 0x5b, 0x47, 0x99, 0x27, 0x9f, 0x93, 0x8b, 0xb3, 0xd6} #define BOOTLOADER_T2B1_FF {0x19, 0x7c, 0x2a, 0xd1, 0xba, 0x89, 0xeb, 0x2a, 0xfc, 0xe1, 0x7b, 0xf3, 0x62, 0x7d, 0xf8, 0xb2, 0x3c, 0x70, 0x16, 0x03, 0x53, 0xad, 0x8e, 0x90, 0x9b, 0x57, 0xeb, 0x4b, 0x83, 0x4d, 0xa0, 0x34} // bootloader_T2B1_qa.bin version 2.1.4.0 #define BOOTLOADER_T2B1_QA_00 {0x96, 0xe7, 0xfa, 0x21, 0x66, 0x81, 0x6b, 0x27, 0xf6, 0x27, 0xc1, 0x50, 0xaa, 0xf8, 0xbf, 0xac, 0xf5, 0x0d, 0x37, 0xea, 0x10, 0xa9, 0xa2, 0x0c, 0x1a, 0x58, 0xa7, 0x42, 0x23, 0x80, 0xbe, 0x40} #define BOOTLOADER_T2B1_QA_FF {0x7c, 0xca, 0xde, 0xf6, 0x8f, 0xf8, 0x9a, 0x08, 0x35, 0x0a, 0x82, 0xe4, 0xb5, 0x76, 0x37, 0x36, 0x51, 0x33, 0x40, 0xd9, 0x66, 0x84, 0xfb, 0x1b, 0x4f, 0x89, 0x34, 0xcd, 0x6f, 0x4c, 0x03, 0x1a} // bootloader_T2T1.bin version 2.1.4.0 #define BOOTLOADER_T2T1_00 {0x37, 0xaf, 0xad, 0xb6, 0x55, 0x7a, 0xd3, 0x82, 0x2c, 0x7b, 0xd3, 0x41, 0x65, 0xb7, 0x4d, 0xce, 0xbe, 0x23, 0x87, 0x90, 0x93, 0x3f, 0xbc, 0x4c, 0x5a, 0x1c, 0x60, 0x8c, 0xf9, 0xf6, 0xec, 0x0c} #define BOOTLOADER_T2T1_FF {0x5e, 0x84, 0xd3, 0xf7, 0xfd, 0x55, 0x51, 0xfd, 0x5f, 0x22, 0xc4, 0x83, 0xe2, 0x67, 0xc5, 0x1b, 0x77, 0xce, 0x49, 0xce, 0x42, 0x19, 0xe8, 0x23, 0x84, 0x4a, 0x58, 0x47, 0xaf, 0x80, 0x69, 0x86} // bootloader_T2T1_qa.bin version 2.1.4.0 #define BOOTLOADER_T2T1_QA_00 {0xff, 0xda, 0xfd, 0x0f, 0xe1, 0x89, 0x56, 0xb6, 0x0b, 0x6e, 0x2d, 0x67, 0xf1, 0x63, 0x8c, 0x4c, 0x4d, 0x6f, 0x97, 0xe7, 0xe0, 0xa4, 0xce, 0x76, 0xc9, 0x49, 0x0a, 0x34, 0x3e, 0xd8, 0xcb, 0x1f} #define BOOTLOADER_T2T1_QA_FF {0xbe, 0x31, 0x71, 0x7b, 0x8b, 0x31, 0x12, 0xbd, 0x58, 0xc4, 0x81, 0x09, 0x8d, 0xd9, 0x07, 0x51, 0x5c, 0xb6, 0x3d, 0x07, 0x82, 0x00, 0x30, 0x4a, 0xeb, 0x26, 0xf0, 0xe4, 0x00, 0xd4, 0xf2, 0x9c} // --- END GENERATED BOOTLOADER SECTION --- #define CONCAT_NAME_HELPER(prefix, name, suffix) prefix##name##suffix #define CONCAT_NAME(name, var) CONCAT_NAME_HELPER(BOOTLOADER_, name, var) #if BOOTLOADER_QA // QA bootloaders #define BOOTLOADER_00 CONCAT_NAME(MODEL_INTERNAL_NAME_TOKEN, _QA_00) #define BOOTLOADER_FF CONCAT_NAME(MODEL_INTERNAL_NAME_TOKEN, _QA_FF) #else // normal bootloaders #define BOOTLOADER_00 CONCAT_NAME(MODEL_INTERNAL_NAME_TOKEN, _00) #define BOOTLOADER_FF CONCAT_NAME(MODEL_INTERNAL_NAME_TOKEN, _FF) #endif // clang-format on #if PRODUCTION || BOOTLOADER_QA static secbool latest_bootloader(const uint8_t *hash, int len) { if (len != 32) return secfalse; uint8_t hash_00[] = BOOTLOADER_00; uint8_t hash_FF[] = BOOTLOADER_FF; if (0 == memcmp(hash, hash_00, 32)) return sectrue; if (0 == memcmp(hash, hash_FF, 32)) return sectrue; return secfalse; } #endif #define UZLIB_WINDOW_SIZE (1 << 10) #if PRODUCTION || BOOTLOADER_QA static void uzlib_prepare(struct uzlib_uncomp *decomp, uint8_t *window, const void *src, uint32_t srcsize, void *dest, uint32_t destsize) { memzero(decomp, sizeof(struct uzlib_uncomp)); if (window) { memzero(window, UZLIB_WINDOW_SIZE); } memzero(dest, destsize); decomp->source = (const uint8_t *)src; decomp->source_limit = decomp->source + srcsize; decomp->dest = (uint8_t *)dest; decomp->dest_limit = decomp->dest + destsize; uzlib_uncompress_init(decomp, window, window ? UZLIB_WINDOW_SIZE : 0); } #endif void check_and_replace_bootloader(void) { #if PRODUCTION || BOOTLOADER_QA // compute current bootloader hash uint8_t hash[BLAKE2S_DIGEST_LENGTH]; const uint32_t bl_len = flash_area_get_size(&BOOTLOADER_AREA); const void *bl_data = flash_area_get_address(&BOOTLOADER_AREA, 0, bl_len); blake2s(bl_data, bl_len, hash, BLAKE2S_DIGEST_LENGTH); // don't whitelist the valid bootloaders for now // ensure(known_bootloader(hash, BLAKE2S_DIGEST_LENGTH), "Unknown bootloader // detected"); // do we have the latest bootloader? if (sectrue == latest_bootloader(hash, BLAKE2S_DIGEST_LENGTH)) { return; } // replace bootloader with the latest one const uint32_t *data = (const uint32_t *)&_binary_embed_firmware_bootloaders_bootloader_bin_deflated_start; const uint32_t len = (const uint32_t)&_binary_embed_firmware_bootloaders_bootloader_bin_deflated_size; struct uzlib_uncomp decomp = {0}; uint8_t decomp_window[UZLIB_WINDOW_SIZE] = {0}; uint32_t decomp_out[IMAGE_HEADER_SIZE / sizeof(uint32_t)] = {0}; uzlib_prepare(&decomp, decomp_window, data, len, decomp_out, sizeof(decomp_out)); ensure((uzlib_uncompress(&decomp) == TINF_OK) ? sectrue : secfalse, "Bootloader header decompression failed"); const image_header *new_bld_hdr = read_image_header( (uint8_t *)decomp_out, BOOTLOADER_IMAGE_MAGIC, BOOTLOADER_IMAGE_MAXSIZE); ensure(new_bld_hdr == (const image_header *)decomp_out ? sectrue : secfalse, "Invalid embedded bootloader"); ensure(check_image_model(new_bld_hdr), "Incompatible embedded bootloader"); const image_header *current_bld_hdr = read_image_header( bl_data, BOOTLOADER_IMAGE_MAGIC, BOOTLOADER_IMAGE_MAXSIZE); // cannot find valid header for current bootloader, something is wrong ensure(current_bld_hdr == (const image_header *)bl_data ? sectrue : secfalse, "Invalid bootloader header"); ensure(check_image_model(current_bld_hdr), "Incompatible bootloader found"); if (new_bld_hdr->monotonic < current_bld_hdr->monotonic) { // reject downgrade return; } uint32_t board_name = get_board_name(); if (board_name == 0 || strncmp((const char *)&board_name, "T2T1", 4) == 0) { // no board capabilities, assume Model T if ((strncmp((const char *)&new_bld_hdr->hw_model, "T2T1", 4) != 0) && (new_bld_hdr->hw_model != 0)) { // reject non-model T bootloader // 0 represents pre-model check bootloader ensure(secfalse, "Incompatible embedded bootloader"); } } // at this point, due to the previous check_image_model call, we know that the // new_bld_hdr is // meant for the same model as this firmware, so we can check the board name // against the firmware hw_model. else if (board_name != HW_MODEL) { // reject incompatible bootloader ensure(secfalse, "Incompatible embedded bootloader"); } ensure(flash_area_erase(&BOOTLOADER_AREA, NULL), NULL); ensure(flash_unlock_write(), NULL); uint32_t offset = 0; do { uint32_t *p = decomp_out; uint32_t last_whole_word_addr = (((uint32_t)decomp.dest) & ~0x7F); while ((uint32_t)p < last_whole_word_addr) { ensure(flash_area_write_burst(&BOOTLOADER_AREA, offset, p), NULL); p += FLASH_BURST_WORDS; offset += FLASH_BURST_WORDS * sizeof(uint32_t); } if ((uint8_t *)p < decomp.dest) { // last few bytes in case of unaligned data uint32_t d[FLASH_BURST_WORDS] = {0}; memcpy(&d, p, (uint32_t)decomp.dest - (uint32_t)p); ensure(flash_area_write_burst(&BOOTLOADER_AREA, offset, d), NULL); offset += FLASH_BURST_WORDS * sizeof(uint32_t); } decomp.dest = (uint8_t *)decomp_out; } while (uzlib_uncompress(&decomp) >= 0); uint32_t d[FLASH_BURST_WORDS] = {0}; // fill the rest of the bootloader area with 0x00 while (offset < bl_len) { ensure(flash_area_write_burst(&BOOTLOADER_AREA, offset, d), NULL); offset += FLASH_BURST_WORDS * sizeof(uint32_t); } ensure(flash_lock_write(), NULL); #endif }