]> git.baikalelectronics.ru Git - uboot.git/commit
tools: Add script for converting public key into device tree include
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 28 Feb 2023 18:19:16 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 15:58:26 +0000 (11:58 -0400)
commit2d9c06f6fc0126f22372f3296d86978eefa93311
tree451a47a7eeb415a67226790d508f535f970d7b3e
parent588b5c3ac5ad0e6b58fb83af4445001383e9142d
tools: Add script for converting public key into device tree include

Allows to create a public key device tree dtsi for inclusion into U-Boot
SPL and proper during first build already. This can be achieved via
CONFIG_DEVICE_TREE_INCLUDES.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
tools/key2dtsi.py [new file with mode: 0755]