From a4ed4c8a51435a63ca79e6d7bca317eff30e9ed3 Mon Sep 17 00:00:00 2001 From: Neha Malcom Francis Date: Mon, 23 Oct 2023 13:31:02 +0530 Subject: binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts According to the TRMs of K3 platform of devices, the ROM boot image format specifies a "Core Options Field" that provides the capability to set the boot core in lockstep when set to 0 or to split mode when set to 2. Add support for providing the same from the binman DTS. Also modify existing test case for ensuring future coverage. Signed-off-by: Neha Malcom Francis Reviewed-by: Simon Glass --- tools/binman/test/297_ti_secure_rom.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/binman/test') diff --git a/tools/binman/test/297_ti_secure_rom.dts b/tools/binman/test/297_ti_secure_rom.dts index d1313769f43..1a3eca94255 100644 --- a/tools/binman/test/297_ti_secure_rom.dts +++ b/tools/binman/test/297_ti_secure_rom.dts @@ -9,6 +9,7 @@ binman { ti-secure-rom { content = <&unsecure_binary>; + core-opts = <2>; }; unsecure_binary: blob-ext { filename = "ti_unsecure.bin"; -- cgit v1.3.1