Home
last modified time | relevance | path

Searched refs:TLV (Results 1 – 9 of 9) sorted by relevance

/mcuboot-latest/docs/release-notes.d/
Dzephyr-compression.md1 - Added protected TLV size to image size check in bootutil
3 - Added compressed image flags and TLV to bootutil
/mcuboot-latest/scripts/
Dmcubin.bt73 struct TLV {
120 struct TLV tlv;
/mcuboot-latest/docs/
Dreadme-mynewt.md35 different TLV structure, so images created by `newt` have to be generated
Dimgtool.md82 --boot-record sw_type Create CBOR encoded boot record TLV. The
131 which case only the hash of the public key is added to the TLV area (the full
133 instead, the TLV area will contain the whole public key and thus the bootloader
Drelease-notes.md14 - Enforce that TLV entries that should be protected are.
86 - Make the ECDSA256 TLV curve agnostic and rename it to ECDSA_SIG.
255 - imgtool: added custom TLV support.
332 - TLV size change breaks compatibility with big-endian targets.
339 TLV that allow these dependencies to be specified.
342 of the images: specifically adding support for protected TLV entries.
357 header, and TLV data.
486 information about signatures out of the header and into the TLV
552 - The image header and TLV formats are planned to change with release 1.0:
Decdsa.md19 requires some rethinking of how TLV generation is implemented so
/mcuboot-latest/
D.travis.yml-disabled46 ## Corrupt image hash is not tested as it is in the unprotected TLV section
/mcuboot-latest/scripts/imgtool/
Dimage.py122 class TLV(): class
548 prot_tlv = TLV(self.endian, TLV_PROT_INFO_MAGIC)
586 tlv = TLV(self.endian)
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt521 # Estimates for trailer TLV data size, this was taken from hello world builds for nrf52840dk