1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-24 17:58:45 +00:00

chore(core/vendorheaders): bump versions of vendor headers after recent changes

This commit is contained in:
matejcik 2023-04-14 15:12:57 +02:00
parent 01b7cfd86f
commit 366d1cb125
6 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
BUILDVH=../../tools/build_vendorheader BUILDVH=../../tools/build_vendorheader
BINCTL=../../tools/headertool.py BINCTL=../../tools/headertool.py
cd $(dirname $0)
# construct all vendor headers # construct all vendor headers
for fn in *.json; do for fn in *.json; do
name=$(echo $fn | sed 's/vendor_\(.*\)\.json/\1/') name=$(echo $fn | sed 's/vendor_\(.*\)\.json/\1/')

View File

@ -2,7 +2,7 @@
"header_len": 4608, "header_len": 4608,
"text": "SatoshiLabs", "text": "SatoshiLabs",
"expiry": 0, "expiry": 0,
"version": [0, 0], "version": [0, 1],
"sig_m": 2, "sig_m": 2,
"trust": { "trust": {
"show_vendor_string": false, "show_vendor_string": false,

View File

@ -2,7 +2,7 @@
"header_len": 4608, "header_len": 4608,
"text": "UNSAFE, DO NOT USE!", "text": "UNSAFE, DO NOT USE!",
"expiry": 0, "expiry": 0,
"version": [0, 0], "version": [0, 1],
"sig_m": 2, "sig_m": 2,
"trust": { "trust": {
"show_vendor_string": true, "show_vendor_string": true,