1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/micropython/bootloader
Jochen Hoenicke e0fd890661 Implemented vendor header.
Header is generated with

    ./tools/build_vendorheader 'key1,key2,key3' 2 1.1 SatoshiLabs assets/satoshilabs.png micropython/firmware/vendorheader.bin

where

- keyN is a 64 character hex string encoding the public key
- 2 encodes 2/3 key scheme
- 1.1 is the version number (major, minor)
- SatoshiLabs is the vendor name
- satoshilabs.png is the vendor image

Updated the firmware compilation that it adds vendor header and updated loader
that it handles vendor header to be present.
2017-04-01 17:01:59 +02:00
..
.gitignore bootloader: enable build again 2017-03-18 12:06:28 +01:00
image_options.h Implemented vendor header. 2017-04-01 17:01:59 +02:00
main.c bootloader: lock flash/turn off sdcard when header invalid 2017-04-01 13:53:53 +02:00
memory.ld trezorhal: split memory files, adapt bootloader and loader 2017-03-29 22:00:17 +02:00