mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-07 10:46:06 +00:00
chore(core): regenerate unsigned and dev-signed vendor headers
This commit is contained in:
parent
25660144f0
commit
56047bd34a
@ -7,6 +7,8 @@ for fn in *.json; do
|
|||||||
$BUILDVH vendor_${name}.json vendor_${name}.toif vendorheader_${name}_unsigned.bin
|
$BUILDVH vendor_${name}.json vendor_${name}.toif vendorheader_${name}_unsigned.bin
|
||||||
done
|
done
|
||||||
|
|
||||||
# sign dev vendor header
|
# sign dev and QA vendor header
|
||||||
cp -a vendorheader_unsafe_unsigned.bin vendorheader_unsafe_signed_dev.bin
|
for name in unsafe qa_DO_NOT_SIGN; do
|
||||||
$BINCTL -D vendorheader_unsafe_signed_dev.bin
|
cp -a vendorheader_${name}_unsigned.bin vendorheader_${name}_signed_dev.bin
|
||||||
|
$BINCTL -D vendorheader_${name}_signed_dev.bin
|
||||||
|
done
|
||||||
|
Binary file not shown.
BIN
core/embed/vendorheader/vendorheader_qa_DO_NOT_SIGN_unsigned.bin
Normal file
BIN
core/embed/vendorheader/vendorheader_qa_DO_NOT_SIGN_unsigned.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user