binman: openssl: disable JTAG access by default
authorBryan Brattlof <bb@ti.com>
Mon, 2 Jun 2025 21:56:52 +0000 (16:56 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jun 2025 19:43:34 +0000 (13:43 -0600)
commite18472f1dee609b2ee8a492985bf77a5012e4d01
tree20a1251986df325c133f50999416971ba17f4758
parentf35f053755f98e077389517f80ad7da81b031787
binman: openssl: disable JTAG access by default

Typically boards operating in production environments will not be
monitored and so will not need JTAG access unlocked. Disable the debug
extension by default (set debugType = 0) unless we add the 'debug'
property in the binman configs.

Acked-by: Andrew Davis <afd@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
tools/binman/btool/openssl.py
tools/binman/etype/ti_secure.py
tools/binman/etype/ti_secure_rom.py
tools/binman/etype/x509_cert.py