> From: Bin Meng <[email protected]> > Sent: Monday, May 10, 2021 8:24 PM > To: Simon Glass <[email protected]>; Rick Jian-Zhi Chen(陳建志) > <[email protected]>; [email protected] > Cc: Bin Meng <[email protected]> > Subject: [PATCH v5 05/13] binman: Add support for RISC-V OpenSBI fw_dynamic > blob > > Add an entry for RISC-V OpenSBI's 'fw_dynamic' firmware payload. > > Signed-off-by: Bin Meng <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > > --- > > (no changes since v2) > > Changes in v2: > - drop "size = <16>" in the binman node > > tools/binman/entries.rst | 13 +++++++++++++ > tools/binman/etype/opensbi.py | 23 +++++++++++++++++++++++ > tools/binman/ftest.py | 7 +++++++ > tools/binman/test/201_opensbi.dts | 14 ++++++++++++++ > 4 files changed, 57 insertions(+)
Reviewed-by: Rick Chen <[email protected]>

