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)
commit75c89069f0cbf887c12f96db7529430c3932fb81
tree451a47a7eeb415a67226790d508f535f970d7b3e
parent430e9f6666804fb7c62d0f9382df89428b01597a
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]