> From: Bin Meng <bmeng...@gmail.com> > Sent: Monday, May 10, 2021 8:24 PM > To: Simon Glass <s...@chromium.org>; Rick Jian-Zhi Chen(陳建志) > <r...@andestech.com>; u-boot@lists.denx.de > Cc: Bin Meng <bmeng...@gmail.com> > 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 <bmeng...@gmail.com> > Reviewed-by: Simon Glass <s...@chromium.org> > > --- > > (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 <r...@andestech.com>