On 2026-06-30T15:28:09, Shiva Tripathi <[email protected]> wrote: > tools: binman: ti_board_cfg: Add configurable sw-rev support > > The software revision field in the combined board config binary header > was hardcoded to 1, preventing independent control from SBL SWREV > configured via ti-secure-rom's sw-rev property. > > Add support for the optional 'sw-rev' DTS property in ti_board_config > nodes, which sets the SWREV byte in the header. Defaults to 1 for > backward compatibility. > > Signed-off-by: Shiva Tripathi <[email protected]> > > tools/binman/etype/ti_board_config.py | 4 +++- > tools/binman/ftest.py | 5 +++++ > .../test/vendor/ti_board_cfg_combined_sw_rev.dts | 26 > ++++++++++++++++++++++ > 3 files changed, 34 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

