]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: ti-secure: Add support for firewalling entities
authorManorit Chawdhry <m-chawdhry@ti.com>
Fri, 29 Dec 2023 10:46:26 +0000 (16:16 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jan 2024 21:48:00 +0000 (16:48 -0500)
commita3e407bef759081d9844722ee8e9b72d6881bfaf
treef668cf6d1f140dff5333ecb84d6996ffc6f4f9af
parentb1839fcf758a8d36ba8b082bb5a71f0aec6bbb32
binman: ti-secure: Add support for firewalling entities

We can now firewall entities while loading them through our secure
entity TIFS, the required information should be present in the
certificate that is being parsed by TIFS.

The following commit adds the support to enable the certificates to be
generated if the firewall configurations are present in the binman dtsi
nodes.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
tools/binman/btool/openssl.py
tools/binman/etype/ti_secure.py
tools/binman/etype/x509_cert.py