arm: dts: iot2050: Allow verifying U-Boot proper by SPL

Add hashes and configuration signature stubs to prepare verified boot
of main U-Boot by SPL.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Jan Kiszka 2023-02-28 19:19:15 +01:00 committed by Tom Rini
parent 08cba536ef
commit 430e9f6666

View file

@ -14,6 +14,7 @@
filename = "flash.bin";
pad-byte = <0xff>;
size = <0x8c0000>;
allow-repack;
blob-ext@0x000000 {
offset = <0x000000>;
@ -45,6 +46,9 @@
entry = <0x80800000>;
u-boot-nodtb {
};
hash {
algo = "sha256";
};
};
@fdt-SEQ {
@ -52,6 +56,9 @@
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha256";
};
};
#ifdef CONFIG_WDT_K3_RTI_FW_FILE
@ -64,6 +71,9 @@
filename = CONFIG_WDT_K3_RTI_FW_FILE;
missing-msg = "k3-rti-wdt-firmware";
};
hash {
algo = "sha256";
};
};
#endif
};
@ -77,10 +87,16 @@
#ifdef CONFIG_WDT_K3_RTI_FW_FILE
loadables = "k3-rti-wdt-firmware";
#endif
signature {
sign-images = "firmware", "fdt", "loadables";
};
};
};
};
fdtmap {
};
/* primary env */
fill@0x680000 {
offset = <0x680000>;