mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
953d4177af
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>
19 lines
253 B
Text
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 {
|
|
};
|
|
};
|
|
};
|