diff options
Diffstat (limited to 'tools/binman/test/security/pre_load.dts')
| -rw-r--r-- | tools/binman/test/security/pre_load.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/test/security/pre_load.dts b/tools/binman/test/security/pre_load.dts new file mode 100644 index 00000000000..e6d9ef40c6c --- /dev/null +++ b/tools/binman/test/security/pre_load.dts @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + pre-load { + content = <&image>; + algo-name = "sha256,rsa2048"; + key-name = "dev.key"; + header-size = <4096>; + version = <0x11223344>; + }; + + image: blob-ext { + filename = "refcode.bin"; + }; + }; +}; |
