u-boot/tools/binman/test/279_x509_cert.dts
Simon Glass 953d4177af binman: Support generation of x509 certificates
And a new entry type which supports generation of x509 certificates.
This uses a new 'openssl' btool with just one operation so far.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-03-08 13:15:15 -08:00

19 lines
253 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
x509-cert {
cert-ca = "IOT2050 Firmware Signature";
cert-revision-int = <0>;
content = <&u_boot>;
};
u_boot: u-boot {
};
};
};