]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: ti-secure: Enable debug extension for combined boot
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 26 Mar 2024 08:07:06 +0000 (13:37 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 21:51:11 +0000 (15:51 -0600)
commitfbfd2baf975f4a0d6345e4d0ed6094c549fe1d03
tree9eae35fc300e015f7dffaa8046aee5d5eb167791
parent5ed961094d456d03c481d2bf751f6eeb06c1bada
binman: ti-secure: Enable debug extension for combined boot

To debug using jtag, ROM needs to unlock jtag debugging on HS devices
and it does that looking at this debug extension.

Add the debug extension and enable it by default.

Link: https://software-dl.ti.com/tisci/esd/latest/2_tisci_msgs/security/sec_cert_format.html?highlight=debug#sysfw-debug-ext
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
tools/binman/btool/openssl.py