[PATCH v4 0/2] Enable split mode in binman

Neha Malcom Francis n-francis at ti.com
Mon Oct 23 10:01:01 CEST 2023


This series extends the functionality of ti-secure-rom entry type in
binman to support enabling of split mode vs. the default lockstep mode
via changing the field in the x509 certificate. A DONOTMERGE patch is
added to give an example of how this can be done via the binman.dtsi

Changes in v4:
	- Simon:
		- correct function comments for setting bit for split
		  and lockstep mode
Changes in v3:
	- Simon:
		- added entries.rst change
		- updated function comments
		- removed inconsistency in setting bootcore_opts to 32

Changes in v2:
	- Udit:
		- included TRM link in commit message
		- added DONOTMERGE patch showing example

Neha Malcom Francis (2):
  binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts
  DONOTMERGE: arm: dts: k3-j7200-binman: Enable split mode for MCU R5

 arch/arm/dts/k3-j7200-binman.dtsi       |  3 +++
 tools/binman/btool/openssl.py           |  6 ++++--
 tools/binman/entries.rst                |  1 +
 tools/binman/etype/ti_secure_rom.py     | 11 +++++++++--
 tools/binman/etype/x509_cert.py         |  3 ++-
 tools/binman/test/297_ti_secure_rom.dts |  1 +
 6 files changed, 20 insertions(+), 5 deletions(-)

-- 
2.34.1



More information about the U-Boot mailing list