[PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities
Simon Glass
sjg at chromium.org
Thu Oct 12 05:41:02 CEST 2023
Hi Manorit,
On Tue, 10 Oct 2023 at 23:25, Manorit Chawdhry <m-chawdhry at ti.com> wrote:
>
> 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.
>
> Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
> ---
> tools/binman/btool/openssl.py | 16 +++++++-
> tools/binman/etype/ti_secure.py | 90 +++++++++++++++++++++++++++++++++++++++++
> tools/binman/etype/x509_cert.py | 3 +-
> 3 files changed, 106 insertions(+), 3 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
I'm still a little worried about the error reporting if the user
leaves out a property. Does it do the right thing?
Regards,
Simon
More information about the U-Boot
mailing list